diff --git a/dabo/functions/order.sh b/dabo/functions/order.sh index 39e21e8..a40cd09 100644 --- a/dabo/functions/order.sh +++ b/dabo/functions/order.sh @@ -112,7 +112,7 @@ function order { f_params="${f_params}'marginMode': '$MARGIN_MODE', " # calculate amount with leverage - if [[ $f_price != stoploss ]] && [[ $f_price != takeprofit ]] + if [[ $f_type != stoploss ]] && [[ $f_type != takeprofit ]] then g_calc "${f_amount}*${LEVERAGE}" f_amount=$g_calc_result