完成基础框架

This commit is contained in:
2025-10-28 15:19:12 +08:00
parent be7e7dda48
commit 26cf98ce17
6 changed files with 269 additions and 142 deletions
-5
View File
@@ -17,8 +17,3 @@ def getStockPosition(stock_code: str, xt_trader: xttrader.XtQuantTrader, account
break
return volume
def interact():
"""执行后进入repl模式"""
import code
code.InteractiveConsole(locals=globals()).interact()