fix DXY only

This commit is contained in:
olli 2024-12-25 13:44:11 +01:00
parent 0652ef3a7e
commit b0c7d0192a

View File

@ -43,7 +43,7 @@ function get_ohlcv-candles {
f_add_missing_ohlcv_intervals "$f_histfile" 4h f_add_missing_ohlcv_intervals "$f_histfile" 4h
else else
#get_ohlcv-candle "${f_eco_asset}" ${f_timeframe} "${f_histfile}" "ECONOMY-${f_eco_asset}" #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 fi
# refresh latest indicators # refresh latest indicators
[ -s "${f_histfile}" ] && get_indicators "${f_histfile}" 51 [ -s "${f_histfile}" ] && get_indicators "${f_histfile}" 51