try:
while True:
api.wait_update()
。。。省略
if order and order.status == “ALIVE”:
api.cancel_order(order)
order = api.insert_order(symbol=SYMBOL, direction=”SELL”, offset=”CLOSETODAY”, volume=hands)
。。。省略
这样写的代码 为什么没撤掉单?下单返回仓位不足,应该是没撤掉单导致的
west 已回答的问题 2020年3月20日