PureBytes Links
Trading Reference Links
|
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
|