Choose a runtime

BTC Conservative 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 btc-conservative-grid.runner.json
quantelse-local run --config btc-conservative-grid.runner.json --offline
quantelse-local run --config btc-conservative-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": "btc-conservative-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": "btc-conservative-grid",
        "version": "0.1.0",
        "kind": "grid",
        "strategy_plugin": "quantelse.strategy.grid",
        "name": "BTC Conservative Range Grid",
        "symbol": "BTC/USDT",
        "timeframe": "1h",
        "risk_level": "low",
        "capital": 1000,
        "parameters": {
          "lookback": 20,
          "band_pct": 0.02
        },
        "enabled": true,
        "execution_mode": "paper"
      }
    }
  ]
}