fix convert

This commit is contained in:
2026-05-09 14:57:53 +09:00
parent d5ae98a19f
commit fec41b18dd
2 changed files with 4 additions and 4 deletions

2
bot.py
View File

@@ -109,7 +109,7 @@ def on_trade(message: dict, orderman: OrderManager, state: StateManager):
return
orderman.buy("VALE", p_vale + 1, -SZ)
orderman.convert("VALE", SZ)
orderman.sell_convert("VALE", SZ)
orderman.sell("VALBZ", p_valbz - 1, SZ)