Backtest UI

Maximum executed entry distance from pivot EEPM

E_ENTRY_PRICE_MAX_FROM_PIVOT | entry execution | trigger | entry | candidate

Logicentry_pivot_distance_pct = entry_price / pivot_price - 1; entry_pivot_distance_atr = (entry_price - pivot_price) / signal_atr20; execute only when distance(mode) <= max_distance
Edge-
Samples0

Definition

At next-open execution, skip a trade when the available entry price is too far above the pivot stored by the breakout signal. Report skipped trades and missed winners against the full signal cohort.

Logic Triples

No first-class ontology mapping yet. Showing fallback logic: entry_pivot_distance_pct = entry_price / pivot_price - 1; entry_pivot_distance_atr = (entry_price - pivot_price) / signal_atr20; execute only when distance(mode) <= max_distance

Strategies Using Atom

StrategyFamilyEdgeSignals