Session Timing
Definition
Session timing refers to the practice of restricting EA trade entries to specific forex market sessions (Tokyo, London, New York, London-NY overlap). Different sessions have different volatility, liquidity, and trade-quality characteristics; session-specific EAs avoid trading during their unfavourable sessions.
In-depth: Session Timing
Session timing is one of the simplest yet most impactful filters in EA design. The forex market's 24-hour structure produces predictable patterns: liquidity follows trading-desk hours, volatility concentrates during session opens and overlaps, and different sessions favour different strategy classes.
Major forex session characteristics:
• **Asian session (Tokyo, 23:00-08:00 UTC)**: lowest volatility on major pairs; major liquidity events around BoJ statements; range-bound conditions favour mean-reversion strategies on AUDJPY, NZDUSD, USDJPY • **London open (07:00-09:00 UTC)**: highest single-period volatility expansion; breakout strategies on GBPUSD, EURUSD, GBPJPY have strongest historical edge • **London session (08:00-16:00 UTC)**: dominant European trading hours; major liquidity in EUR, GBP, CHF pairs • **London-NY overlap (13:00-16:00 UTC)**: highest liquidity of the trading week; tight spreads, deep order books, broadest range of profitable strategy classes • **NY session (13:00-22:00 UTC)**: dominant US trading hours; major liquidity in USD pairs; news events around US macro releases • **NY close (21:00-23:00 UTC)**: end of high-liquidity periods; spreads widen, strategies should typically close positions before this window
EA implementation of session timing:
• **Hard session windows**: EA enters new positions only during configured session windows • **Session-specific parameters**: different strategy parameters (lot size, risk-per-trade, stop distance) for different sessions • **Spread-based session detection**: instead of fixed times, use spread widening as session-end signal; closes positions when spreads exceed threshold • **Multi-session strategies**: different strategy modules active during different sessions (range mean-reversion during Asian, breakout during London open, momentum during London-NY overlap)
For EA buyer evaluation: vendors should document which sessions their EAs trade in and why those sessions match the strategy class. Vendors who say "24/7 trading" without session-specific logic are typically missing important risk management; vendors who document specific session windows signal serious strategy design.