Thank you for sharing your code.
Does your script check for MIN_NOTIONAL (price * quantity is too low to be a valid order for the symbol.)?
I ask, because i cant see if the script is checking binance data for min amount to trade.
According to
https://github.com/binance-exchange/binance-official-api-docs/blob/master/rest-api.md#min_notional
there is also the MIN_NOTIONAL filter to check.
Thank you for sharing your code.
Does your script check for MIN_NOTIONAL (price * quantity is too low to be a valid order for the symbol.)?
I ask, because i cant see if the script is checking binance data for min amount to trade.
According to
https://github.com/binance-exchange/binance-official-api-docs/blob/master/rest-api.md#min_notional
there is also the MIN_NOTIONAL filter to check.