Hello Barry, 

You can't imagine how valuable is your example for a non-programmer.

You are right in saying "read the AFL manual. This is a very simple
problem to solve."

Your answser should be added somewhere to illustrate the AFL
help/tutorial/manual that are most of the time chinese for newbie.
Or maybe in a new place in the KB to store basics examples.

I keep in mind a funny thing.
Somewhere, I read an answer of TJ that gave an advanced solution to a
tricky question. As the forumer came back to have more explanations,
TJ finished the thread by " read my answer, if you don't understand
it's not for you...".

So, thanks so much for this short tutorial that allows to enter step
by step in the AB world.

Best Regards


--- In [email protected], "Barry Scarborough" <[EMAIL PROTECTED]>
wrote:
>
> plot(C, "C", colorblack);
> myMA = MA(C,13);
> plot(myMA, "MA", colorblue);
> plot(C - myMA, "Distance", colorgreen, styleHistogram | styleownscale);
> 
> Pardon my saying so but one thing that would really help you would be 
> to read the AFL manual. This is a very simple problem to solve.
> 
> Barry
> 
> --- In [email protected], "Mohammed" <softnews2003@> wrote:
> >
> > Hi All,
> > 
> > Any one can create indicator that can measure the distance between 
> > price and Simple Moving average and plot the result as a histogram or 
> > any good shape.
> > 
> > Regards.
> >
>


Reply via email to