ADX Volume Breakout (C#)
ADX Volume Breakout The ADX Volume Breakout strategy is built around ADX with Volume Breakout. Testing indicates an average annual return of about 55%. It performs best in the stocks market. Signals t...
Install-Package StockSharp.Strategies.0316_ADX_Volume_Breakout -Version 5.0.2
ADX Volume Breakout
The ADX Volume Breakout strategy is built around ADX with Volume Breakout.
Testing indicates an average annual return of about 55%. It performs best in the stocks market.
Signals trigger when its indicators confirms breakout opportunities on intraday (5m) data. This makes the method suitable for active traders.
Stops rely on ATR multiples and factors like AdxPeriod, AdxThreshold. Adjust these defaults to balance risk and reward.
Details
- Entry Criteria: see implementation for indicator conditions.
- Long/Short: Both directions.
- Exit Criteria: opposite signal or stop logic.
- Stops: Yes, using indicator-based calculations.
- Default Values:
AdxPeriod = 14AdxThreshold = 25mVolumeAvgPeriod = 20VolumeThresholdFactor = 2.0mCandleType = TimeSpan.FromMinutes(5).TimeFrame()
- Filters:
- Category: Trend following
- Direction: Both
- Indicators: multiple indicators
- Stops: Yes
- Complexity: Intermediate
- Timeframe: Intraday (5m)
- Seasonality: No
- Neural Networks: No
- Divergence: No
- Risk Level: Medium