Backtest UI

Close breakout above rolling high TCBR

T_CLOSE_BREAK_ROLLING_HIGH | ticker recent pattern | trigger | ticker | candidate

Logicclose[t] > prior_high(lookback_days)[t] + buffer_atr * atr(atr_days)[t]
Edge-
Samples0

Definition

Close exceeds a prior rolling high by the configured ATR buffer. Generalises the promoted 20-day close breakout.

Logic Triples

No first-class ontology mapping yet. Showing fallback logic: close[t] > prior_high(lookback_days)[t] + buffer_atr * atr(atr_days)[t]

Strategies Using Atom

StrategyFamilyEdgeSignals