first calc indicators only last for the last 810 lines to speed up things

This commit is contained in:
olli 2024-12-23 16:28:38 +01:00
parent c70713356d
commit 2fb220ccfb

View File

@ -30,7 +30,8 @@ do
# Reload Config
. ../../dabo-bot.conf
. ../../dabo-bot.override.conf
# get all indicators
# get all indicators first only latest until EMA800
get_indicators_all 810
get_indicators_all
rm -f asset-histories/*.history.*.csv.indicators-calculating
done