文件名称:镭科技
文件大小:25KB
文件格式:ZIP
更新时间:2024-03-07 22:19:38
Python
镭 Radium-Tech是一个Python软件包,为定量交易策略提供了直观的回测和可视化平台。 主要特点 在当前版本中,Radium-Tech可以: 绘制多个股票的价格数据。 对一对股票进行对冲比率和价格点差回归。 对成对股票进行协整测试。 回测布林带策略。 未来的版本旨在添加其他均值反转策略。 从哪里获得 Radium-Tech的最新公共版本可在 pip install Radium-Tech 依存关系 Radium-Tech要求: numpy pandas matplotlib statsmodels requests 权益数据还需要一个免费的 API密钥。 文献资料 Radium-Tech的官方文档位于readthedocs.io上: ://radium-tech.readthedocs.io/en/latest/ 可以以PDF格式下载它们: : 例
【文件预览】:
Radium-Tech-master
----radium()
--------pair()
--------__init__.py(73B)
--------helpers()
--------equity()
--------strategy()
----requirements.txt(44B)
----examples()
--------bollinger.py(760B)
----LICENSE(1KB)
----setup.py(1KB)
----README.md(2KB)
----docs()
--------index.html(10KB)
--------make.bat(760B)
--------conf.py(2KB)
--------index.rst(701B)
--------Makefile(634B)
--------docs()
----tests()
--------test_strategy.py(661B)
--------test_pair.py(535B)
--------test_equity.py(394B)
--------test_helpers.py(1KB)
----.gitignore(2KB)