This commit is contained in:
olli 2023-11-01 15:00:38 +01:00
parent 59ee77ea36
commit d7a8503a55

View File

@ -126,6 +126,7 @@ function check_buy_conditions_strategy {
return 0 return 0
fi fi
return 0
# Check market-performance # Check market-performance
if [ $(echo "${f_market_performance} > ${GOOD_MARKET_PERFORMANCE_INDEX}" | bc -l) -eq 0 ] if [ $(echo "${f_market_performance} > ${GOOD_MARKET_PERFORMANCE_INDEX}" | bc -l) -eq 0 ]
then then