Williams R Slope Mean Reversion (Python)

The Williams R Slope Mean Reversion strategy focuses on extreme readings of the Williams to exploit reversion. Wide departures from the normal level rarely last. Trades trigger when the indicator swin...

1.3K 下载量
☆☆☆☆☆ 评分
0 评价
NuGet 5.0.1 Install-Package StockSharp.Strategies.0289_Williams_R_Slope_Mean_Reversion.py -Version 5.0.1
Williams R Slope Mean Reversion (Python)

The Williams R Slope Mean Reversion strategy focuses on extreme readings of the Williams to exploit reversion. Wide departures from the normal level rarely last. Trades trigger when the indicator swings far from its mean and then begins to reverse. Both long and short setups include a protective stop. Suited for swing traders expecting oscillations, the strategy closes out once the Williams returns toward balance. Starting parameter WilliamsRPeriod = 14.

  • Entry Criteria: Indicator crosses back toward mean.

  • Long/Short: Both directions.

  • Exit Criteria: Indicator reverts to average.

  • Stops: Yes.

  • Default Values:

  • WilliamsRPeriod = 14

  • LookbackPeriod = 20

  • DeviationMultiplier = 2.0m

  • StopLossPercent = 2.0m

  • CandleType = TimeSpan.FromMinutes(5) [*]Filters:

  • Category: Mean Reversion

  • Direction: Both

  • Indicators: Williams

  • Stops: Yes

  • Complexity: Intermediate

  • Timeframe: Short-term

  • Seasonality: No

  • Neural Networks: No

  • Divergence: No

  • Risk Level: Medium

用户评价

登录 以撰写评价

暂无评价