l2/cancel_buy_strategy.py
@@ -1012,7 +1012,7 @@ MIN_MONEYS = [300, 200, 100, 50] watch_indexes = set() for min_money in MIN_MONEYS: for i in range(end_index, re_start_index, -1): for i in range(end_index, re_start_index - 1, -1): try: data = total_datas[i] val = data['val']