[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: moving average



PureBytes Links

Trading Reference Links

Hi Paul,

I don't really understand your question, but you can use the Indicator
Builder to program your own moving average formule.

For example: (c+ref(c,-1)+ref(c,-2))/3 is the 3-days simple mov. avg.
After this you can subtract one or more "bars".

Regards,
Onno Goedknegt 


At 21:29 24-7-98 -0400, you wrote:
>hello,
>
>I need an average that is similar to a simple average but instead of
>subtracting the earliest bar (when adding new one) I would subtract average
>of ,say 5 latest bars (in case of a 5 bar average). thanks
>Paul
>