Add Binance live trading, anti-stuck open/close recovery, and configurable rate limits.
OKX/Binance LIVE share half_open and option_closed_perp_pending repair paths; private REST throttles default to 1s and are tunable in settings. Co-authored-by: Cursor <cursoragent@cursor.com>
This commit is contained in:
@@ -1,5 +1,6 @@
|
||||
"""实盘执行适配层。"""
|
||||
|
||||
from .executor import BinanceLiveStub, OkxLiveExecutor, get_executor
|
||||
from .binance_executor import BinanceLiveExecutor
|
||||
from .executor import OkxLiveExecutor, get_executor
|
||||
|
||||
__all__ = ["get_executor", "OkxLiveExecutor", "BinanceLiveStub"]
|
||||
__all__ = ["get_executor", "OkxLiveExecutor", "BinanceLiveExecutor"]
|
||||
|
||||
Reference in New Issue
Block a user