Backtest UI

Stacked support confluence TSCX

T_SUPPORT_CONFLUENCE | pullback support | setup | ticker | proposed

Logiclevels = {ema21[t], ma50[t], prior_pivot, trendline[t], base_low_20d}; count(level within band_pct of close[t]) >= min_levels
Edge-
Samples0

Definition

At least min_levels of {EMA21, MA50, prior breakout pivot, trendline, base low} sit within a tight band around the current price. Encodes the framework's requirement that entries happen where multiple support levels stack up: the more levels that share the invalidation zone, the more meaningful the level and the tighter the defensible stop.

Logic Triples

No first-class ontology mapping yet. Showing fallback logic: levels = {ema21[t], ma50[t], prior_pivot, trendline[t], base_low_20d}; count(level within band_pct of close[t]) >= min_levels

Strategies Using Atom

StrategyFamilyEdgeSignals