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

Verified synthetic fixture

This lab is paired with datasets/implementation-fixtures.json: 96 deterministic, oldest-to-newest observations spanning oscillating, rising, and moderating regimes. It is teaching data—not market history or predictive evidence.

Canonical latest output (D06-F03-A12)
{
  "label": "none",
  "matched": false
}

Executable checks cover this result, flat/zero-volume boundaries, invalid timestamps, and prefix causality in both language entry points.