Malcolm, you have to make sure that your chart is calculating from enough bars to produce on a consistent result...
Try adding, SetBarsRequired( sbrAll, sbrAll); to the end of your code. --- In [email protected], malcolm Crouch <malcolm.crouc...@...> wrote: > > Hi there , > > I am struggling with the 200 Day moving average. > > My problem lies in when I zoom in and zoom out . The Moving average changes > positions . My problem is which one is accurate ? > > Regards > > Malcolm >
