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', "