Cumulative Delta Breakout (C#). StockSharp

Author: StockSharp
N: 1424
v5.0.1 (7/30/2025)
Downloads: 73

Cumulative Delta sums the difference between buy and sell volume. This strategy watches the running total and trades when it breaks above its highest value or below its lowest value within the lookback period.
A break of cumulative delta often precedes price follow-through. The strategy closes trades when delta crosses back through zero or a stop-loss level.

  • Entry Criteria: Cumulative delta exceeds highest or lowest value in lookback.
  • Long/Short: Both directions.
  • Exit Criteria: Delta crosses zero or stop.
  • Stops: Yes.
  • Default Values:

    • LookbackPeriod = 20
    • CandleType = TimeSpan.FromMinutes(5)

  • Filters:

    • Category: Breakout
    • Direction: Both
    • Indicators: Cumulative Delta
    • Stops: Yes
    • Complexity: Intermediate
    • Timeframe: Intraday
    • Seasonality: No
    • Neural Networks: No
    • Divergence: No
    • Risk Level: Medium