small fixes

This commit is contained in:
olli 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

View File

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