Supertrend Put Call Ratio (C#)
Supertrend Put Call Ratio 策略 Supertrend Put Call Ratio 策略基于 Supertrend Put Call Ratio。 测试表明年均收益约为 112%,该策略在外汇市场表现最佳。 当 its indicators confirms trend changes 在日内(15m)数据上得到确认时触发信号,适合积极交易者。 止损依赖于 ATR 倍数以...
1.9K
下载量
☆☆☆☆☆
评分
0
评价
NuGet 5.0.2
Install-Package StockSharp.Strategies.0341_Supertrend_Put_Call_Ratio -Version 5.0.2
Supertrend Put Call Ratio 策略
Supertrend Put Call Ratio 策略基于 Supertrend Put Call Ratio。
测试表明年均收益约为 112%,该策略在外汇市场表现最佳。
当 its indicators confirms trend changes 在日内(15m)数据上得到确认时触发信号,适合积极交易者。
止损依赖于 ATR 倍数以及 Period, Multiplier 等参数,可根据需要调整以平衡风险与收益。
详情
- 入场条件:参见指标条件实现.
- 多空方向:双向.
- 退出条件:反向信号或止损逻辑.
- 止损:是,基于指标计算.
- 默认值:
Period = 10Multiplier = 3mPCRPeriod = 20PCRMultiplier = 2mCandleType = TimeSpan.FromMinutes(15).TimeFrame()
- 过滤器:
- 分类: 趋势跟随
- 方向: 双向
- 指标: multiple indicators
- 止损: 是
- 复杂度: 中等
- 时间框架: 日内 (15m)
- 季节性: 否
- 神经网络: 否
- 背离: 否
- 风险等级: 中等