mirror of
https://gitee.com/fasiondog/hikyuu.git
synced 2024-11-29 18:39:10 +08:00
update reademe.md
This commit is contained in:
parent
52a8049372
commit
f96df73e1f
BIN
docs/source/_static/10003-qq.png
Normal file
BIN
docs/source/_static/10003-qq.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 16 KiB |
BIN
docs/source/_static/weixin.jpg
Normal file
BIN
docs/source/_static/weixin.jpg
Normal file
Binary file not shown.
After Width: | Height: | Size: 24 KiB |
BIN
docs/source/_static/weixin_gongzhonghao.jpg
Normal file
BIN
docs/source/_static/weixin_gongzhonghao.jpg
Normal file
Binary file not shown.
After Width: | Height: | Size: 27 KiB |
BIN
docs/source/_static/zhishixingqiu.png
Normal file
BIN
docs/source/_static/zhishixingqiu.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 32 KiB |
15
readme.md
15
readme.md
@ -1,4 +1,4 @@
|
||||
![title](https://fasiondog.cn/wp-content/uploads/2024/05/00000_title-1.png)
|
||||
![title](docs/source/_static/00000-title.png)
|
||||
|
||||
---
|
||||
|
||||
@ -27,13 +27,13 @@ Hikyuu Quant Framework是一款基于C++/Python的开源量化交易研究框架
|
||||
sys.run(sm['sz000001'], Query(-150))
|
||||
```
|
||||
|
||||
![img](https://fasiondog.cn/wp-content/uploads/2024/05/10000-overview.png)
|
||||
![img](docs/source/_static/10000-overview.png)
|
||||
|
||||
完整示例参见:[https://nbviewer.jupyter.org/github/fasiondog/hikyuu/blob/master/hikyuu/examples/notebook/000-Index.ipynb?flush_cache=True](https://nbviewer.jupyter.org/github/fasiondog/hikyuu/blob/master/hikyuu/examples/notebook/000-Index.ipynb?flush_cache=True)
|
||||
|
||||
# 为什么选择 Hikyuu?
|
||||
|
||||
* **组合灵活,分类构建策略资产库** Hikyuu对系统化交易方法进行了良好的抽象,包含了九大策略组件:市场环境判断策略、系统有效条件、信号指示器、止损/止盈策略、资金管理策略、盈利目标策略、移滑价差算法、交易对象选择策略、资金分配策略。可以在此基础上构建自己的策略库,并进行灵活的组合和测试。在进行策略探索时,可以更加专注于某一方面的策略性能与影响。其主要功能模块如下:![img](https://fasiondog.cn/wp-content/uploads/2024/05/10002-function-arc.png)
|
||||
* **组合灵活,分类构建策略资产库** Hikyuu对系统化交易方法进行了良好的抽象,包含了九大策略组件:市场环境判断策略、系统有效条件、信号指示器、止损/止盈策略、资金管理策略、盈利目标策略、移滑价差算法、交易对象选择策略、资金分配策略。可以在此基础上构建自己的策略库,并进行灵活的组合和测试。在进行策略探索时,可以更加专注于某一方面的策略性能与影响。其主要功能模块如下:![img](docs/source/_static/10002-function-arc.png)
|
||||
* **性能保障,打造自己的专属应用** 目前项目包含了3个主要组成部分:基于C++的核心库、对C++进行包装的Python库(hikyuu)、基于Python的交互式工具。
|
||||
* AMD 7950x 实测:A股全市场(1913万日K线)仅加载全部日线计算 20日 MA 并求最后 MA 累积和,首次执行含数据加载 耗时 6秒,数据加载完毕后计算耗时 166 毫秒,详见: [性能实测](https://mp.weixin.qq.com/s?__biz=MzkwMzY1NzYxMA==&mid=2247483768&idx=1&sn=33e40aa9633857fa7b4c7ded51c95ae7&chksm=c093a09df7e4298b3f543121ba01334c0f8bf76e75c643afd6fc53aea1792ebb92de9a32c2be&mpshare=1&scene=23&srcid=05297ByHT6DEv6XAmyje1oOr&sharer_shareinfo=b38f5f91b4efd8fb60303a4ef4774748&sharer_shareinfo_first=b38f5f91b4efd8fb60303a4ef4774748#rd)
|
||||
* C++核心库,提供了整体的策略框架,在保证性能的同时,已经考虑了对多线程和多核处理的支持,在未来追求更高运算速度提供便利。C++核心库,可以单独剥离使用,自行构建自己的客户端工具。
|
||||
@ -51,17 +51,16 @@ Hikyuu Quant Framework是一款基于C++/Python的开源量化交易研究框架
|
||||
|
||||
更多示例与策略部件的及时分享(您的加入将视为对项目的捐赠)。**项目交流和问题答复将转移至知识星球-【Hikyuu量化】。**
|
||||
|
||||
![img](https://fasiondog.cn/wp-content/uploads/2024/05/zhishixingqiu.png)
|
||||
|
||||
![知识星球](docs/source/_static/zhishixingqiu.png)
|
||||
|
||||
## 关注公众号:
|
||||
|
||||
![img](https://fasiondog.cn/wp-content/uploads/2024/05/weixin_gongzhonghao.jpg)
|
||||
![img](docs/source/_static/weixin_gongzhonghao.jpg)
|
||||
|
||||
## 加入微信群(请注明“加入hikyuu”):
|
||||
|
||||
![img](https://fasiondog.cn/wp-content/uploads/2024/05/weixin_group.jpg)
|
||||
![weixin](docs/source/_static/weixin.jpg)
|
||||
|
||||
## QQ交流群(逐渐废弃):114910869, 或扫码加入
|
||||
|
||||
![img](https://fasiondog.cn/wp-content/uploads/2024/05/10003-qq.png)
|
||||
![img](docs/source/_static/10003-qq.png)
|
||||
|
Loading…
Reference in New Issue
Block a user