@@ -85,6 +85,7 @@ def f_judge_monto(bd_list: list, pos_neg_cnt: int = 1) -> int:
continue
else:
# 记录一次符号变化
+ start_tr = tmp_tr
pos_neg_flag += 1
if pos_neg_flag > pos_neg_cnt:
return False