Skip to main content

StrategySchema Basics

What it is

StrategySchema is the structured representation of user-defined strategy logic, assumptions, parameters, risk settings, and export needs.

What it captures

  • Strategy identity.
  • Instruments and timeframes.
  • Entry and exit rules.
  • Risk controls.
  • Backtest assumptions.
  • Package export settings.
strategy.name=Mean Reversion Example
strategy.mode=historical_test
strategy.review_required=true
export.dry_run_default=true
Engineering artifact

StrategySchema is a product contract for testing and export. It does not approve a strategy for use outside Stockey.