This commit is contained in:
2026-05-09 15:50:21 +09:00
parent 99f9832390
commit ad49153cfc

2
bot.py
View File

@@ -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)