Skip to content

Latest commit

 

History

History
120 lines (67 loc) · 3 KB

strategy.rst

File metadata and controls

120 lines (67 loc) · 3 KB

交易策略示例

目录

Aberration 策略 (难度:初级)

策略说明 https://www.shinnytech.com/blog/aberration/

../../tqsdk/demo/example/aberration.py

Doublema 双均线策略 (难度:初级)

../../tqsdk/demo/example/doublema.py

价格动量策略 (难度:初级)

策略说明 https://www.shinnytech.com/blog/momentum-strategy/

../../tqsdk/demo/example/momentum.py

自动扶梯策略 (难度:初级)

策略说明 https://www.shinnytech.com/blog/escalator/

../../tqsdk/demo/example/escalator.py

菲阿里四价 策略 (难度:初级)

策略说明 https://www.shinnytech.com/blog/fairy-four-price/

../../tqsdk/demo/example/fairy_four_price.py

R-Breaker 交易策略 - 隔夜留仓 (难度:初级)

策略说明 https://www.shinnytech.com/blog/r-breaker/

../../tqsdk/demo/example/rbreaker.py

R-Breaker 交易策略 - 非隔夜留仓 (难度:初级)

策略说明 https://www.shinnytech.com/blog/r-breaker/

../../tqsdk/demo/example/rbreaker2.py

Dual Thrust 策略 (难度:中级)

策略说明 https://www.shinnytech.com/blog/dual-thrust/

../../tqsdk/demo/example/dualthrust.py

网格交易策略 (难度:中级)

策略说明 https://www.shinnytech.com/blog/grid-trading/

../../tqsdk/demo/example/gridtrading.py

网格交易策略 - 异步代码 (难度:中级)

策略说明 https://www.shinnytech.com/blog/grid-trading/

../../tqsdk/demo/example/gridtrading_async.py

随机森林 (难度:中级)

../../tqsdk/demo/example/random_forest.py

海龟交易策略 (难度:中级)

策略说明 https://www.shinnytech.com/blog/turtle/

../../tqsdk/demo/example/turtle.py

Volume Weighted Average Price 策略 (难度:高级)

策略说明 https://www.shinnytech.com/blog/vwap/

../../tqsdk/demo/example/vwap.py