small fixes

This commit is contained in:
2023-06-02 17:25:59 +02:00
parent c1d571555c
commit e9f4a07ff0
2 changed files with 2 additions and 10 deletions

View File

@@ -30,8 +30,7 @@ function check_buy_conditions {
f_echo_prefix="BUY ${f_ASSET}@${CURRENCY}:${f_price}:${f_strategy} - "
if check_buy_conditions_strategy ${f_ASSET_HIST_FILE} ${f_strategy}
then
f_BUY="${f_echo_prefix} All BUY conditions met!!!
${f_last_line}"
f_BUY="${f_echo_prefix} All BUY conditions met!!!"
break
fi
done