Volatility Adjusted Moving Average (C#)
波动率调节均线 (Volatility Adjusted Moving Average) 在均线上下添加ATR倍数带。 测试表明年均收益约为 160%,该策略在外汇市场表现最佳。 价格突破带上缘做多, 突破下缘做空, 回到均线平仓。 详情 入场条件: Price breaks above or below MA ± ATR multiplier. 多空方向: Both directions. 出...
1.6K
下载量
☆☆☆☆☆
评分
0
评价
NuGet 5.0.2
Install-Package StockSharp.Strategies.0041_Vol_Adjusted_MA -Version 5.0.2
波动率调节均线 (Volatility Adjusted Moving Average)
在均线上下添加ATR倍数带。
测试表明年均收益约为 160%,该策略在外汇市场表现最佳。
价格突破带上缘做多, 突破下缘做空, 回到均线平仓。
详情
- 入场条件: Price breaks above or below MA ± ATR multiplier.
- 多空方向: Both directions.
- 出场条件: Price crosses MA or stop.
- 止损: Yes.
- 默认值:
MAPeriod= 20ATRPeriod= 14ATRMultiplier= 2.0mCandleType= TimeSpan.FromMinutes(5)
- 过滤器:
- 类别: Trend
- 方向: Both
- 指标: MA, ATR
- 止损: Yes
- 复杂度: Intermediate
- 时间框架: Intraday
- 季节性: No
- 神经网络: No
- 背离: No
- 风险等级: Medium