Volume Breakout (Python)

The Volume Breakout strategy observes the Volume for rapid expansions. When readings jump beyond their average range, price often starts a new move. A position opens once the indicator pierces a band ...

1,3K Downloads
☆☆☆☆☆ Bewertung
0 Bewertungen
NuGet 5.0.1 Install-Package StockSharp.Strategies.0254_Volume_Breakout.py -Version 5.0.1
Volume Breakout (Python)

The Volume Breakout strategy observes the Volume for rapid expansions. When readings jump beyond their average range, price often starts a new move. A position opens once the indicator pierces a band derived from recent data and a deviation multiplier. Long and short trades are possible with a stop attached. This system fits momentum traders seeking early breakouts. Trades close as the Volume falls back toward the mean. Defaults start with AvgPeriod = 20.

  • Entry Criteria: Indicator exceeds average by deviation multiplier.

  • Long/Short: Both directions.

  • Exit Criteria: Indicator reverts to average.

  • Stops: Yes.

  • Default Values:

  • AvgPeriod = 20

  • Multiplier = 2.0m

  • CandleType = TimeSpan.FromMinutes(5)

  • StopLoss = 2.0m [*]Filters:

  • Category: Breakout

  • Direction: Both

  • Indicators: Volume

  • Stops: Yes

  • Complexity: Intermediate

  • Timeframe: Short-term

  • Seasonality: No

  • Neural Networks: No

  • Divergence: No

  • Risk Level: Medium

Nutzerbewertungen

Anmelden um eine Bewertung zu schreiben

Noch keine Bewertungen