This commit is contained in:
olli 2024-07-30 14:23:00 +02:00
parent 5be7a95869
commit 07ef55bcd2

View File

@ -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//:*}"