better analyze.sh output

This commit is contained in:
olli 2023-05-22 14:49:59 +02:00
parent ee2d585225
commit 354d485139

View File

@ -12,7 +12,7 @@ function get_vars_from_csv {
if [ -z "${BOT}" ] if [ -z "${BOT}" ]
then then
g_echo_note "Analyze: No market performanvce data found - forcing good market (100)" g_echo_note "Analyze: No market performanvce data found - forcing good market (100)"
f_market_performance=100 f_market_performance=-100
else else
g_echo_note "Bot: No market performanvce data found - forcing bad market (-100)" g_echo_note "Bot: No market performanvce data found - forcing bad market (-100)"
f_market_performance=-100 f_market_performance=-100