LOCAL RUNTIME · PAPER
在自己的设备与 AI Harness 中运行
当前只运行 Local Paper;合成快照只用于流程调试,Binance Wheel 是欧式现金结算代理,不会生成实物指派或真实订单。
- 1下载策略配置
它固定策略 ID、框架版本和默认参数,并始终从 Paper 开始。
- 2打开 Options Income Lab
使用独立 Options Income Lab 查看四类期权策略的选腿、风险诊断、持仓与滚动计划。
- 3让 AI 读取脱敏上下文
Codex、OpenClaw 等 Harness 通过受控 CLI 查看状态和运行事件,不接触 Secret。
terminal
quantelse-local options-validate --config btc-options-wheel.options.json
quantelse-local options-run --config btc-options-wheel.options.json --state-dir ./state --once --snapshot examples/binance-options.synthetic-snapshot.json
quantelse-local options-run --config btc-options-wheel.options.json --state-dir ./state --ui查看生成的 JSON 配置
{
"config_version": 1,
"framework_id": "options-income",
"framework_version": "0.1.0",
"interval_seconds": 21600,
"market_data": {
"provider": "binance-options-public",
"base_url": "https://eapi.binance.com",
"timeout_seconds": 10
},
"strategies": [
{
"strategy_id": "btc-options-wheel",
"version": "0.1.0",
"framework_id": "options-income",
"framework_version": "0.1.0",
"kind": "wheel",
"name": "BTC 现金结算 Wheel",
"underlying": "BTCUSDT",
"execution_mode": "paper",
"enabled": true,
"capital_quote": "100000",
"initial_base_inventory": "0",
"min_dte": "7",
"max_dte": "21",
"roll_before_hours": 48,
"wheel_target_abs_delta": "0.25",
"wheel_cash_collateral_fraction": "0.50",
"wheel_inventory_fraction": "1",
"max_contracts": "10",
"minimum_bid": "1"
}
]
}