Hi, I was so busy to answer but NOW happend again:
The order “Stop Loss” is open, because was’t filled !!! the price is down …
Let me share the API return with all informatio about …
Thanks
Buy order => 13:00:00 UTC
{‘symbol’: ‘BTCUSDT’, ‘orderId’: 11257514141, ‘orderListId’: -1, ‘clientOrderId’: ‘SPOT_BOT_BUY_BTCUSDT5m’, ‘transactTime’: 1656334820436, ‘price’: ‘0.00000000’, ‘origQty’: ‘0.00051000’, ‘executedQty’: ‘0.00051000’, ‘cummulativeQuoteQty’: ‘10.82687160’, ‘status’: ‘FILLED’, ‘timeInForce’: ‘GTC’, ‘type’: ‘MARKET’, ‘side’: ‘BUY’, ‘fills’: [{‘price’: ‘21229.16000000’, ‘qty’: ‘0.00051000’, ‘commission’: ‘0.00003414’, ‘commissionAsset’: ‘BNB’, ‘tradeId’: 1426665679}], ‘url’: ‘https://api.binance.com/api/v3/order’}
Stop loss => Immediately
{‘symbol’: ‘BTCUSDT’, ‘orderId’: 11257514180, ‘orderListId’: -1, ‘clientOrderId’: ‘SPOT_BOT_SL_BTCUSDT5m’, ‘price’: ‘21161.97000000’, ‘origQty’: ‘0.00051000’, ‘executedQty’: ‘0.00000000’, ‘cummulativeQuoteQty’: ‘0.00000000’, ‘status’: ‘NEW’, ‘timeInForce’: ‘GTC’, ‘type’: ‘STOP_LOSS_LIMIT’, ‘side’: ‘SELL’, ‘stopPrice’: ‘21161.97000000’, ‘icebergQty’: ‘0.00000000’, ‘time’: 1656334820820, ‘updateTime’: 1656334820820, ‘isWorking’: False, ‘origQuoteOrderQty’: ‘0.00000000’, ‘url’: ‘https://api.binance.com/api/v3/order’}
The order is OPEN or status=NEW
{‘symbol’: ‘BTCUSDT’, ‘orderId’: 11257514180, ‘orderListId’: -1, ‘clientOrderId’: ‘SPOT_BOT_SL_BTCUSDT5m’, ‘price’: ‘21161.97000000’, ‘origQty’: ‘0.00051000’, ‘executedQty’: ‘0.00000000’, ‘cummulativeQuoteQty’: ‘0.00000000’, ‘status’: ‘NEW’, ‘timeInForce’: ‘GTC’, ‘type’: ‘STOP_LOSS_LIMIT’, ‘side’: ‘SELL’, ‘stopPrice’: ‘21161.97000000’, ‘icebergQty’: ‘0.00000000’, ‘time’: 1656334820820, ‘updateTime’: 1656336780310, ‘isWorking’: True, ‘origQuoteOrderQty’: ‘0.00000000’, ‘url’: ‘https://api.binance.com/api/v3/order’}