PureBytes Links
Trading Reference Links
|
Daryl,
Good idea! Best way that I can think of is to split the formula into a
positive and negative formula then plot each separately with no plot if pos.
is in neg. territory or neg. is in pos. territory. You would delete the last
formula line and use either of the last two lines.
J.
>From: "daryl roberts" <darylroberts@xxxxxxxxxxxxx>
>Reply-To: metastock@xxxxxxxxxxxxx
>To: <metastock@xxxxxxxxxxxxx>
>Subject: RE: (Market) Jul Corn
>Date: Thu, 27 Apr 2000 15:39:23 -0700
>
>How would you get the indicator to change colors when it goes either above
>or below?
>
>-----Original Message-----
>From: owner-metastock@xxxxxxxxxxxxx
>[mailto:owner-metastock@xxxxxxxxxxxxx]On Behalf Of j seed
>Sent: Thursday, April 20, 2000 10:35 PM
>To: metastock@xxxxxxxxxxxxx
>Subject: Re: (Market) Jul Corn
>
>
>Adam,
>Here's the Gann HiLo:
>{name: GANN-HiLo}
>
>HLd:=If(CLOSE>Ref(Mov(H,3,S),-1),
>{then}1,
>{else}If(CLOSE<Ref(Mov(L,3,S),-1),
>{then}-1,
>{else}0));
>HLv:=ValueWhen(1,HLd<>0,HLd);
>HiLo:=If(HLv=-1,
>{then}Mov(H,3,S),
>{else}Mov(L,3,S));
>HiLo;
>
>I'm not sure if I got it off of the Guppy site or not. What indicator is
>generating the gold dots on your chart? Would love to hear more about your
>Drummond work.
>J.
>
>
> >From: "Adam Hefner" <vonhef@xxxxxxxxxxxx>
> >Reply-To: metastock@xxxxxxxxxxxxx
> >To: <metastock@xxxxxxxxxxxxx>
> >Subject: Re: (Market) Jul Corn
> >Date: Wed, 19 Apr 2000 23:28:40 -0500
> >
> >J,
> > I am using some indicators from a trading method Called "Point & Line"
>by
> >Charles Drummond. I recently created these indicators into MetaStock
> >code and Expert Advisor.... but the code probably would benefit little
> >with out the understanding of its usage. I have attached a weekly chart
> >with some of the indicators shown. I have never used Guppy's Zero Lag MA,
> >did you find the Gann HiLo from that site? Seems I might have seen that
>one
> >before <g>.
>
>________________________________________________________________________
>Get Your Private, Free E-mail from MSN Hotmail at http://www.hotmail.com
>
>
________________________________________________________________________
Get Your Private, Free E-mail from MSN Hotmail at http://www.hotmail.com
|