Rejection Candle Strategy (Python)

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...

1.0K 下载量
☆☆☆☆☆ 评分
0 评价
NuGet 5.0.1 Install-Package StockSharp.Strategies.0104_Rejection_Candle.py -Version 5.0.1
Rejection Candle Strategy (Python)

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.

  • Entry Criteria: pattern match

  • Long/Short: Both

  • Exit Criteria: stop-loss or opposite signal

  • Stops: Yes, percent based

  • Default Values:

  • CandleType = 15 minute

  • StopLoss = 2% [*]Filters:

  • Category: Pattern

  • Direction: Both

  • Indicators: Candlestick

  • Stops: Yes

  • Complexity: Intermediate

  • Timeframe: Intraday

  • Seasonality: No

  • Neural networks: No

  • Divergence: No

  • Risk level: Medium

用户评价

登录 以撰写评价

暂无评价