MQL4 version of CopyTicks()

 

In the absence of the CopyTicks() function in MQL4 I can try to construct an array of the last n ticks in a market by using the ArrayCopySeries() function in conjunction with the OnTick event and harvesting the [0] element of the resultant.

Is there a better way?


Thanks,

James

 
May be

SymbolInfoTick()

does what you need?
Reason: