Choose a runtime

ETH Balanced Range Grid

Choose local or hosted first; the system then matches this strategy to its required runtime components and control boundary.

LOCAL RUNTIME

Run it on your device and through your AI harness

No signup. Configuration and state stay local; credentials only enter the operating-system keyring.

  1. 1
    Download the strategy config

    It pins the strategy ID, version, and parameters and always starts in paper mode.

  2. 2
    Choose headless or the local UI

    The runtime continues in the background after the page is closed, or can run without a web UI at all.

  3. 3
    Give AI redacted context

    Codex, OpenClaw, and other harnesses receive structured status, signals, and events without secret material.

View all platforms, versions, and SHA-256 →
terminal
quantelse-local validate --config eth-balanced-grid.runner.json
quantelse-local run --config eth-balanced-grid.runner.json --offline
quantelse-local run --config eth-balanced-grid.runner.json --ui --offline
View generated JSON
{
  "config_version": 3,
  "workspace_mode": "managed",
  "interval_seconds": 60,
  "client": {
    "bootstrap_enabled": false,
    "bootstrap_url": "https://quantelse.trade/v1/client/bootstrap",
    "telemetry": "off",
    "heartbeat_seconds": 21600
  },
  "bots": [
    {
      "local_id": "eth-balanced-grid-paper-v1",
      "owner_id": "local",
      "exchange": "paper",
      "signal_source": "paper",
      "signal_connector": "quantelse.connector.paper",
      "execution_connector": "quantelse.connector.paper",
      "start_immediately": true,
      "strategy": {
        "id": "eth-balanced-grid",
        "version": "0.1.0",
        "kind": "grid",
        "strategy_plugin": "quantelse.strategy.grid",
        "name": "ETH Balanced Range Grid",
        "symbol": "ETH/USDT",
        "timeframe": "1h",
        "risk_level": "medium",
        "capital": 1000,
        "parameters": {
          "lookback": 30,
          "band_pct": 0.028
        },
        "enabled": true,
        "execution_mode": "paper"
      }
    }
  ]
}