I want to know the High & Low over the past 5 min every min in a real time 5 min study. To put it another way, I want to do a 5 min study every min.
I was thinking of using an array of 5 for the high & low and every min push the high & low for the last min on it. Then loop thorugh it to find the high & low over the last 5 min every min.
I also thought I could use a series somehow to do this. I found information on the different functions in a series but no real doc on putting it all together or any examples of what I want to do. I know it is their someplace, but I could not find it. Can someone point me to it?
I also saw something on having multiple time studies in one study. Maybe could do a 1 min study and reference the last 5 bars with in the 5 min study?
Any thoughts on the best way to do this?
Thanks
I was thinking of using an array of 5 for the high & low and every min push the high & low for the last min on it. Then loop thorugh it to find the high & low over the last 5 min every min.
I also thought I could use a series somehow to do this. I found information on the different functions in a series but no real doc on putting it all together or any examples of what I want to do. I know it is their someplace, but I could not find it. Can someone point me to it?
I also saw something on having multiple time studies in one study. Maybe could do a 1 min study and reference the last 5 bars with in the 5 min study?
Any thoughts on the best way to do this?
Thanks
Comment