Cumulative Delta Breakout (Python)

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

998 下载量
☆☆☆☆☆ 评分
0 评价
NuGet 5.0.1 Install-Package StockSharp.Strategies.0054_Cumulative_Delta_Breakout.py -Version 5.0.1
Cumulative Delta Breakout (Python)

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

用户评价

登录 以撰写评价

暂无评价