Keltner Channel Width Breakout (C#)
Keltner Channel Width Breakout The Keltner Channel Width Breakout strategy observes the Keltner for rapid expansions. When readings jump beyond their typical range, price often starts a new move. Test...
Install-Package StockSharp.Strategies.0257_Keltner_Channel_Width_Breakout -Version 5.0.2
Keltner Channel Width Breakout
The Keltner Channel Width Breakout strategy observes the Keltner for rapid expansions. When readings jump beyond their typical range, price often starts a new move.
Testing indicates an average annual return of about 112%. It performs best in the forex market.
A position opens once the indicator pierces a band derived from recent data and a deviation multiplier. Long and short trades are possible with a stop attached.
This system fits momentum traders seeking early breakouts. Trades close as the Keltner falls back toward the mean. Defaults start with EMAPeriod = 20.
Details
- Entry Criteria: Indicator exceeds average by deviation multiplier.
- Long/Short: Both directions.
- Exit Criteria: Indicator reverts to average.
- Stops: Yes.
- Default Values:
EMAPeriod= 20ATRPeriod= 14ATRMultiplier= 2.0mAvgPeriod= 20Multiplier= 2.0mCandleType= TimeSpan.FromMinutes(5)StopMultiplier= 2
- Filters:
- Category: Breakout
- Direction: Both
- Indicators: Keltner
- Stops: Yes
- Complexity: Intermediate
- Timeframe: Short-term
- Seasonality: No
- Neural Networks: No
- Divergence: No
- Risk Level: Medium