Quote:
Originally Posted by giorgenio
Hi Enivid,
thank you for your answer but unfortunately doesn't resolve my problem.
I haven't mentioned of refreshing at every tick, it would be useless for this indicator to do so, I have no refresh at period change, have a look at 1234.png that is the situation before period change and 1235.png is after the period change without manual refresh, and finally the 1236.png is after refresh on the current period (which is the correct representation).
This happens on all timeframes.
Can this help to understand?
There is any possibility to tell the indicator code to refresh at period change?
Let me know
Thank you
Have a nice day
g.org
CH
|
Just remove this line from the code:
if (prevbars==Bars) return(0);