How to limit historical data to a certain range in MQL5

Hello everybody,

the function SymbolInfoTick get the current Tick information.

It is possible to get a range of ticks?

For example in current time (today) I want to get all ticks for yesterday on specified symbol.

CopyTicks() for when you know the tick count you need.
CopyTickRange() for when you have the start and end times.

Thank you - I spent a lot of time over my task. Your help is priceless :slight_smile: