Access to history data on tick level

 

Hi Guys,

Is there any way to get tick's information from the past?

I mean I can get price and volume information using iClose(..) and iVolume(..) functions on one minute (M1) level but I'd like to know what happened to the price and how many ticks occured during that very 60 seconds.

If strategy tester runs with the most precise method using every tick it has access to these information that I'd need.

Thanks for your help in advance.

Mel

 
melgibson:

Hi Guys,

Is there any way to get tick's information from the past?

I mean I can get price and volume information using iClose(..) and iVolume(..) functions on one minute (M1) level but I'd like to know what happened to the price and how many ticks occured during that very 60 seconds.

If strategy tester runs with the most precise method using every tick it has access to these information that I'd need.

Thanks for your help in advance.

Mel

It's not possible unless you record the ticks yourself.

The Strategy Tester generates the ticks, it's not real tick data : Strategy Tester: Modes of Modeling during Testing

Reason: