From 5536abbd0bd342126ebade4df9e00679eaaaf73a Mon Sep 17 00:00:00 2001 From: olli Date: Tue, 5 Nov 2024 13:44:20 +0100 Subject: [PATCH] cleanup --- dabo/functions/order.sh | 1 - 1 file changed, 1 deletion(-) diff --git a/dabo/functions/order.sh b/dabo/functions/order.sh index bfcce34..d914e16 100644 --- a/dabo/functions/order.sh +++ b/dabo/functions/order.sh @@ -136,7 +136,6 @@ function order { g_echo_warn "Short Order not possible:TakeProfit ($f_takeprofit) higher then buy price ($f_price)" return 1 fi - f_ccxt "print($STOCK_EXCHANGE.priceToPrecision('${f_symbol}', ${f_takeprofit}))" f_takeprofit=$f_ccxt_result f_params="${f_params}'takeProfitPrice': '$f_takeprofit', "