Help needed with Rectangle Extend

 

Hello All


I use the indicator to extend rectangle to right but the problem is it only works when a new tick happens. Therefore when markets are off it will not extend. Can anyone help me fix this?


Thanks in advance

Files:
 
i_am_impossible: I use the indicator to extend rectangle to right but the problem is it only works when a new tick happens. Therefore when markets are off it will not extend. Can anyone help me fix this?
Unnecessary, just right click-> refresh to generate a fake tick.
 

Hello,

You must use OnTimer() event in your source.

Please see help of MQL4.

Regards,