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

Re: (Market) Jul Corn



PureBytes Links

Trading Reference Links

Hello Daryl Roberts,
    If you are asking how to change an indicators color according to a
predetermined condition...this is not yet possible in MetaStock. If
you are asking how to change the price bar...this can be done using
the "Expert Advisor". If you will notice the attached chart, I have
my bars 4 different colors: red is a down day and green an up.
If it is dark red or green it is in congestion, if it is bright the market
is in a trend.  Hope that helps.  By the way....are you the Daryl Roberts
who lives in Oklahoma?
         Adam Hefner

----- Original Message -----
From: "daryl roberts" <darylroberts@xxxxxxxxxxxxx>
To: <metastock@xxxxxxxxxxxxx>
Sent: Thursday, April 27, 2000 5:39 PM
Subject: RE: (Market) Jul Corn


> 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
>
>
>

Attachment Converted: "f:\eudora\attach\snap53.gif"





  • Follow-Ups: