Software plugins for EGOPY platform
Project description
K J F
- The native software plugins for EGOPY platform
- Imporve your EGOPY with the smart strategies
EGOPY = EGO + PYthon
- Define your trading style.
EGOPY Global Trader 始于开源系统和交易框架,致力于研发更高效的智能投顾&量化投资交易系统。
简单说明
- 此策略系统的代码开源,目前锁定
python 3.10.x
的版本。 - 兼容多种主流策略写法。兼容常见股票/期货软件的内置指标,兼容开源框架vn的策略写法。
- 默认使用者有简单的linux和python基础。
- 以实战为目标,专注于更好的策略研发以及更稳定的框架。
- 请参考DEMO类策略文件,自行调试使用。
- 此策略系统含框架程序,以学习交流和投资研究为主要诉求。
- 手持倚天剑的未必战无不胜,但好的软件工具一定会让工作如虎添翼。
- 市场有风险,投资需谨慎。多作研究测试,可以少走弯路。
环境准备
- 支持的操作系统版本:
openSUSE Leap 15
或Kubuntu 20.04
以上,需要安装图形界面 - 支持的Python版本:64位的
Python 3.10.x
(注意必须是Python 64位版本)
安装运行
- 预先下载此仓库的
requirements.txt
文件到本地,然后通过pip install -r requirements.txt
进行安装。 - 如果在中国境内,可以通过命令
pip install -i https://pypi.tuna.tsinghua.edu.cn/simple -r requirements.txt
快速安装。 - 也可以通过
pip install kjf
方式直接安装。如有缺失的文件依赖,通过pip或conda方式安装补齐即可。 - 如果talib不可用,可以尝试通过
conda install -c conda-forge ta-lib
安装talib库。 - 尝试运行如下代码启动程序:
python -m kjf.test
启动策略测试运行。- 实盘操作请直接通过
EGOPY
进行。 - 以上操作会自动安装
EGOPY
框架。(可以参考EGOPY项目说明。)
Copyright
- BSD 3-Clause License
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distributions
No source distribution files available for this release.See tutorial on generating distribution archives.
Built Distribution
File details
Details for the file kjf-0.1.202403.8-py3-none-any.whl
.
File metadata
- Download URL: kjf-0.1.202403.8-py3-none-any.whl
- Upload date:
- Size: 9.1 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.10.13
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | b8d2d5c975d1d6c569c9725deb07e738c5d5fe3487470a30ace358927cc5a2e2 |
|
MD5 | 56e24e15966457d30ffb028dc132fef4 |
|
BLAKE2b-256 | 615bf3dd796becf9003e86a3acc5131e293cef82c6416b71c628f30f31f0ed57 |