Skip to content

Commit ea8fc2b

Browse files
Pigbibicodex
andcommitted
Align Binance combo R5 cash-cap settings
Co-Authored-By: Codex <noreply@openai.com>
1 parent 1565bde commit ea8fc2b

2 files changed

Lines changed: 14 additions & 4 deletions

File tree

examples/targets/binance/crypto_combo.example.json

Lines changed: 12 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"$schema": "../../../schemas/runtime-target.schema.json",
33
"target_id": "binance/crypto_combo",
4-
"description": "Binance target for crypto_equity_combo (50/50 BTC DCA/altcoin trend rotation with dynamic regime adjustment).",
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).",
55
"github": {
66
"repository": "QuantStrategyLab/BinancePlatform",
77
"variable_scope": "repository"
@@ -23,7 +23,17 @@
2323
}
2424
},
2525
"extra_variables": {
26+
"BTC_WEIGHT": "0.50",
27+
"TREND_WEIGHT": "0.50",
2628
"DYNAMIC_MODE": "true",
27-
"DYNAMIC_REGIME_OFF_CUT": "0.50"
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"
2838
}
2939
}

internal_dependency_matrix.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
"path": "requirements-lock.txt",
77
"package": "crypto-strategies",
88
"source_repo": "CryptoStrategies",
9-
"ref": "6fe378adc6602412a1763ca115b5d17d311a65a9"
9+
"ref": "746440683f63c3f696a12278aff9c7af030700c2"
1010
},
1111
{
1212
"consumer_repo": "BinancePlatform",
@@ -20,7 +20,7 @@
2020
"path": "requirements.txt",
2121
"package": "crypto-strategies",
2222
"source_repo": "CryptoStrategies",
23-
"ref": "6fe378adc6602412a1763ca115b5d17d311a65a9"
23+
"ref": "746440683f63c3f696a12278aff9c7af030700c2"
2424
},
2525
{
2626
"consumer_repo": "BinancePlatform",

0 commit comments

Comments
 (0)