python-binance-profit
python-binance-profit copied to clipboard
Add a stop price parameter
As the stop price = stop limit price at the moment, if the market is going down fast, the order won't be filled or will be partially filled.
- Add a new parameter for the trigger (= stop price) that should be slightly higher than the stop limit price
- Run a check that stop price is >= stop limit price before sending the order