Choose a runtime

K-Trend Filter Breakout

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

LOCAL RUNTIME · PAPER

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, framework version, and defaults and always starts in Paper.

  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 use controlled commands to inspect status and runtime events without secret material.

View all platforms, versions, and SHA-256 →
terminal
quantelse-local validate --config k-pub-1784285093422-rk798d.runner.json
quantelse-local run --config k-pub-1784285093422-rk798d.runner.json --offline
quantelse-local run --config k-pub-1784285093422-rk798d.runner.json --ui --offline
View generated JSON
{
  "config_version": 4,
  "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": "k-pub-1784285093422-rk798d-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": "k-pub-1784285093422-rk798d",
        "version": "0.3.0",
        "kind": "trend",
        "framework_id": "technical-indicators",
        "framework_version": "0.1.0",
        "strategy_plugin": "quantelse.strategy.trend",
        "name": "K-Trend Filter Breakout",
        "symbol": "HYPE/USDC",
        "timeframe": "1h",
        "risk_level": "high",
        "capital": 1000,
        "signal_definition": {
          "type": "builtin",
          "strategy_kind": "trend"
        },
        "parameters": {
          "fast_period": 20,
          "slow_period": 50,
          "signal_connector": "quantelse.connector.hyperliquid-public",
          "default_execution_route": {
            "mode": "paper",
            "exchange": "hyperliquid",
            "market": "linear_perpetual",
            "connector_id": "quantelse.connector.paper",
            "account_ref": null,
            "settlement_asset": "USDC",
            "margin_mode": "isolated",
            "position_mode": "one_way",
            "leverage": 1
          },
          "default_position_policy": {
            "allow_short": true,
            "reduce_only_on_exit": true,
            "sizing_mode": "signal_scaled",
            "normalization_multiplier": 2.0,
            "normalization_floor_ratio": 0.0
          },
          "composition": {
            "schema_version": 1,
            "combination_mode": "weighted_average",
            "signal_threshold": 0.05,
            "quorum_ratio": 0.5,
            "deadband": 0.05,
            "children": [
              {
                "child_id": "squeeze-impulse-1",
                "source_type": "system",
                "role": "alpha",
                "name": "窄幅后动量脉冲",
                "summary": "相对波动仍受控时,用单根动量脉冲捕捉早期突破。",
                "catalog_slug": null,
                "catalog_version": null,
                "system_template_id": "system-squeeze-impulse",
                "kind": "trend",
                "signal_definition": null,
                "symbol": "HYPE/USDC",
                "timeframe": "1h",
                "weight": 1.0,
                "parameters": {
                  "window": 30,
                  "max_volatility": 0.04,
                  "impulse_pct": 0.015
                },
                "parameter_schema": [
                  {
                    "id": "window",
                    "label": "波动窗口",
                    "description": "估计标准差和中枢的周期。",
                    "value_type": "integer",
                    "default": 30,
                    "minimum": 5.0,
                    "maximum": 500.0,
                    "step": 1.0,
                    "options": []
                  },
                  {
                    "id": "max_volatility",
                    "label": "最大相对波动",
                    "description": "触发前允许的标准差/均线上限。",
                    "value_type": "number",
                    "default": 0.04,
                    "minimum": 0.001,
                    "maximum": 1.0,
                    "step": 0.001,
                    "options": []
                  },
                  {
                    "id": "impulse_pct",
                    "label": "脉冲涨跌幅",
                    "description": "当前 K 线触发的最小涨跌幅。",
                    "value_type": "number",
                    "default": 0.015,
                    "minimum": 0.001,
                    "maximum": 0.5,
                    "step": 0.001,
                    "options": []
                  }
                ],
                "origin_slug": "k-pub-1784285093422-rk798d",
                "origin_version": "0.3.0",
                "system_default": false
              }
            ]
          },
          "third_party_migration": {
            "source_platform": "Minara",
            "published_strategy_id": "pub_1784285093422_rk798d",
            "source_url": "https://minara.ai/zh/app/strategy/detail/pub_1784285093422_rk798d",
            "source_claims": "self_reported",
            "curve_replace_required": true
          }
        },
        "enabled": true,
        "execution_mode": "paper"
      }
    }
  ]
}