Prebuilt Agent Templates

  • Template Repository: Located under ./templates with common strategies:

    • market-making.yml

    • momentum-trading.yml

    • arbitrage-bundle.yml

  • Customization: Edit the YAML manifest to adjust parameters:

    name: momentum-strategy
    template: momentum-trading
    parameters:
      lookback_window: 60
      threshold: 0.02
      position_size: 0.1
  • Deployment:

    orient-cli deploy --template templates/momentum-trading.yml

Last updated