Does this indicator repaint?

 

Since sometimes it happened to me that I tested an indicator in the strategy tester and it didn't seem to repaint, but when used in live it repainted because for example it was using future values, I would appreciate if some expert coder could tell, reading the code, if this indicator repaints because I tested and it seems to not repaint, but I'm not sure...Link below, it's in the codebase. Thank you.

https://www.mql5.com/en/code/7079
MadroGoldenFilter
MadroGoldenFilter
  • www.mql5.com
This indicator gives us four signals to filtering 4 strategies:      Broken Trend:           Buy:                1 - Broking the Down Trend;                2 - Crossing of tow Exponential Moving Average: EMA9 Cross Up EMA30;                3 - Momentum value > 100.           Sell:                1 - Broking the Up Trend;                2...
 
It uses future values - ie: it repaints
 
Mladen Rakic:
It uses future values - ie: it repaints
Doh! Can it be made non repainting?
 
PS. Without changing the signals
 
Jox90:
PS. Without changing the signals

The usual answer :)

Sorry, no

 
It's definitely repainting indicator.