Metadata-Version: 2.1
Name: EGOPY
Version: 1.1.202212
Summary: Define your trading style.
Home-page: https://pypi.org/project/egopy
Author: EGOPY
License: The BSD License
        
        Copyright (c) 2022-present, EGOPY
        
Keywords: quant investment quantitative trading algotrading
Classifier: Operating System :: POSIX :: Linux
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: C
Classifier: Topic :: Office/Business :: Financial
Classifier: Topic :: Scientific/Engineering :: Mathematics
Classifier: License :: OSI Approved :: BSD License
Classifier: Natural Language :: Chinese (Simplified)
Requires-Python: >=3.10
Description-Content-Type: text/markdown
License-File: LICENSE

﻿<p align="center">
    <img src ="https://img.shields.io/badge/platform-linux-yellow.svg"/>
    <img src ="https://img.shields.io/badge/python-3.10-blue.svg" />
</p>

## EGOPY = EGO + PYthon

* Define your trading style.

<p align="left">
EGOPY基于开源系统和交易框架，致力于研发更高效的智能投顾&量化投资交易系统。
</p>


## 环境准备
* 支持的操作系统版本：openSUSE Leap 15.4或Ubuntu 20.04 LTS以上，需要安装图形界面
* 支持的Python版本：64位的Python 3.10以上（**注意必须是Python 64位版本**）


## 启动运行
* 通过pip方式安装成功后，尝试运行如下代码启动程序：
* <code>python -m ego_trader.x</code> 启动中国期货市场CTP接口应用
* <code>python -m ego_trader.ib</code> 启动全球交易市场IB接口应用
* 如果提示缺少某个依赖库，请继续通过pip安装补全即可。


## 更新说明
* 针对全球市场，修订ib接口。


## 版权说明
* BSD
