StockSharp.Strategies.0104_Rejection_Candle.py
5.0.1
Prefix Reserved
dotnet add package StockSharp.Strategies.0104_Rejection_Candle.py --version 5.0.1
NuGet\Install-Package StockSharp.Strategies.0104_Rejection_Candle.py -Version 5.0.1
<PackageReference Include="StockSharp.Strategies.0104_Rejection_Candle.py" Version="5.0.1" />
<PackageVersion Include="StockSharp.Strategies.0104_Rejection_Candle.py" Version="5.0.1" />
<PackageReference Include="StockSharp.Strategies.0104_Rejection_Candle.py" />
paket add StockSharp.Strategies.0104_Rejection_Candle.py --version 5.0.1
#r "nuget: StockSharp.Strategies.0104_Rejection_Candle.py, 5.0.1"
#:package StockSharp.Strategies.0104_Rejection_Candle.py@5.0.1
#addin nuget:?package=StockSharp.Strategies.0104_Rejection_Candle.py&version=5.0.1
#tool nuget:?package=StockSharp.Strategies.0104_Rejection_Candle.py&version=5.0.1
Rejection Candle Strategy (Python Version)
A Rejection Candle forms when price probes a level but fails to hold beyond it, leaving a long wick and small body. Such candles indicate an attempt to move in one direction was firmly rejected by the market.
Testing indicates an average annual return of about 49%. It performs best in the crypto market.
The strategy enters in the opposite direction of the wick once the candle closes, expecting price to reverse back through the range.
Stops are set outside the rejected high or low to cap risk, and trades exit if momentum fails to materialize.
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.
Add reset handlers for overlooked strategies