Low Volatility Reversion (C#)
Low Volatility Reversion This mean-reversion strategy activates only during quiet markets. It measures ATR over a lookback window and enters when volatility falls below a percentage of that average an...
Install-Package StockSharp.Strategies.0034_Low_Vol_Reversion -Version 5.0.2
Low Volatility Reversion
This mean-reversion strategy activates only during quiet markets. It measures ATR over a lookback window and enters when volatility falls below a percentage of that average and price deviates from its moving average.
Testing indicates an average annual return of about 139%. It performs best in the stocks market.
By trading against small moves in calm conditions, it aims to capture snap backs without chasing large trends.
Positions exit once price touches the moving average or the ATR-based stop-loss is reached.
Details
- Entry Criteria: Price away from moving average while ATR is below threshold.
- Long/Short: Both directions.
- Exit Criteria: Price returns to MA or stop triggers.
- Stops: Yes.
- Default Values:
MAPeriod= 20AtrPeriod= 14AtrLookbackPeriod= 20AtrThresholdPercent= 50mAtrMultiplier= 2.0mCandleType= TimeSpan.FromMinutes(5)
- Filters:
- Category: Mean Reversion
- Direction: Both
- Indicators: ATR, MA
- Stops: Yes
- Complexity: Intermediate
- Timeframe: Intraday
- Seasonality: No
- Neural Networks: No
- Divergence: No
- Risk Level: Medium