Lambda Function for Binance Futures

Job ID: 36520239

Budget: $10 – $30 USD

I need a lambda function, developed in python, that will open trades by request of user.
The trades must be opened on several accounts at once (max 30 accounts), the API must be registered as environment variables on lambda.

The trading requests will be sent via a simple website, with a simple login page. The website will have no domain, it will be accessed via the IP (as simple as possible). And in the website, user will define.

Pair to trade
Leverage Type: isolated or cross
Leverage: 11x for example
side: long/short
Position size in percentage of total balance of futures account of each api
take profit price
stop loss price

The user will enter these information above in the simple website and press a button to open trade.

The trade will be opened as market order, and the lambda function must position the orders for take profit and stop loss as reduce only, for all accounts.

The orders must be positioned as quick as possible, and simultaneously, not on a row.

please notice that leverage type and size will be set for each trade.

The project consists of the lambda function and the simple website.
The website must have no design at all, it must have:
a login page
a simple "form" for the user to set the information above
A simple log of all the actions lambda is performing, showing possible errors the Binance API returns and successes msgs for actions done right.
Related categories: PHP Python Binance