Backtest UI

Prior resistance holds as support TPRS

T_PRIOR_RESISTANCE_SUPPORT_HOLD | pullback support | trigger | ticker | proposed

Logicpivot = prior_breakout_pivot_high[t-min_pivot_age:t-1]; low[t] <= pivot * (1 + touch_buffer) AND close[t] > pivot
Edge-
Samples0

Definition

Price pulls back into a prior breakout pivot/resistance level from earlier in the current uptrend and closes back above it. The pivot must be at least min_pivot_age days old so it represents a completed structural breakout, not noise. This is dip type 2 of the asymmetric R:R framework: previous resistance acting as new support.

Logic Triples

No first-class ontology mapping yet. Showing fallback logic: pivot = prior_breakout_pivot_high[t-min_pivot_age:t-1]; low[t] <= pivot * (1 + touch_buffer) AND close[t] > pivot

Strategies Using Atom

StrategyFamilyEdgeSignals
prior resistance as support / no coincidence gate / mom30 asymmetric_rr_dip - -
prior resistance as support / no coincidence gate / nomom asymmetric_rr_dip - -
prior resistance as support / close_pos >= 0.6 / mom30 asymmetric_rr_dip - -
prior resistance as support / close_pos >= 0.6 / nomom asymmetric_rr_dip - -
prior resistance as support / support_count >= 2 / mom30 asymmetric_rr_dip - -
prior resistance as support / support_count >= 2 / nomom asymmetric_rr_dip - -
Prior resistance, gate<=4%, armed trail 7R asymmetric_rr_dip - -
Prior resistance, gate<=4%, fixed 7R target asymmetric_rr_dip - -
Prior resistance, gate<=4%, pure runner EMA21 asymmetric_rr_dip - -
Prior resistance, gate<=4%, trim ladder asymmetric_rr_dip - -