PureBytes Links
Trading Reference Links
|
You make a compelling argument, Allan [and Adam and Ian].
You've convinced me to take the leap of faith required to acknowledge that
Ton must indeed have misspoke.
Thanks,
Bob
> -----Original Message-----
> From: owner-metastock@xxxxxxxxxxxxx
> [mailto:owner-metastock@xxxxxxxxxxxxx]On Behalf Of Allan Havemose
> Sent: Wednesday, September 06, 2000 7:57 AM
> To: metastock@xxxxxxxxxxxxx
> Subject: RE: Moving Average from an indicator
>
>
> Bob,
>
> MS will draw all statements that have not been assigned to a variable:
> ATR(10);
> mov(ATR(10),10,s);
>
> will draw two lines (one for ATR(10) and one for the moving average)
>
> If you write:
> myatr:=ATR(10);
> mov(myatr,10,s)
>
> MS only draws the moving average, since ATR(10) was "assigned" to
> myatr.
>
> I hope that answers your question.
>
> Allan
>
>
> --- Bob Jagow <bjagow@xxxxxxx> wrote:
> > This doesn't seem to work.
> > Would especially appreciate a brief answer.
> > -----Original Message-----
> > From: owner-metastock@xxxxxxxxxxxxx
> > [mailto:owner-metastock@xxxxxxxxxxxxx]On Behalf Of A.J. Maas
> > Sent: Thursday, August 24, 2000 3:57 PM
> > To: metastock@xxxxxxxxxxxxx
> > Subject: Re: Moving Average from an indicator
> >
> >
> > or in a custom formula change the OHLC price to that value you wish
> > it to count on.
> >
> > For example:
> > ATR(1);
> > Mov(ATR,12,S)
> > will plot both the ATR based on an one-day C and the SMA based on a
> > 12-day ATR,
> > all in the one(1) Inner Window.
> >
> >
> >
>
> > ATTACHMENT part 2 image/gif name=Ton's ATR.gif
>
>
>
> =====
> ---
> Allan Havemose, Ph.D.
> havemose@xxxxxxxxxx
> havemose@xxxxxxxxx
>
> __________________________________________________
> Do You Yahoo!?
> Yahoo! Mail - Free email you can access from anywhere!
> http://mail.yahoo.com/
>
|