I am trying to find an example of accessing lower time frame data from within a higher time frame indicator. For example purposes, I want to obtain the HLOCV values of all 3 of the 5 minutue bars for a given 15 mintue bar from within my indicator that I will invoke on a 15 minute time frame.
I have seen the "barinprocess" method...which leads me to think I need to keep track of time myself. I would think there an easier approch than this....
Are there any examples of this you can suggest to review?
I am still developing in 6.5 but can read any code...
Thanks for your any info on this...


Comment