StockSharp.Strategies.0012_Heikin_Ashi_Consecutive.py
5.0.1
Prefix Reserved
dotnet add package StockSharp.Strategies.0012_Heikin_Ashi_Consecutive.py --version 5.0.1
NuGet\Install-Package StockSharp.Strategies.0012_Heikin_Ashi_Consecutive.py -Version 5.0.1
<PackageReference Include="StockSharp.Strategies.0012_Heikin_Ashi_Consecutive.py" Version="5.0.1" />
<PackageVersion Include="StockSharp.Strategies.0012_Heikin_Ashi_Consecutive.py" Version="5.0.1" />
<PackageReference Include="StockSharp.Strategies.0012_Heikin_Ashi_Consecutive.py" />
paket add StockSharp.Strategies.0012_Heikin_Ashi_Consecutive.py --version 5.0.1
#r "nuget: StockSharp.Strategies.0012_Heikin_Ashi_Consecutive.py, 5.0.1"
#:package StockSharp.Strategies.0012_Heikin_Ashi_Consecutive.py@5.0.1
#addin nuget:?package=StockSharp.Strategies.0012_Heikin_Ashi_Consecutive.py&version=5.0.1
#tool nuget:?package=StockSharp.Strategies.0012_Heikin_Ashi_Consecutive.py&version=5.0.1
Heikin Ashi Consecutive (Python Version)
Strategy based on consecutive Heikin Ashi candles
Testing indicates an average annual return of about 73%. It performs best in the crypto market.
Heikin Ashi Consecutive waits for several same-color Heikin Ashi candles to confirm momentum. After a run of bullish or bearish bars the strategy joins the move and exits on the first opposite candle or an ATR stop.
Because Heikin Ashi charts smooth price data, a series of like-colored candles highlights a strong directional move. The trailing ATR stop attempts to lock in gains if the sequence abruptly reverses.
Details
- Entry Criteria: Signals based on Heikin.
- Long/Short: Both directions.
- Exit Criteria: Opposite signal or stop.
- Stops: Yes.
- Default Values:
ConsecutiveCandles
= 3StopLossPercent
= 2mCandleType
= TimeSpan.FromMinutes(5)
- Filters:
- Category: Trend
- Direction: Both
- Indicators: Heikin
- 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