Symmetry: Names do not force one to be faster. What matters is how they cross.
Cross & Direction
Diff: Diff = second − first.
Cross: The sign of Diff flips between two consecutive closed bars (e.g., + to −, or − to +).
Direction: If first > second on the crossing bar → SHORT; else → LONG.
Execution: Enter at the open of the next bar after the crossing bar (next‑open execution).
No forming bars: Decide on closed candles only to avoid repainting.
Illustration
Blue is first_band, orange is second_band. The red dashed line marks the next‑bar open where execution takes place after the cross.
Axes and Timing
Horizontal axis (Time →): Time flows left‑to‑right. One step along the x‑axis corresponds to one bar of the strategy’s Interval (e.g., 1m, 5m).
Vertical axis (Price ↑): Higher positions on the y‑axis represent higher prices/indicator values.
Closed vs forming bar: The cross is detected on a closed bar (the candle that has just finished). The red dashed line marks the next bar’s open, where orders are executed.
Alignment: The bands are computed on the same bar timestamps as price. Use closed candles only to avoid repainting and to match the system’s evaluation.