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

Re: Forecast Oscillator



PureBytes Links

Trading Reference Links

J.,

Thanks...I should of never dropped out of Fortran IV.  

Take care,

Steve
----- Original Message ----- 
From: j seed <jseed_10@xxxxxxxxxxx>
To: <metastock@xxxxxxxxxxxxx>
Sent: Thursday, January 10, 2002 11:01 AM
Subject: Re: Forecast Oscillator


> Steve,
> 
> I believe this is it.
> 
> J.
> 
> {Forecast Osc-Chande}
> {from jseed}
> Pds:=Input("Time Periods",1,1000,5);
> Fld:=Input("Price Field 1=C 2=O 3=H 4=L",1,4,1);
> PFld:=If(Fld=1,C,If(Fld=2,O,If(Fld=3,H,L)));
> Sig:=Input("Signal MA Periods",1,200,3);
> ForO:=((Pfld-(Ref(LinearReg(Pfld,Pds),-1)+
> Ref(LinRegSlope(Pfld,Pds),-1)))*100)/Pfld;
> ForO;
> Mov(ForO,Sig,E);
> {end}
> 
> 
> 
> >From: "Steve Karnish" <kernish@xxxxxxxxxxxx>
> >Reply-To: metastock@xxxxxxxxxxxxx
> >To: <metastock@xxxxxxxxxxxxx>
> >Subject: Forecast Oscillator
> >Date: Thu, 10 Jan 2002 08:34:12 -0700
> >
> >List,
> >
> >Does anyone have the math formula for Chande's Forecast Oscillator?
> >
> >Thanks,
> >
> >Steve
> 
> 
> 
> 
> _________________________________________________________________
> Join the world's largest e-mail service with MSN Hotmail. 
> http://www.hotmail.com
>