syntax error fix
This commit is contained in:
parent
858da38c22
commit
9b18477e6d
@ -149,7 +149,7 @@ function check_sell_conditions_strategy {
|
|||||||
# Check sell signal from strategy
|
# Check sell signal from strategy
|
||||||
if [ -n "${f_do_sell}" ]
|
if [ -n "${f_do_sell}" ]
|
||||||
then
|
then
|
||||||
$f_SELL="Strategy sell signal: ${f_do_sell}"
|
f_SELL="Strategy sell signal: ${f_do_sell}"
|
||||||
return 0
|
return 0
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user