StockSharp.Strategies.0084_ATR_Exhaustion
5.0.2
Prefix Reserved
dotnet add package StockSharp.Strategies.0084_ATR_Exhaustion --version 5.0.2
NuGet\Install-Package StockSharp.Strategies.0084_ATR_Exhaustion -Version 5.0.2
<PackageReference Include="StockSharp.Strategies.0084_ATR_Exhaustion" Version="5.0.2" />
<PackageVersion Include="StockSharp.Strategies.0084_ATR_Exhaustion" Version="5.0.2" />
<PackageReference Include="StockSharp.Strategies.0084_ATR_Exhaustion" />
paket add StockSharp.Strategies.0084_ATR_Exhaustion --version 5.0.2
#r "nuget: StockSharp.Strategies.0084_ATR_Exhaustion, 5.0.2"
#:package StockSharp.Strategies.0084_ATR_Exhaustion@5.0.2
#addin nuget:?package=StockSharp.Strategies.0084_ATR_Exhaustion&version=5.0.2
#tool nuget:?package=StockSharp.Strategies.0084_ATR_Exhaustion&version=5.0.2
ATR Exhaustion Strategy (C# Version)
A sudden surge in Average True Range indicates expanding volatility that can quickly fade. This strategy looks for ATR readings that spike above a moving average by a configurable multiplier. When coupled with a reversal candle it aims to capture the subsequent contraction.
Testing indicates an average annual return of about 139%. It performs best in the stocks market.
Each bar updates ATR and its own average. If ATR exceeds the average by the multiplier and the candle closes opposite the prior move, a trade is opened. The stop-loss uses an ATR multiple as well, anchoring risk to current volatility levels.
Positions typically rely on the stop for exit, seeking a swift retracement after the volatility burst subsides.
Details
- Entry Criteria: ATR spike above average with reversal candle.
- Long/Short: Both.
- Exit Criteria: Stop-loss.
- Stops: Yes, ATR based.
- Default Values:
AtrPeriod
= 14AtrAvgPeriod
= 20AtrMultiplier
= 1.5MaPeriod
= 20StopLoss
= 2%CandleType
= 5 minute
- Filters:
- Category: Reversal
- Direction: Both
- Indicators: ATR, MA
- Stops: Yes
- Complexity: Intermediate
- Timeframe: Intraday
- 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.
fixes
Move state reset to OnReseted for strategies 81-90
Move state reset to OnReseted for strategies 81-90