Backtesting and research, declarative.
A small, honest platform for systematic strategies. Configure a strategy as a cell, submit a backtest, browse the run library. Nothing on this page is fabricated: everything below is loaded from the platform's own API at request time.
Cells
Declarative strategy configs. One YAML per cell.Loading…
Strategies
Registered engines. Each exposes a PARAM_SPEC.Loading…
Recent backtest runs
Every completed backtest, joined to the cell that produced it.Loading…
About this platform
MWM Trading Platform is a research surface for designing, backtesting, and reviewing systematic strategies. It is independent of any live trading account. The platform reads a market-data store, runs deterministic backtests on a background worker, and stores every result in a queryable run library.
The platform is in active development. The current public surface exposes:
- A registry of declarative cells (strategy + symbol + session + params).
- A registered strategy library with versioned parameter specifications.
- An async backtest queue: submit a job, the worker runs it, the result lands in the library.
- A run library: filter completed backtests by strategy, cell, or parameter hash.