Split exchange and strategy modules for future Binance support.

Co-authored-by: Cursor <cursoragent@cursor.com>
This commit is contained in:
dekun
2026-07-25 08:43:09 +08:00
parent 3957a83761
commit e19bb452f9
27 changed files with 1504 additions and 1048 deletions
+1 -1
View File
@@ -52,7 +52,7 @@ async def sim_open_group(
bias = "manual_" + force
option_ask = pick.call_ask if force == "call" else pick.put_ask
from ..config import get_settings
from ..market.instruments import option_leverage
from ..strategy.selection import option_leverage
from ..sim.ledger import Ledger as Led
s = get_settings()