Day of Week Effect Strategy (Python). StockSharp

Author: StockSharp
N: 1549
v5.0.0 (7/30/2025)
Downloads: 14

The Day of Week Effect exploits tendencies for markets to exhibit recurring behavior on specific weekdays.
Some indices show consistent strength midweek while Monday or Friday can be relatively weak.
The strategy opens trades based on those historical tendencies, buying or selling at the start of the session and exiting by the close.
A modest stop guards against anomalies, closing the position early if the pattern fails on a given day.

  • Entry Criteria: calendar effect triggers
  • Long/Short: Both
  • Exit Criteria: stop-loss or opposite signal
  • Stops: Yes, percent based
  • Default Values:

    • CandleType = 15 minute
    • StopLoss = 2%

  • Filters:

    • Category: Seasonality
    • Direction: Both
    • Indicators: Seasonality
    • Stops: Yes
    • Complexity: Intermediate
    • Timeframe: Intraday
    • Seasonality: Yes
    • Neural networks: No
    • Divergence: No
    • Risk level: Medium