Last updated: 2025-10-10

Strategies Reference

Each strategy in the app uses two bands — first_band and second_band — chosen from the indicator types below. Signals occur when the sign of (second − first) flips on a closed bar; execution happens at the next bar open.

Overview
  • Decide on closed candles only; avoid forming bars.
  • Execute at the next bar's open after a cross.
  • Length controls smoothness vs lag; offset should be 0.
  • Use stable baselines (HL2, BBM, VWAP, KCB, DCM) against responsive lines (EMA, HMA, JMA, Supertrend) for clearer signals.

Categories

Strategy Selection Workflow

  1. Define the regime: Trend, mean-reversion, breakout, or volatility compression. Match it to Trend, Range, or Breakout strategies in the list.
  2. Pick timeframe & liquidity: Choose intervals where the pair trades cleanly. High-volume majors tolerate faster signals; long-tail alts often need slower baselines.
  3. Filter the Strategy Index: Use the search chips for indicator types (e.g., “ema”, “vwap”, “supertrend”) and the limit dropdown to surface the newest evaluations.
  4. Validate factors: Open the detail view. Confirm length, multiplier, std, etc. still respect current volatility.
  5. Stage the plan: Note entry, exit, and invalidation logic in your trade checklist before using the strategy live.

Keep a shared template for each setup so team members can reconcile executions against the documented rules.

Common Factors

Use the exact field names as shown on the Strategy Detail page's Factors JSON.

Performance Metrics (Strategy List)

Always cross-check the evaluation date and sample size. Fresh strategies can degrade quickly if market structure changes.

First vs Second Band

Length & Offset (Deep Dive)

Length

Offset

Optimization & Validation Playbook

Terms & Glossary

Strategy fields

Inputs & price series

Factors (parameters)

Channel/variant codes

Signals & execution

Pairing tips

Risk & Trade Management Checklist