Hello everyone, I’m writing my robot, I ran into a problem that orders disappear after a while, there is no database, all orders are stored in lists, somehow you can catch an error, maybe the status of the order, as I remember, should output 200 there
Maybe someone has faced a similar problem
symbols[symbol]['buy'].append(new_buy_order)
symbols[symbol]['buy'].remove(order)