StockSharp.Strategies.0104_Rejection_Candle.py
5.0.0
Prefix Reserved
See the version list below for details.
dotnet add package StockSharp.Strategies.0104_Rejection_Candle.py --version 5.0.0
NuGet\Install-Package StockSharp.Strategies.0104_Rejection_Candle.py -Version 5.0.0
<PackageReference Include="StockSharp.Strategies.0104_Rejection_Candle.py" Version="5.0.0" />
<PackageVersion Include="StockSharp.Strategies.0104_Rejection_Candle.py" Version="5.0.0" />
<PackageReference Include="StockSharp.Strategies.0104_Rejection_Candle.py" />
paket add StockSharp.Strategies.0104_Rejection_Candle.py --version 5.0.0
#r "nuget: StockSharp.Strategies.0104_Rejection_Candle.py, 5.0.0"
#:package StockSharp.Strategies.0104_Rejection_Candle.py@5.0.0
#addin nuget:?package=StockSharp.Strategies.0104_Rejection_Candle.py&version=5.0.0
#tool nuget:?package=StockSharp.Strategies.0104_Rejection_Candle.py&version=5.0.0
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.
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.