StockSharp.Strategies.0007_Keltner_Channel_Breakout.py
5.0.1
Prefix Reserved
dotnet add package StockSharp.Strategies.0007_Keltner_Channel_Breakout.py --version 5.0.1
NuGet\Install-Package StockSharp.Strategies.0007_Keltner_Channel_Breakout.py -Version 5.0.1
<PackageReference Include="StockSharp.Strategies.0007_Keltner_Channel_Breakout.py" Version="5.0.1" />
<PackageVersion Include="StockSharp.Strategies.0007_Keltner_Channel_Breakout.py" Version="5.0.1" />
<PackageReference Include="StockSharp.Strategies.0007_Keltner_Channel_Breakout.py" />
paket add StockSharp.Strategies.0007_Keltner_Channel_Breakout.py --version 5.0.1
#r "nuget: StockSharp.Strategies.0007_Keltner_Channel_Breakout.py, 5.0.1"
#:package StockSharp.Strategies.0007_Keltner_Channel_Breakout.py@5.0.1
#addin nuget:?package=StockSharp.Strategies.0007_Keltner_Channel_Breakout.py&version=5.0.1
#tool nuget:?package=StockSharp.Strategies.0007_Keltner_Channel_Breakout.py&version=5.0.1
Keltner Channel Breakout (Python Version)
Strategy based on Keltner Channel breakout
Testing indicates an average annual return of about 58%. It performs best in the stocks market.
Keltner Channel Breakout uses volatility bands derived from ATR. Breakouts above the upper band or below the lower band trigger entries. Price moving back through the EMA center or hitting a stop exits the position.
Because the bands expand and contract with volatility, this breakout method aims to capture early stages of a strong move while still allowing price room to breathe within the channel.
Details
- Entry Criteria: Signals based on ATR, Keltner.
- Long/Short: Both directions.
- Exit Criteria: Opposite signal or stop.
- Stops: Yes.
- Default Values:
EmaPeriod
= 20AtrPeriod
= 14AtrMultiplier
= 2mCandleType
= TimeSpan.FromMinutes(5)
- Filters:
- Category: Breakout
- Direction: Both
- Indicators: ATR, Keltner
- Stops: Yes
- Complexity: Basic
- Timeframe: Intraday (5m)
- Seasonality: No
- Neural Networks: No
- Divergence: No
- Risk Level: Medium
Learn more about Target Frameworks and .NET Standard.
This package has no dependencies.
NuGet packages
This package is not used by any NuGet packages.
GitHub repositories
This package is not used by any popular GitHub repositories.
Move reset logic to OnReseted in initial strategies