Split exchange and strategy modules for future Binance support.
Co-authored-by: Cursor <cursoragent@cursor.com>
This commit is contained in:
@@ -15,6 +15,7 @@ class Settings(BaseSettings):
|
||||
mode: str = "SIM"
|
||||
tz: str = "Asia/Shanghai"
|
||||
env_name: str = "test" # test / prod
|
||||
exchange: str = "okx" # okx | binance(币安占位)
|
||||
|
||||
api_host: str = "0.0.0.0"
|
||||
api_port: int = 5155
|
||||
|
||||
Reference in New Issue
Block a user