Strategy versioning provides Git-like version control for your trading strategies. Use it whenever you're about to change a working strategy and want a way back, or when you're pushing an update to community subscribers.
How it works#
- Commit — Saves an immutable snapshot of your current strategy configuration (indicators, signals, risk management, etc.)
- Version Number — Auto-increments: v1, v2, v3...
- Change Log — Add notes describing what changed
- Restore — Roll back to any previous version
Snapshot contents#
Each version snapshot includes: indicators, signal rules, bias generators, risk management, ticker, timeframe, data feed, leverage. The snapshot is backtested automatically upon commit.
NOTE
When you share a strategy to the community, subscribers see the version you shared. Commit a new version + re-share to push updates to subscribers.