PureBytes Links
Trading Reference Links
|
Dan,
The only way that I know of would be to use a template so that your color preferences stay set. Metastock doesn't allow for a color call in their formulas. Maybe someday.
J.
>From: Dan
>Reply-To: metastock@xxxxxxxxxxxxx
>To: metastock@xxxxxxxxxxxxx
>Subject: Re: PPO...correction
>Date: Fri, 09 Feb 2001 19:41:56 -0800
>
>J,
>
>Any way to code color for each?
>
>j seed wrote:
>
> > Jim,
> > Sorry, I didn't realize you were using the close in the trigger. This WILL
> > work.
> > J.
> >
> > {Percentage Price Oscillator}
> > PPO:= ((Mov(C ,12,E ) - Mov(C,26,E))/Mov(C,12,E))*100;
> > Trigger:= Mov(PPO,9,E);
> > PPO; Trigger;
> >
> > >From: wooglin.org@xxxxxxxxxxx
> > >Reply-To: metastock@xxxxxxxxxxxxx
> > >To: "List MetaStock"
> > >Subject: PPO
> > >Date: Fri, 9 Feb 2001 09:32:15 -0500
> > >
> > >In the last issue of TASC on page 32, The Percentage Price Oscillator is
> > >described. The use of a trigger line is also used with the PPO. If I create
> > >the PPO indicator and the "Trigger" in the same indicator as below, how do
> > >I get the indicator to plot both lines?
> > >
> > >PPO:= ((Mov(C ,12,E ) - Mov(C,26,E))/Mov(C,12,E))*100;
> > >Trigger:= Mov(C,9,E);
> > >
> > >
> > >Thanks,
> > >
> > >Jim Barone
> >
> > _________________________________________________________________
> > Get your FREE download of MSN Explorer at http://explorer.msn.com
>
>--
>
>mailto:dcash@xxxxxxxxxxxx
>
>Kibosh spam: http://spamcop.net/
>
>Dan
>
>
Get your FREE download of MSN Explorer at http://explorer.msn.com
|