Adx Stochastic Strategy (C#)
Adx Stochastic Strategy Strategy that combines ADX (Average Directional Index) for trend strength and Stochastic Oscillator for entry timing with oversold/overbought conditions. Testing indicates an a...
Adx Stochastic Strategy
Strategy that combines ADX (Average Directional Index) for trend strength and Stochastic Oscillator for entry timing with oversold/overbought conditions.
Testing indicates an average annual return of about 172%. It performs best in the forex market.
ADX highlights trend strength while Stochastic pinpoints pullbacks. Long or short signals appear when momentum turns while ADX stays high.
It suits traders who combine trend following with oscillator timing. Protective ATR stops help control drawdowns.
Details
- Entry Criteria:
- Long:
ADX > AdxThreshold && StochK < StochOversold && Bullish - Short:
ADX > AdxThreshold && StochK > StochOverbought && Bearish
- Long:
- Long/Short: Both
- Exit Criteria:
- Exit when
ADX < AdxThreshold
- Exit when
- Stops: Percent-based at
StopLossPercent - Default Values:
AdxPeriod= 14AdxThreshold= 25mStochPeriod= 14StochK= 3StochD= 3StochOversold= 20mStochOverbought= 80mStopLossPercent= 2.0mCandleType= TimeSpan.FromMinutes(5).TimeFrame()
- Filters:
- Category: Mean reversion
- Direction: Both
- Indicators: ADX, Stochastic Oscillator
- Stops: Yes
- Complexity: Intermediate
- Timeframe: Mid-term
- Seasonality: No
- Neural Networks: No
- Divergence: No
- Risk Level: Medium