This commit is contained in:
2026-05-09 15:56:05 +09:00
parent e40f457ecf
commit 13159014fe

2
bot.py
View File

@@ -87,7 +87,7 @@ def on_trade(message: dict, orderman: OrderManager, state: StateManager):
state.set_last_price(symbol, price) state.set_last_price(symbol, price)
if orderman.positions["VALE"] - orderman.future_positions["VALE"] == 0 or orderman.positions["VALBZ"] - orderman.future_positions["VALBZ"] == 0: if orderman.positions["VALE"] - orderman.future_positions["VALE"] == 0 and orderman.positions["VALBZ"] - orderman.future_positions["VALBZ"] == 0:
execute_arb(orderman, state) execute_arb(orderman, state)