Skip to content

Commit 86290e7

Browse files
Pigbibiclaude
andcommitted
fix: change Binance default strategy to crypto_live_pool_rotation
crypto_equity_combo is not registered in BinancePlatform's strategy_registry.py (only crypto_live_pool_rotation is supported). This caused Runtime workflow failures when the default was applied. Co-Authored-By: Claude <noreply@anthropic.com>
1 parent 49ae64f commit 86290e7

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

platform-config.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -235,7 +235,7 @@
235235
"label": "Binance",
236236
"target_name": "default",
237237
"cash_currency": "USD",
238-
"default_strategy_profile": "crypto_equity_combo",
238+
"default_strategy_profile": "crypto_live_pool_rotation",
239239
"supported_domains": [
240240
"crypto"
241241
]

0 commit comments

Comments
 (0)