small fixes

This commit is contained in:
olli 2023-05-19 11:50:23 +02:00
parent 14f3347115
commit 5967da41ce

View File

@ -31,7 +31,7 @@ function check_buy_conditions {
if check_buy_conditions_strategy ${f_ASSET_HIST_FILE} ${f_strategy} if check_buy_conditions_strategy ${f_ASSET_HIST_FILE} ${f_strategy}
then then
f_BUY="${f_echo_prefix} All BUY conditions met!!! f_BUY="${f_echo_prefix} All BUY conditions met!!!
$${f_last_line},${f_market_performance}" ${f_last_line},${f_market_performance}"
break break
fi fi
done done
@ -119,7 +119,7 @@ function check_buy_conditions_strategy {
g_echo_note "${f_echo_prefix}Strategy file not found" g_echo_note "${f_echo_prefix}Strategy file not found"
return 1 return 1
fi fi
g_echo_note "${f_echo_prefix}Running BUY checks" [ -n "${BOT}" ] && g_echo_note "${f_echo_prefix}Running BUY checks"
# Check market-performance # Check market-performance