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_killzonefor 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.
