Python Binance Trading
Budget: $10 – $30 USD
Looking for a developer to code a small trader app in Python.
It must be connected to Binance through their API.
It must calculate 2 different EMAs and send orders once the faster EMA crosses the slower EMA, up or down.
Variables to trigger the orders are:
- Faster EMA crosses the slower EMA, up or down
- There must be a minimum difference between both EMAs
- Current candle must be in the same direction of the trigger
- You must include "tradebinance" in your bid's comment, otherwise it will be ignored
- Current candle must have the Open price higher ( this difference is a variable ) than the slower EMA ( if going up ), or lower than slower EMA ( if going down )
Feel free to use any number for the variables while developing.
Those variables must be easy to change so keep it at the top part of the code
It must be connected to Binance through their API.
It must calculate 2 different EMAs and send orders once the faster EMA crosses the slower EMA, up or down.
Variables to trigger the orders are:
- Faster EMA crosses the slower EMA, up or down
- There must be a minimum difference between both EMAs
- Current candle must be in the same direction of the trigger
- You must include "tradebinance" in your bid's comment, otherwise it will be ignored
- Current candle must have the Open price higher ( this difference is a variable ) than the slower EMA ( if going up ), or lower than slower EMA ( if going down )
Feel free to use any number for the variables while developing.
Those variables must be easy to change so keep it at the top part of the code