Thread: VarMovAvg
View Single Post
  #8 (permalink)  
Old 7th May 2010, 14:18
Enivid's Avatar
Enivid Enivid is online now
Administrator
 
Join Date: Nov 2008
Posts: 1,539
Thanks: 18
Thanked 20 Times in 16 Posts
Default

Quote:
Originally Posted by giorgenio View Post
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);
__________________
Please, read the Forum Rules and the Signature Rules to avoid termination of your account.
Reply With Quote