From f40d6e8308a39ab856143d9938fc557d65924ac5 Mon Sep 17 00:00:00 2001 From: yenru0 Date: Sat, 9 May 2026 14:18:35 +0900 Subject: [PATCH] add debug 2 --- bot.py | 1 + 1 file changed, 1 insertion(+) diff --git a/bot.py b/bot.py index b6a17e6..f9283f0 100644 --- a/bot.py +++ b/bot.py @@ -97,6 +97,7 @@ def on_trade(message: dict, orderman: OrderManager, state: StateManager): FEE = 10 SZ = 10 if p_vale < p_valbz: + print("Good") if p_vale * SZ + FEE < p_valbz * SZ: orderman.buy("VALE", p_vale, SZ) orderman.sell("VALBZ", p_valbz, SZ)