elif float(btc_price["price"]) >= buy1 * percentsell and buy1 !=0:
print("sell1")
order = client.order_market_sell(symbol="BTCUSDT", side='SELL', type='MARKET', quoteOrderQty=ordergroote)
"I would like to check if float(btc_price["price"])<short_ma = true When = true then continue loop"