AlgoTrading 101 · Level 1

Foundations

Minimum viable knowledge to design, test, and evaluate simple systematic strategies in AlgoLift. Deliverables: completed readings, one lab run, and the Level 1 Gate.

Readings

Lab · Minimal Working Strategy

  1. Builder: select instrument, session, and bar type. Add one signal (e.g., MA cross or RSI threshold). Wire entries, exits, and an initial stop.
  2. Backtest: set conservative parameters. Enable commissions and slippage. Define test window and warmup.
  3. Review: record PF, Win%, Avg Trade, Max DD, Exposure. Save the run. Note observations in your Trading Journal.

Artifacts

  • Trading Journal: hypothesis, bar choice, assumptions, key results.
  • Saved Lab Run: reproducible configuration and metrics.

Level 1 Gate

  • Quiz: microstructure, bar types, expectancy.
  • Backtest with costs + slippage enabled; report PF, Win%, Avg Trade, Max DD, Exposure with coherent interpretation.
  • Journal entry comparing two bar types or session filters and their effect on results.
Next Level

Level 2: Strategy Design & Backtesting

Continue