|
| 1 | +{ |
| 2 | + "$schema": "../../../schemas/runtime-target.schema.json", |
| 3 | + "target_id": "qmt/cn_combo_dry_run", |
| 4 | + "description": "QMT dry-run target for cn_equity_combo (30/50/20 ETF/stock/dividend with dynamic regime adjustment).", |
| 5 | + "github": { |
| 6 | + "repository": "QuantStrategyLab/QmtPlatform", |
| 7 | + "variable_scope": "repository" |
| 8 | + }, |
| 9 | + "runtime_target": { |
| 10 | + "platform_id": "qmt", |
| 11 | + "strategy_profile": "cn_equity_combo", |
| 12 | + "dry_run_only": true, |
| 13 | + "deployment_selector": "qmt", |
| 14 | + "account_selector": ["qmt"], |
| 15 | + "account_scope": "CN", |
| 16 | + "service_name": "qmt-quant-service", |
| 17 | + "execution_mode": "dry_run", |
| 18 | + "scheduler": { |
| 19 | + "timezone": "Asia/Shanghai", |
| 20 | + "main_time": "45 15 1-7 * *", |
| 21 | + "probe_time": "35 9,15 1-7 * *", |
| 22 | + "precheck_time": "45 9 1-7 * *" |
| 23 | + } |
| 24 | + }, |
| 25 | + "plugin_mounts_variable": "QMT_STRATEGY_PLUGIN_MOUNTS_JSON", |
| 26 | + "plugin_mounts": [], |
| 27 | + "extra_variables": { |
| 28 | + "QMT_DRY_RUN_ONLY": "true", |
| 29 | + "QMT_MARKET_HISTORY_PATH": "data/fixtures/market_history.sample.csv", |
| 30 | + "QMT_FEATURE_SNAPSHOT_PATH": "data/fixtures/dividend_quality/cn_dividend_quality_snapshot_factor_snapshot_latest.csv", |
| 31 | + "QMT_FEATURE_SNAPSHOT_MANIFEST_PATH": "data/fixtures/dividend_quality/cn_dividend_quality_snapshot_factor_snapshot_latest.csv.manifest.json" |
| 32 | + } |
| 33 | +} |
0 commit comments