small fixes
This commit is contained in:
parent
14f3347115
commit
5967da41ce
@ -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
|
||||||
|
Loading…
Reference in New Issue
Block a user