vnpy/vn.how/tick2trade/vn.trader_t2t/ctaAlgo/tools/README.md
2016-12-07 19:56:01 +08:00

11 lines
475 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.

# CTA策略开发相关的工具代码
### ctaLineBar.py
* 简介CTA策略开发中常用的K线类可以基于tick自动生成K线并提供EMA、DMI、ATR、RSI等常用技术指标的计算
* 贡献者:李来佳
* WeChat/QQ: 28888502
### multiTimeFrame
* 简介基于CTA模块扩展了回测和交易功能允许策略中引用辅助品种信息其他时间框架、其他合约同时提供了一个突破策略的例子
* 贡献者:周正舟