Hello everyone
In MT4, there was a problem of collecting and processing all ticks, since (as I was explained) ticks come in bundles and only the last tick from the
bundle is processed.
Please tell me if this problem is solved in MT5, that is, is every tick processed in MT5?
marketeer
There are also CopyTicks/CopyTicksRange functions – they can load all new ticks received since the last processed tick.
For example, there are
such an indicator that shows all ticks.
yury_profit
So it’s more a question of CPU performance? That is, if new ticks arrive at the time of performing operations related to the
previous tick, then they are lost, as it were, right?
alexeyvik
YURY_PROFIT:
Hello everyone
In MT4, there was a problem of collecting and processing all ticks, since (as I was explained) ticks come in batches and only the last one is processed
tick from the pack.
Please tell me if such a problem is solved in MT5, that is, whether each one is processed in MT5
tick?
Such a problem will never be solved.
The thing is that while the code is being processed, no other ticks will be processed when one tick arrives. They don’t
get in line. Otherwise, the delay will accumulate and there will be serious claims for execution.