Adaptive EMA Breakout (C#)
Adaptive EMA Breakout The Adaptive EMA Breakout strategy is built around Adaptive EMA breakout with trend confirmation. Testing indicates an average annual return of about 166%. It performs best in th...
Install-Package StockSharp.Strategies.0301_Adaptive_EMA_Breakout -Version 5.0.2
Adaptive EMA Breakout
The Adaptive EMA Breakout strategy is built around Adaptive EMA breakout with trend confirmation.
Testing indicates an average annual return of about 166%. 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 Fast, Slow. 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:
Fast = 2Slow = 30Lookback = 10StopMultiplier = 2mCandleType = 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