9acaeafc8b09434d26d11990fefd1c098ba2b1c0
Previously: set_seed_capital(hardcoded_25000) then on_account_event(BingX_100K+) → reconcile delta ~75K → capital_frozen=True → no trades allowed. Fix: _fetch_exchange_wallet_balance() queries BingX wallet balance BEFORE seeding the kernel. set_seed_capital() and the subsequent ACCOUNT_UPDATE reconcile now agree → delta ≈ 0 → capital_frozen=False → sizing correct. Falls back to DOLPHIN_INITIAL_CAPITAL if BingX is unreachable, with WARNING. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
Description
No description provided
Languages
Python
100%