Hi,
I would like to retrive OHLCV data for different timeframes.
Should I do one query per timeframe or is there a way to combine different timeframes?
Something like
Time({
interval: {in: minutes, count: 10}
interval: {in: hours, count: 10}
}
)
?