Hi guys! I have a problem with my EA code.
In my code I create and delete objects many times.
so when I test it , It's blinking too much.
Is there a way to fix it?
- Do you have a solution for the flickering problem encountered when writing ZIGZAG type indicators on MT5? Is it a logic problem for MT5 to render the indicator buffer?
- Indicator blinking
- Delete my created Object
dlrkfka1028:
Hi guys! I have a problem with my EA code.
In my code I create and delete objects many times.
so when I test it , It's blinking too much.
Is there a way to fix it?
Well, do not create and delete objects many times :)
Create them once in OnInit, than update them only many times, and than delete them all in OnDeinit.
ChartRedraw() immediately after creating objects on MT5
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