Hello,
I have a trading strategy that requires analysing indicators from the daily chart and the hourly chart. Is it possible to achieve this in blueshift?
Thank you
Hi Tirtharaj,
Yes, it is possible to do the same on Blueshift. Blueshift provides 1-minute and daily frequency data for equities and minute data for currency pairs.
You can convert data from minute to hourly frequency using the resample() function. Can read more about the resample method here.
Hope that helps. Thanks!
Also, here are some examples on how this can be done on blueshift.