Triangle resistance breakout trigger TTBX
T_TRIANGLE_BREAKOUT | ticker recent pattern | trigger | ticker | proposed
Logic
T_TRIANGLE_CONSOLIDATION AND close[t] > res_slope*t + res_intercept AND body_strength >= 0.5 AND (high-low) <= 2*atr20Edge-0.2%
Samples10,645
Definition
Trigger for the triangle consolidation: close breaks above the swing-fitted resistance line with a strong body ((close-open)/(high-low) >= 0.5) and a controlled range (<= 2x ATR20). The stop is the entry-day low (stop_type = breakout_low) so the trade carries a defined structural invalidation. Candle anatomy is exported as continuous features (body strength, range in ATR, stop distance) for entry-quality measurement.
Logic Triples
No first-class ontology mapping yet. Showing fallback logic: T_TRIANGLE_CONSOLIDATION AND close[t] > res_slope*t + res_intercept AND body_strength >= 0.5 AND (high-low) <= 2*atr20