From b0c7d0192a0218ea002c95e87c554eddde5e7080 Mon Sep 17 00:00:00 2001 From: olli Date: Wed, 25 Dec 2024 13:44:11 +0100 Subject: [PATCH] fix DXY only --- dabo/functions/get_ohlcv-candle.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dabo/functions/get_ohlcv-candle.sh b/dabo/functions/get_ohlcv-candle.sh index 9557ca4..593ed25 100644 --- a/dabo/functions/get_ohlcv-candle.sh +++ b/dabo/functions/get_ohlcv-candle.sh @@ -43,7 +43,7 @@ function get_ohlcv-candles { f_add_missing_ohlcv_intervals "$f_histfile" 4h else #get_ohlcv-candle "${f_eco_asset}" ${f_timeframe} "${f_histfile}" "ECONOMY-${f_eco_asset}" - get_marketdata_yahoo DXY ECONOMY-DXY ${f_timeframe} + get_marketdata_yahoo ${f_eco_asset} ECONOMY-${f_eco_asset} ${f_timeframe} fi # refresh latest indicators [ -s "${f_histfile}" ] && get_indicators "${f_histfile}" 51