StockSharp.Strategies.0102_Harami_Bearish.py
5.0.1
Prefix Reserved
dotnet add package StockSharp.Strategies.0102_Harami_Bearish.py --version 5.0.1
NuGet\Install-Package StockSharp.Strategies.0102_Harami_Bearish.py -Version 5.0.1
<PackageReference Include="StockSharp.Strategies.0102_Harami_Bearish.py" Version="5.0.1" />
<PackageVersion Include="StockSharp.Strategies.0102_Harami_Bearish.py" Version="5.0.1" />
<PackageReference Include="StockSharp.Strategies.0102_Harami_Bearish.py" />
paket add StockSharp.Strategies.0102_Harami_Bearish.py --version 5.0.1
#r "nuget: StockSharp.Strategies.0102_Harami_Bearish.py, 5.0.1"
#:package StockSharp.Strategies.0102_Harami_Bearish.py@5.0.1
#addin nuget:?package=StockSharp.Strategies.0102_Harami_Bearish.py&version=5.0.1
#tool nuget:?package=StockSharp.Strategies.0102_Harami_Bearish.py&version=5.0.1
Bearish Harami Strategy (Python Version)
The Bearish Harami is the inverse of the bullish version, appearing after an upswing. Here a small candle forms completely inside the prior bullish bar, hinting that upward momentum is stalling.
Testing indicates an average annual return of about 43%. It performs best in the stocks market.
The strategy sells short when that inside candle closes, betting on a reversal as buyers lose conviction.
A percent stop above the pattern high caps the risk and the trade exits if price breaks to new highs.
Details
- Entry Criteria: pattern match
- Long/Short: Both
- Exit Criteria: stop-loss or opposite signal
- Stops: Yes, percent based
- Default Values:
CandleType
= 15 minuteStopLoss
= 2%
- Filters:
- Category: Pattern
- Direction: Both
- Indicators: Candlestick
- 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
Add reset handlers for overlooked strategies