Howdy Folks,
Really new to arrays and I'm sure there is a fairly simple solution... but i'm obviously missing the train.
I'm trading one hour charts and getting my seconds, minutes from a 5 second chart (thanks to Steve and Alexis) through a global variable. My question is as follows... I keep track of the days high and low and at midnight would like them to become yesterdays high and low, the reason for this is to be able to use this data in both real and playback mode. I could be wrong but it seems that just popping these two pieces of info into a 2x2 array should work. Anyone seen an EFS that could demonstrate to me how this might be accomplished... like I say, i'm new to arrays.
Thanks.
Really new to arrays and I'm sure there is a fairly simple solution... but i'm obviously missing the train.
I'm trading one hour charts and getting my seconds, minutes from a 5 second chart (thanks to Steve and Alexis) through a global variable. My question is as follows... I keep track of the days high and low and at midnight would like them to become yesterdays high and low, the reason for this is to be able to use this data in both real and playback mode. I could be wrong but it seems that just popping these two pieces of info into a 2x2 array should work. Anyone seen an EFS that could demonstrate to me how this might be accomplished... like I say, i'm new to arrays.
Thanks.
Comment