Double Bottom Pattern (C#)

This pattern-based strategy scans for two consecutive lows at roughly the same price separated by a set distance. After the second bottom forms, a bullish candle confirms the reversal. When confirmati...

1,5K Downloads
☆☆☆☆☆ Bewertung
0 Bewertungen
NuGet 5.0.2 Install-Package StockSharp.Strategies.0056_Double_Bottom -Version 5.0.2
Double Bottom Pattern (C#)

This pattern-based strategy scans for two consecutive lows at roughly the same price separated by a set distance. After the second bottom forms, a bullish candle confirms the reversal. When confirmation occurs, the system buys with a stop below the pattern lows. The setup aims to capture sharp rebounds from exhausted selling. Exits rely on a predefined stop-loss or manual profit targets.

  • Entry Criteria: Two bottoms form within SimilarityPercent after Distance bars.

  • Long/Short: Long only.

  • Exit Criteria: Price fails or stop-loss.

  • Stops: Yes.

  • Default Values:

  • Distance = 5

  • SimilarityPercent = 2.0m

  • CandleType = TimeSpan.FromMinutes(15)

  • StopLossPercent = 1.0m [*]Filters:

  • Category: Pattern

  • Direction: Long

  • Indicators: Price Action

  • Stops: Yes

  • Complexity: Intermediate

  • Timeframe: Intraday

  • Seasonality: No

  • Neural Networks: No

  • Divergence: Yes

  • Risk Level: Medium

Nutzerbewertungen

Anmelden um eine Bewertung zu schreiben

Noch keine Bewertungen