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.
- 1Download the strategy config
It pins the strategy ID, framework version, and defaults and always starts in Paper.
- 2Choose 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.
- 3Give AI redacted context
Codex, OpenClaw, and other harnesses use controlled commands to inspect status and runtime events without secret material.
terminal
quantelse-local validate --config k-pub-1784280183591-tcet4i.runner.json
quantelse-local run --config k-pub-1784280183591-tcet4i.runner.json --offline
quantelse-local run --config k-pub-1784280183591-tcet4i.runner.json --ui --offlineView 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-1784280183591-tcet4i-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-1784280183591-tcet4i",
"version": "0.3.0",
"kind": "trend",
"framework_id": "technical-indicators",
"framework_version": "0.1.0",
"strategy_plugin": "quantelse.strategy.trend",
"name": "K-비이솔",
"symbol": "BTC/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": "vwma-trend-1",
"source_type": "system",
"role": "alpha",
"name": "VWMA 量价趋势",
"summary": "使用成交量加权均线区分多空趋势,减少无量波动影响。",
"catalog_slug": null,
"catalog_version": null,
"system_template_id": "system-vwma-trend",
"kind": "trend",
"signal_definition": null,
"symbol": "BTC/USDC",
"timeframe": "1h",
"weight": 1.0,
"parameters": {
"fast_period": 20,
"slow_period": 50
},
"parameter_schema": [
{
"id": "fast_period",
"label": "快速 EMA",
"description": "用于捕捉较快价格方向。",
"value_type": "integer",
"default": 20,
"minimum": 2.0,
"maximum": 500.0,
"step": 1.0,
"options": []
},
{
"id": "slow_period",
"label": "慢速 EMA",
"description": "用于确认较慢市场趋势。",
"value_type": "integer",
"default": 50,
"minimum": 3.0,
"maximum": 1000.0,
"step": 1.0,
"options": []
}
],
"origin_slug": "k-pub-1784280183591-tcet4i",
"origin_version": "0.3.0",
"system_default": false
}
]
},
"third_party_migration": {
"source_platform": "Minara",
"published_strategy_id": "pub_1784280183591_tcet4i",
"source_url": "https://minara.ai/zh/app/strategy/detail/pub_1784280183591_tcet4i",
"source_claims": "self_reported",
"curve_replace_required": true
}
},
"enabled": true,
"execution_mode": "paper"
}
}
]
}