Build a program to manage multiple binance accounts simultaneously in PYTHON

Job ID: 30975476

Budget: €250 – €750 EUR

-The idea is to build a program that allows the master user to trade multiple accounts the same way at the same time(every account will execute same orders in proportion of the master account capital OR in a preset ratio that master trader decides ) this way master will trade multiple accounts simultaneously, saving a lot of time.
-Program will handle only spot trades and spot trades with margin,.
-Program should handle exceptions ,in example, if a certain account have insufficient funds to open new trades ,program will warn the user and will remove this certain account from account list until it have available funds again.
-Program should allow master trader to view all ongoing trades of all slave accounts (having a global view at all running accounts), probably taking in consideration IPs issues not to be blacklisted by binance or so. ( your consulting is needed on that pont)

-User should also be able to edit current open positions/open orders (modify stop loss / take profit) and market close positions / delete open orders(should correctly handle exception if the order we want to modify / cancel is not on every account)
-Developer is free to choose which interface to use, whether it is a graphic interface or a prompt that will ask the user to introduce trade parameters
-Source code and documentation should be given