Trading Lab

Catalogue

Strategies

Read-only overview of the strategy families available in this workspace.

New run

Local candidate strategy

Order Block V1

Lancer

Earlier order block candidate model with ATR displacement, retest, and optional trend filtering.

ORDER_BLOCK_V1 candidate_signal implemented

Coverage

Timeframes: 5m, 15m, 1h

Required data:

Markets: crypto_spot

Tags: order-block, atr, retest

Diagnostics focus

  • Validate the retest zone bounds.
  • Inspect stop placement against current bar extremes.
  • Check the TP2 / risk relationship before the risk gate.

Local candidate strategy

Order Block V2

Lancer

Next iteration of the order block candidate model — logic not yet implemented.

ORDER_BLOCK_V2 candidate_signal implemented

Coverage

Timeframes: 5m, 15m, 1h

Required data:

Markets: crypto_spot

Tags: order-block, wip

Diagnostics focus

Local candidate strategy

Order Block V2 Sweep

Lancer

Trades Order Block V2 candidates via a sweep-confirm entry: a bar wicks into the zone and closes back beyond the proximal edge (LOT-032).

ORDER_BLOCK_V2_SWEEP candidate_signal implemented

Coverage

Timeframes: 15m, 1h

Required data:

Markets: crypto_spot, metals_cfd

Tags: order-block, sweep, liquidity, smc

Diagnostics focus

  • Verify signal bar is strictly after the candidate created_index.
  • Check stop distance vs cost gate (min_stop_distance).
  • Compare live win rate to the 37-45% backtest band at RR 2.

Local candidate strategy

Session Level Scalp V1

Lancer

M5 momentum scalper: first close through a session liquidity level (prior-day H/L, Asia-range H/L) with H1 trend alignment and a moderate-extension gate (LOT-034).

SESSION_LEVEL_SCALP_V1 candidate_signal implemented

Coverage

Timeframes: 5m

Required data: 5m

Markets: metals_cfd, crypto_spot

Tags: scalping, session-levels, breakout, momentum, smc

Diagnostics focus

  • Verify the level was computed from completed session data only.
  • Check the extension band gate against ATR at the signal bar.
  • Compare live expectancy to the +0.05..+0.15R/trade backtest band.