From ad49153cfcc5c97bf6f575d4d63f74403265b7f6 Mon Sep 17 00:00:00 2001 From: yenru0 Date: Sat, 9 May 2026 15:50:21 +0900 Subject: [PATCH] fix --- bot.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bot.py b/bot.py index 67ca975..253b44b 100644 --- a/bot.py +++ b/bot.py @@ -87,7 +87,7 @@ def on_trade(message: dict, orderman: OrderManager, state: StateManager): state.set_last_price(symbol, price) - print("포지션 괴리율", orderman.positions["VELE"] - orderman.future_positions["VALE"], orderman.positions["VALBZ"] - orderman.future_positions["VALBZ"]) + print("포지션 괴리율", orderman.positions["VALE"] - orderman.future_positions["VALE"], orderman.positions["VALBZ"] - orderman.future_positions["VALBZ"]) execute_arb(orderman, state)