Is there a series array that contains individual tick data history?

 

I need to get: Time, Ask, Bid.

For example: 100 ticks ago, what was the tick Time, Ask, and Bid prices?

Currently I have achieved this by having the EA save all tick data in an Array when it starts running.

However the obvious limitation here is that I can't access any tick info from the time before attaching the EA to the chart!

Thanks! :)

 
nanquan:

Is there a series array that contains individual tick data history?

Nope. Even if you use Dukascopy tick data for the Strategy Tester you still can't look back and get tick data from it.
 
RaptorUK:
Nope. Even if you use Dukascopy tick data for the Strategy Tester you still can't look back and get tick data from it.

Actually you can, open the fxt an read out the values :P

to OP: build the array you need yourself.

Reason: