cancel_strategy/s_l_h_cancel_strategy.py | ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史 |
cancel_strategy/s_l_h_cancel_strategy.py
@@ -1669,6 +1669,9 @@ @param big_sell_order_info: @return: """ if not big_sell_order_info or not big_sell_order_info[0] or not big_sell_order_info[1]: return False, "" total_datas = local_today_datas.get(code) # 查询是否是真的真实下单位置 trade_index, is_default = TradeBuyQueue().get_traded_index(code)