ysrimal:
Please tell me how to repaint indicator convert to non repaint .
Thank you.
Hello ysrimal, there is no "magic rule" for that ... Some indicators cannot be modified, so it won't repaint anymore. So, it depends entirely on the internal logic of the indicator.
Regards,
Malacarne
Look inside the main loop.
The most of the repainting come from bad loops that recalculate the buffers or using the current bar (bar 0) or even bar -1 (which is never exist).

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
Please tell me how to repaint indicator convert to non repaint .
Thank you.