Deployment
After a backtest looks good, deploy the strategy to paper trading. Deployment happens in the dashboard — there is no podium deploy CLI for the kickoff MVP.
What Deployment Does
- Locks the exact code + config version (hash-based) that will trade.
- Creates a virtual portfolio seeded with paper capital.
- Schedules the strategy into the daily
strategy-tickscron (after the market-data refresh). - Begins recording daily portfolio snapshots, decisions, and governance events.