analyze 2 analyze
This commit is contained in:
@@ -44,11 +44,11 @@ function check_buy_conditions {
|
||||
done
|
||||
|
||||
# if this checks came from sell function
|
||||
if [ "$2" == "SELL" ]
|
||||
then
|
||||
[ -n "$f_BUY" ] && return 1
|
||||
return 0
|
||||
fi
|
||||
#if [ "$2" == "SELL" ]
|
||||
#then
|
||||
# [ -n "$f_BUY" ] && return 1
|
||||
# return 0
|
||||
#fi
|
||||
|
||||
### Buy or not buy?
|
||||
# BOT
|
||||
|
||||
Reference in New Issue
Block a user