EMA Slope Breakout (C#)
EMA Slope Breakout The EMA Slope Breakout strategy observes the rate of change of the EMA. An unusually steep slope hints that a new trend is forming. Testing indicates an average annual return of abo...
Install-Package StockSharp.Strategies.0264_EMA_Slope_Breakout -Version 5.0.2
EMA Slope Breakout
The EMA Slope Breakout strategy observes the rate of change of the EMA. An unusually steep slope hints that a new trend is forming.
Testing indicates an average annual return of about 127%. It performs best in the stocks market.
Entries occur when slope exceeds its typical level by a multiple of standard deviation, taking trades in the direction of acceleration with a protective stop.
It appeals to active traders eager for early trend exposure. Positions exit when the slope drifts back toward normal readings. Default EmaLength = 20.
Details
- Entry Criteria: Indicator exceeds average by deviation multiplier.
- Long/Short: Both directions.
- Exit Criteria: Indicator reverts to average.
- Stops: Yes.
- Default Values:
EmaLength= 20LookbackPeriod= 20DeviationMultiplier= 2mStopLossPercent= 2mCandleType= TimeSpan.FromMinutes(5)
- Filters:
- Category: Breakout
- Direction: Both
- Indicators: EMA
- Stops: Yes
- Complexity: Intermediate
- Timeframe: Short-term
- Seasonality: No
- Neural Networks: No
- Divergence: No
- Risk Level: Medium