Make an order tracker for Binance Bot

Job ID: 31371221

Budget: $30 – $250 CAD

Hello, I have a crypto bot created in Heroku and working fine. I also have the Python code for this bot.

I need to remake this bot with a database or a .csv file so the bot can keep track of its orders on its own. At the moment, it's sending multiple orders and also sometimes skipping the sell limit orders when it opens multiple orders.

The bot needs to keep track of quantities of each order so that it knows which quantity it can sell each position.

Currently, the bot doesn’t work with an order tracker, it currently goes through the last trades with the Binance CLIENT API and it tries to find out the exact buy quantity of each position before sending the exit order (Sell). But this method is tricky for the bot, and it currently does not work for a lot of different reasons.

I will like to deploy this bot on a server and then add a database for the order tracker. I have the python code for this bot.