Shooting Star Pattern (C#)

The shooting star candlestick often appears after an advance and warns of a reversal. This strategy looks for a long upper shadow relative to the body with little lower shadow. If confirmation is requ...

1.5K 下载量
☆☆☆☆☆ 评分
0 评价
NuGet 5.0.2 Install-Package StockSharp.Strategies.0060_Shooting_Star -Version 5.0.2
Shooting Star Pattern (C#)

The shooting star candlestick often appears after an advance and warns of a reversal. This strategy looks for a long upper shadow relative to the body with little lower shadow. If confirmation is required, the next candle must close lower before entering short. Otherwise the trade can be taken immediately. Stops are placed above the pattern high.

  • Entry Criteria: Shooting star detected and confirmation if enabled.

  • Long/Short: Short only.

  • Exit Criteria: Stop-loss or discretionary exit.

  • Stops: Yes.

  • Default Values:

  • ShadowToBodyRatio = 2.0m

  • CandleType = TimeSpan.FromMinutes(15)

  • StopLossPercent = 1.0m

  • ConfirmationRequired = true [*]Filters:

  • Category: Pattern

  • Direction: Short

  • Indicators: Candlestick

  • Stops: Yes

  • Complexity: Intermediate

  • Timeframe: Intraday

  • Seasonality: No

  • Neural Networks: No

  • Divergence: No

  • Risk Level: Medium

用户评价

登录 以撰写评价

暂无评价