tick data for fullday

 

There is a local search here (top right).

Open the field, enter "tick data" and choose from the left side CodeBase ...

 
Carl Schreiber:

There is a local search here (top right).

Open the field, emter "tick data" and choose from the left side CodeBase ...

Thank you Carl. But I don't understand . If you tell me clearly it would be more helpful.  thanks and regards.

 

Alternativly you can study this function: https://www.mql5.com/en/docs/series/copyticks

which can be used by a script, an indicator or an EA.

Have a look at the example there.

Documentation on MQL5: Timeseries and Indicators Access / CopyTicks
Documentation on MQL5: Timeseries and Indicators Access / CopyTicks
  • www.mql5.com
[in]  The number of requested ticks. If the 'from' and 'count' parameters are not specified, all available recent ticks (but not more than 2000) will be written to ticks_array[]. The first call of CopyTicks() initiates synchronization of the symbol's tick database stored on the hard disk. If the local database does not provide all the requested...