PureBytes Links
Trading Reference Links
|
Jack,
Please disregard this question. After last night's update, the
closing values are fine. Not sure what happened.
Bill
--- In amibroker@xxxx, "eseward_2000" <eseward_2000@xxxx> wrote:
> Jack,
>
> Thanks very much for the VWMA AFL you posted. The behavior is very
> interesting compared to SMAs and BBands.
>
> I have one question: in AB charts with the VWMA (set to 125 days),
> the closing prices are lower than on the regular price charts. Any
> ideas why this might be?
>
> Graph0 = C;
> Graph1 = Sum((V*C), 125) / Sum(V, 125);
>
> Thanks again.
> Bill
>
>
> --- In amibroker@xxxx, "kutzerjack" <jack.kutzer@xxxx> wrote:
> > I have just added a Volume Weighted Moving Average formula to the
> AFL
> > List at the AmiBroker Site. I converted a formula form
> > Neurodimensions Trading Solutions function list.
> >
> > I did the WMA on Close, with a period of 10. It can be modified
as
> > necessary to suit specific needs.
> >
> > Hope this helps.
> >
> > Regards,
> > Jack Kutzer
|