Please add a Stop-Limit order to your Parameters for Binance Spot.
According to the Binance documention this should be possible:
https://binance-docs.github.io/apidocs/spot/en/#new-order-trade
You could call it StopLimit with the following parameters:
Quantity (Q)
StopPrice (SP): Price which triggeres the Limit order
LimitPrice (LP): set the Limit Price
Type (T): buy or sell
I think it’s a very important & essential feature that is still missing.