analyze 2 analyze

This commit is contained in:
2023-11-28 17:13:13 +01:00
parent 1423fdbe71
commit 3b1873616c
2 changed files with 22 additions and 25 deletions

View File

@@ -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