Add configurable SIM equity (default 10k) and strategy docs.
Co-authored-by: Cursor <cursoragent@cursor.com>
This commit is contained in:
@@ -38,7 +38,7 @@ class Settings(BaseSettings):
|
||||
index_inst_id: str = "ETH-USD"
|
||||
|
||||
fee_rate: float = 0.0005
|
||||
initial_equity: float = 100_000.0
|
||||
initial_equity: float = 10_000.0 # SIM 模拟初始资金(USDT),设置页可改
|
||||
max_rounds: int = 3 # 已不再强管控,仅兼容旧字段
|
||||
open_hhmm: str = "16:00" # 已废弃开仓窗
|
||||
stop_open_hhmm: str = "08:00" # 已废弃开仓窗
|
||||
|
||||
Reference in New Issue
Block a user