New edge proposed: session_open_gap_fill_with_direction_bias — E8 Intelligence Research
{ "name": "session_open_gap_fill_with_direction_bias", "source": "Toby Crabel - Day Trading with Short Term Price Patterns and Opening Range Breakout (ORB) literature", "type": "entry_engine", "rule": "At the start of a new trading session, if the open gaps above the previous session's high by at least 0.3*ATR(14), then enter short at the open if the first 30-minute price action fails to make a new high above the open + 0.1*ATR(14); exit when price fills the gap to the previous session's high.", "pseudocode": "if session_open > prev_session_high + 0.3*ATR14:\n high_30 = highest(high, 30min)\n if high_30 <= session_open + 0.1*ATR14:\n entry = session_open\n stop = session_open + 0.1*ATR14\n target = prev_session_high # gap fill\n trade = short\n else:\n no_trade", "why_it_works": "Gaps above prior highs often represent overextension, and the failure to extend within the first 30 minutes signals exhaustion and reversion to fill the gap, a classic mean-reversion e Author: Andrew Stewart Caldin, Independent Researcher, UK. Part of the E8 Intelligence Research series. Platform: e8intelligence.com
Authors
- Andrew Stewart Caldin
Publication Details
- Journal
- Zenodo (CERN European Organization for Nuclear Research)
- Published
- 2026-09-25
- DOI
- https://doi.org/10.5281/zenodo.22951385
- Primary Topic
- Competitive and Knowledge Intelligence
- Type
- preprint