|
1 | 1 | { |
2 | 2 | "$schema": "../../../schemas/runtime-target.schema.json", |
3 | 3 | "target_id": "binance/crypto_combo", |
4 | | - "description": "Binance target for crypto_equity_combo R5 cash-cap shadow parameters (50/50 risk-on, 40/20 neutral, 25/0 hard risk-off).", |
| 4 | + "description": "Binance live target for the runtime-enabled crypto_live_pool_rotation profile.", |
5 | 5 | "github": { |
6 | 6 | "repository": "QuantStrategyLab/BinancePlatform", |
7 | 7 | "variable_scope": "repository" |
8 | 8 | }, |
9 | 9 | "runtime_target": { |
10 | 10 | "platform_id": "binance", |
11 | | - "strategy_profile": "crypto_equity_combo", |
| 11 | + "strategy_profile": "crypto_live_pool_rotation", |
12 | 12 | "dry_run_only": false, |
13 | 13 | "deployment_selector": "binance", |
14 | | - "account_selector": ["binance"], |
| 14 | + "account_selector": [ |
| 15 | + "binance" |
| 16 | + ], |
15 | 17 | "account_scope": "GLOBAL", |
16 | 18 | "service_name": "binance-quant-service", |
17 | 19 | "execution_mode": "live", |
|
22 | 24 | "precheck_time": "55 5 * * *" |
23 | 25 | } |
24 | 26 | }, |
25 | | - "extra_variables": { |
26 | | - "BTC_WEIGHT": "0.50", |
27 | | - "TREND_WEIGHT": "0.50", |
28 | | - "DYNAMIC_MODE": "true", |
29 | | - "DYNAMIC_REGIME_MODE": "cash_cap", |
30 | | - "DYNAMIC_REGIME_OFF_CUT": "0.00", |
31 | | - "DYNAMIC_HARD_SMA200_RATIO": "0.95", |
32 | | - "DYNAMIC_HARD_MA200_SLOPE": "0.00", |
33 | | - "DYNAMIC_SOFT_SMA200_RATIO": "1.00", |
34 | | - "DYNAMIC_HARD_BTC_WEIGHT": "0.25", |
35 | | - "DYNAMIC_HARD_TREND_WEIGHT": "0.00", |
36 | | - "DYNAMIC_SOFT_BTC_WEIGHT": "0.40", |
37 | | - "DYNAMIC_SOFT_TREND_WEIGHT": "0.20" |
38 | | - } |
| 27 | + "extra_variables": {} |
39 | 28 | } |
0 commit comments