D06-F03-A12 · LEVEL 2 GUIDED LAB · SYNTHETIC DATA
Rising/Falling Window
Is there a full inter-candle price window with no range overlap? Walk the evidence clock one stage at a time. This lab teaches the publication contract; it does not simulate returns, platform parity, or trade performance.
Selected expression
rising: low_t > high_(t-1); falling: high_t < low_(t-1)
Availability rule
The label becomes available only after the final candle in the selected pattern has closed; prior-trend context must use observations available before that close.
calculated · step 1 of 7