|
Previous Tick Data?
Is there a way, more like what is the best way, to code into an EA access to previous tick data?
Just like you can access the high of the bar 3 bars ago by using High[3];
I would like to access previous ticks. Could you use the Bid for this? So you could have Bid[0], Bid[1], Bid[2] and so on?
Thanks.
|