@@ -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)
The note is not visible to the blocked user.