diff --git a/examples/targets/binance/crypto_combo.example.json b/examples/targets/binance/crypto_combo.example.json index 2e13fe3..f52e71d 100644 --- a/examples/targets/binance/crypto_combo.example.json +++ b/examples/targets/binance/crypto_combo.example.json @@ -1,7 +1,7 @@ { "$schema": "../../../schemas/runtime-target.schema.json", "target_id": "binance/crypto_combo", - "description": "Binance target for crypto_equity_combo (50/50 BTC DCA/altcoin trend rotation with dynamic regime adjustment).", + "description": "Binance target for crypto_equity_combo R5 cash-cap shadow parameters (50/50 risk-on, 40/20 neutral, 25/0 hard risk-off).", "github": { "repository": "QuantStrategyLab/BinancePlatform", "variable_scope": "repository" @@ -23,7 +23,17 @@ } }, "extra_variables": { + "BTC_WEIGHT": "0.50", + "TREND_WEIGHT": "0.50", "DYNAMIC_MODE": "true", - "DYNAMIC_REGIME_OFF_CUT": "0.50" + "DYNAMIC_REGIME_MODE": "cash_cap", + "DYNAMIC_REGIME_OFF_CUT": "0.00", + "DYNAMIC_HARD_SMA200_RATIO": "0.95", + "DYNAMIC_HARD_MA200_SLOPE": "0.00", + "DYNAMIC_SOFT_SMA200_RATIO": "1.00", + "DYNAMIC_HARD_BTC_WEIGHT": "0.25", + "DYNAMIC_HARD_TREND_WEIGHT": "0.00", + "DYNAMIC_SOFT_BTC_WEIGHT": "0.40", + "DYNAMIC_SOFT_TREND_WEIGHT": "0.20" } } diff --git a/internal_dependency_matrix.json b/internal_dependency_matrix.json index d5574b9..4596c88 100644 --- a/internal_dependency_matrix.json +++ b/internal_dependency_matrix.json @@ -6,7 +6,7 @@ "path": "requirements-lock.txt", "package": "crypto-strategies", "source_repo": "CryptoStrategies", - "ref": "6fe378adc6602412a1763ca115b5d17d311a65a9" + "ref": "746440683f63c3f696a12278aff9c7af030700c2" }, { "consumer_repo": "BinancePlatform", @@ -20,7 +20,7 @@ "path": "requirements.txt", "package": "crypto-strategies", "source_repo": "CryptoStrategies", - "ref": "6fe378adc6602412a1763ca115b5d17d311a65a9" + "ref": "746440683f63c3f696a12278aff9c7af030700c2" }, { "consumer_repo": "BinancePlatform",