vnpy/examples/TurtleStrategy/README.MD

16 lines
653 B
Markdown
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

## 海龟交易策略(完整版)
使用说明:
1. 在cmd中运行python loadCsv.py将000300.csv中的沪深300指数数据加载到MongoDB数据库中
2. 使用Jupyter Notebook打开run.ipynb并执行相应的回测分析
开发进度
1. 海龟交易信号(负责判断具体的买卖位置):已完成
2. 海龟投资组合(负责根据信号执行具体交易):已完成
3. 回测引擎配置组合和信号:已完成
4. 回测引擎加载历史数据:已完成
5. 回测引擎回放历史数据:已完成
6. 回测引擎计算每日盈亏情况:已完成
7. 回测引擎统计整体回测结果和画图:未完成