Live Simulation

This demo visualizes the decision-making process of the Okto brain in real-time.

/config/okto.yaml
strategy:
  name: "bnb_scalp_v1"
  assets: ["BNB/USDT"]
  interval: "1m"

risk_manager:
  max_drawdown: 5.0%
  stop_loss: 1.5%
  take_profit: 3.0%
  leverage: 5x

modules:
  - "anti_mev"
  - "capital_rotation"
Terminal Telemetry● LIVE
10:42:01[INFO]Market scan complete. 12 pairs analyzed.
10:42:05[WARN]High slippage detected on POOL (1.2%). Vetoing trade.
10:42:12[INFO]Capital Rotation: Checking High Water Mark...
10:42:15[EXEC]Scalp Entry Long BNB @ 620.50
10:42:18[INFO]Monitoring position...

Want to run this on your own data?

Deploy Your Own Agent