Hi all,
1). How to get data of different timeframes? For example, 5 minute, 15 minute or 30 minute data of OHLC of each stock?
It seems to me that we need to code separately to get the data for different timeframe?. Or is there already any nice ways to do it?
2). And also, is it possible to have multiple timeframes in an algo? For example, if a 30-minute bar high goes above previous 30-minute bar high, then we buy at next bar close on 5-minute bar. Can we do this??
Please help.
Thank you.