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

Re: PLdot



PureBytes Links

Trading Reference Links

Oops! I made a mistake should read:

Sum(Ref(Typical(),-1),3)/3



----- Original Message -----
From: "Hengy" <hengy@xxxxxxxxxxxxxxxx>
To: <metastock@xxxxxxxxxxxxx>
Sent: Tuesday, June 19, 2001 7:06 AM
Subject: RE: PLdot


> tried plugging in that formula and got an invalid use of , or ) in 6.52.
Any
> help?
>
> -----Original Message-----
> From: owner-metastock@xxxxxxxxxxxxx
> [mailto:owner-metastock@xxxxxxxxxxxxx]On Behalf Of Adam Hefner
> Sent: Monday, June 18, 2001 10:54 PM
> To: metastock@xxxxxxxxxxxxx
> Subject: Re: PLdot
>
>
>    The PLdot is a 3 bar average of what MetaStock calls the "Typical
Price".
> The Typical price is simply the days (High+Low+Close) /3,
> So it could be written As Follows
>
> Sum(Ref(Typical(),-1),3),3)
> Do I use it?  Yes.
>
>     Adam Hefner
>
>
>
> ----- Original Message -----
> From: "Hengy" <hengy@xxxxxxxxxxxxxxxx>
> To: <metastock@xxxxxxxxxxxxx>
> Sent: Monday, June 18, 2001 8:49 PM
> Subject: PLdot
>
>
> > Has anyone heard of the PLdot?  It is the average of the high, low and
> close
> > for the past three bars.  This is what I've come up with.
> >
> > ((H+L+C)/3)+((HHVBars(H,2)+ LLVBars(L,2)+(CLOSE -2))/3)+((HHVBars(H,3)+
> > LLVBars(L,3) +(CLOSE,-3))/3)/3.  Has anyone tried setting it up or using
> it?
> >
> >
>
>
>