调整下单逻辑,避免超过涨跌停价位无法下单的情况。
This commit is contained in:
@@ -43,7 +43,6 @@ def pauseTrade(index:int):
|
||||
def stockTradeCtrl(index: int):
|
||||
return ctrl.stock_trade_ctrl[ctrl.instrument_pool[index].stock_code]
|
||||
|
||||
|
||||
def help():
|
||||
print("基础指令:")
|
||||
print(" ===================================================")
|
||||
|
||||
Reference in New Issue
Block a user