Why are the indicators (lines, arrows, histograms) flickering in the MT5 terminal? - page 7
You are missing trading opportunities:
- Free trading apps
- Over 8,000 signals for copying
- Economic news for exploring financial markets
Registration
Log in
You agree to website policy and terms of use
If you do not have an account, please register
Strange, by doing that you just limited number of bars to be processed in the loop by 1500, i.e. you notice that if you sharply limit the number of bars (by an order of magnitude, or even by 2 orders of magnitude) to be processed, then the flicker disappears. Perhaps there is something in it, I will have to check it.
Then the OnCalculate() function from the first example in this thread would look like this:
But it doesn't solve the problem as a whole, if we need to display the indicator on the whole set of bars.
Apparently the terminal does not send the broker a confirmation that the quote history has changed. ( maybe the antivirus is resisting).
But the broker (broker's server) sends and sends, "we need to change the quotes history".
Or your computer is too weak for MT5 to have time to change the quotes history before the broker sends the new quotes.
Apparently the terminal does not send the broker a confirmation that the quote history has changed. ( maybe the antivirus is resisting).
But the broker (broker's server) sends and sends, "you need to change the quotes history".
Or your computer is too weak to change the quote history before the broker sends the new quote history.
ZZ flickers on weekends as well.
It depends on the broker and its server settings. The MQL demo server, for example, rewrites the history after 3 hours.
Maybe I'm wrong, hopefully the platform developers will come along and explain.
It depends on the broker and its server settings. The MQL demo server, for example, rewrites the history after 3 hours.
Maybe I'm wrong, hopefully the platform developers will come along and explain.
I have a broker called "Otkritie" - not a demo account.
The developers are silent as partisans.
I have a broker called Otkritie - not a demo account.
The developers are silent as a partisan.
ChartRedraw
Causes the specified chart to be forcibly redrawn.
Is it in the code?
ChartRedraw
Causes the specified chart to be forcefully redrawn.
Is there one in the code?
No.
Is this particular indicator glitchy? I'll look into it at my leisure.
Is this particular indicator glitchy? I'll look into it at my leisure.