diff --git a/dabo/functions/get_ohlcv-candle.sh b/dabo/functions/get_ohlcv-candle.sh index 85ededf..c196475 100644 --- a/dabo/functions/get_ohlcv-candle.sh +++ b/dabo/functions/get_ohlcv-candle.sh @@ -35,7 +35,7 @@ function get_ohlcv-candles { do # fetch only single symbols (for debugging) #[ "$f_symbol" = "BTC/USDT:USDT" ] || continue - echo "=== Fetching/Refreshing $f_symbol ===" + g_echo_note "Fetching/Refreshing $f_symbol $f_timeframe" for f_timeframe in $f_timeframes do f_asset="${f_symbol//:*}"