ATR Trailing Stops (C#)
ATR跟踪止损 (ATR Trailing Stops) 以ATR倍数跟随价格设置止损。 测试表明年均收益约为 157%,该策略在加密市场表现最佳。 价格穿越均线时入场, 止损随波动率移动。 详情 入场条件: Price above or below MA. 多空方向: Both directions. 出场条件: Trailing stop hit or price crosses MA. 止...
1.6K
下载量
☆☆☆☆☆
评分
0
评价
NuGet 5.0.2
Install-Package StockSharp.Strategies.0040_ATR_Trailing -Version 5.0.2
ATR跟踪止损 (ATR Trailing Stops)
以ATR倍数跟随价格设置止损。
测试表明年均收益约为 157%,该策略在加密市场表现最佳。
价格穿越均线时入场, 止损随波动率移动。
详情
- 入场条件: Price above or below MA.
- 多空方向: Both directions.
- 出场条件: Trailing stop hit or price crosses MA.
- 止损: Yes.
- 默认值:
AtrPeriod= 14AtrMultiplier= 3.0mMAPeriod= 20CandleType= TimeSpan.FromMinutes(5)
- 过滤器:
- 类别: Trend
- 方向: Both
- 指标: ATR, MA
- 止损: Yes
- 复杂度: Intermediate
- 时间框架: Intraday
- 季节性: No
- 神经网络: No
- 背离: No
- 风险等级: Medium