Administrator
2023-11-06 b927e0897d7ef068e50b8192eaaf7208fea4a78e
l2/cancel_buy_strategy.py
@@ -807,7 +807,7 @@
                if temp_rate >= 1:
                    if temp_rate > 3:
                        temp_rate = 3
                    deal_rate = round((temp_rate * 3.5 - 2.5) / 100, 4)
                    deal_rate = round((temp_rate * 3.5 - 2.5) / 100, 4) if is_up else round((temp_rate * 10.5 - 7.5) / 100, 4)
            base_rate += block_rate
            base_rate += deal_rate