From 2fb220ccfbae219fdb41a54e1b74706bcf3348e8 Mon Sep 17 00:00:00 2001 From: olli Date: Mon, 23 Dec 2024 16:28:38 +0100 Subject: [PATCH] first calc indicators only last for the last 810 lines to speed up things --- dabo/calc-indicators-hist.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/dabo/calc-indicators-hist.sh b/dabo/calc-indicators-hist.sh index f37f92f..c959086 100755 --- a/dabo/calc-indicators-hist.sh +++ b/dabo/calc-indicators-hist.sh @@ -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