Intraday sessions: definition and what they change
Intraday sessions are time windows within a single trading day that market participants use to analyze and execute trades. The core idea is that liquidity, volatility, and typical price movement patterns often differ by time of day.
A session-based approach usually answers practical questions like:
- When do markets tend to be most active?
- Which hours overlap between major markets (for example, different regions)?
- How might spreads and execution quality change during different windows?
This article is informational only and does not include trade signals or recommendations.
Worked example (fully numeric) of an intraday-session plan
Below is a worked example that stays on mechanics. It uses made-up prices and clearly stated assumptions, so you can reproduce the arithmetic.
Assumptions (state everything used)
- Instrument: a generic FX spot-like trade with no special contract terms.
- Session boundaries: Session A runs from 09:00 to 12:00; Session B runs from 12:00 to 15:00 (local chart time).
- Entry and exit timing are fixed by the example: you enter at 10:00 and exit at 13:00.
- Price path used for the example:
- Entry “mid” price at 10:00: 1.1000
- Exit “mid” price at 13:00: 1.1015
- You trade using bid/ask with a fixed spread model:
- Spread at entry: 2.0 pips (0.0002)
- You buy using ask at entry, and sell using bid at exit.
- Conversion and pip math for this example:
- 1 pip = 0.0001 (so 15 pips = 0.0015).
- Position size for the example:
- Assume 10,000 units base currency.
- Costs model:
- Assume a commission of 0.0 per unit (included only to keep arithmetic simple).
- No slippage: execution happens at the assumed bid/ask at those timestamps.
Step-by-step calculation
Step 1: Translate the session idea into actual executed prices
- Enter at 10:00 in Session A.
- Exit at 13:00 in Session B.
Step 2: Apply spread to get executed prices
- Entry mid = 1.1000. With a spread of 0.0002, ask = 1.1000 + 0.0002/2? In many simplified examples spread is treated as the full bid-ask difference. To avoid ambiguity, we will treat the spread amount as the full difference between buy and sell.
- Use: ask entry = 1.1000 + 0.0002 = 1.1002
- Exit mid = 1.1015.
- Use: bid exit = 1.1015 - 0.0002 = 1.1013
Step 3: Compute the price move relevant to your executed prices
- Profit per unit factor (in quote terms) ≈ (bid_exit − ask_entry)
- = 1.1013 − 1.1002 = 0.0011
Step 4: Convert the move to pips for interpretability
- 0.0011 / 0.0001 = 11 pips effective move.
Step 5: Convert pips to “per 10,000 units” impact (illustrative arithmetic) Because FX pip value depends on the pair and quote/base conventions, this example avoids pretending an exact cash figure. Instead, it keeps the result in “pips of effective movement” (11 pips). If your platform provides a pip value, you can multiply your own pip value by 11 to estimate cash impact.
What this example shows about intraday sessions
- The session framework determines when you enter and exit.
- The same underlying mid-price change (1.1000 → 1.1015) becomes a smaller effective change after spread and execution assumptions.
- Outcomes become sensitive to timing across the session boundary (here, entry in Session A and exit in Session B).
If you want to generalize, keep the session idea but change one variable at a time: entry time inside the session, exit time in the next session, spread size, or slippage.
Limitations and failure modes (what can break the example)
- Spread and costs vary in real time: the example used a fixed spread. In practice, spreads can widen during lower liquidity periods or around news.
- Execution timing may differ from your plan: slippage can occur when your order fills at a worse price than the assumed bid/ask.
- Session times depend on time zones and chart clocks: “09:00–12:00” must be interpreted in a specific time zone. Different platforms may display times differently.
- Historical patterns are not predictive: even if one day behaves like a session template, future conditions may differ.