Build it three ways
Use the visual builder, the sandboxed Python SDK, or let Vega draft the rules.
Set the universe, signal, weighting and risk limits once, and the walk-forward backtest, the risk views and paper trading all read the same rules.
Use the visual builder, the sandboxed Python SDK, or let Vega draft the rules.
Deflated Sharpe, universe warnings and the Probability of Backtest Overfitting flag a failing strategy.
Track a tested strategy's risk in Aegis, or paper-trade it with signals by email.
Use the visual builder, write Python or export the signals.
Whichever route you take, the backtest and the risk views read the same rules.
strategy: momentum-x-sectoruniverse: { region: US, top: 500 }signals: - momentum(126) - momentum(21) - filter: adx(14) > 20portfolio: { long: 50, weighting: risk_parity }exits: { trailing: 8%, invalidation: signal_flip }validate: { walk_forward: 5y, costs: realistic, gates: [DSR, PBO] }
Backtested / walk-forward results are hypothetical, do not represent actual trading, and are not indicative of future results.