Donchian Seasonal Filter (Python)

The Donchian Seasonal Filter strategy is built around Donchian Channels with seasonal filter. Signals trigger when Donchian confirms filtered entries on intraday (15m) data. This makes the method suit...

1,3K Downloads
☆☆☆☆☆ Bewertung
0 Bewertungen
NuGet 5.0.1 Install-Package StockSharp.Strategies.0323_Donchian_Seasonal_Filter.py -Version 5.0.1
Donchian Seasonal Filter (Python)

The Donchian Seasonal Filter strategy is built around Donchian Channels with seasonal filter. Signals trigger when Donchian confirms filtered entries on intraday (15m) data. This makes the method suitable for active traders. Stops rely on ATR multiples and factors like DonchianPeriod, SeasonalThreshold. Adjust these defaults to balance risk and reward.

  • Entry Criteria: see implementation for indicator conditions.

  • Long/Short: Both directions.

  • Exit Criteria: opposite signal or stop logic.

  • Stops: Yes, using indicator-based calculations.

  • Default Values:

  • DonchianPeriod = 20

  • SeasonalThreshold = 0.5m

  • CandleType = TimeSpan.FromMinutes(15).TimeFrame() [*]Filters:

  • Category: Trend following

  • Direction: Both

  • Indicators: Donchian, Seasonal

  • Stops: Yes

  • Complexity: Intermediate

  • Timeframe: Intraday (15m)

  • Seasonality: Yes

  • Neural Networks: No

  • Divergence: No

  • Risk Level: Medium

Nutzerbewertungen

Anmelden um eine Bewertung zu schreiben

Noch keine Bewertungen