fixes tp/sl
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user