Conditions

Daily session bias

Session-direction filter. Match the day's directional bias before entering. Internal type - `daily_bias`.

1 min readUpdated Jun 19, 2026

daily_bias checks the current day's directional bias as computed by the engine (typically from prior-day close vs reference levels) and lets you require it to match the trade direction.

Shape

{ "type": "daily_bias", "session": "ny" }

Usage

  • Filter on long-only days: refuse short entries when the daily bias is bullish.
  • Pair with session window: combine with in_killzone for intraday-only setups.

Pitfalls

Daily bias is a heuristic that compresses a lot of context into a single label. Don't rely on it as your only filter - use it as one of several confirmations.

Daily session bias | Help Center | LucraX · LucraX