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

Re: [Metastockusers] Re: MOVING AVG CROSSOVER FORMULA



PureBytes Links

Trading Reference Links

Henry
I don't usually play around to much with formulas but this one intrigued me
because of its play on volume. Still seems kinda weird when testing .

Regards Martin


----- Original Message ----- 
From: "Henry Z Kaczmarczyk" <henry1224@xxxxxxxxx>
To: <Metastockusers@xxxxxxxxxxxxxxx>
Sent: May 20, 2003 8:18 PM
Subject: [Metastockusers] Re: MOVING AVG CROSSOVER FORMULA


> --- In Metastockusers@xxxxxxxxxxxxxxx, "Marty" <martin@xxxx> wrote:
> > Henry
> > I cant seem to get your expert to work. Any tricks?
> > Martin
> >
> > --- In Metastockusers@xxxxxxxxxxxxxxx, "Henry Z Kaczmarczyk"
> > <henry1224@xxxx> wrote:
> > > --- In Metastockusers@xxxxxxxxxxxxxxx, "alex14612"
> > <alex14612@xxxx>
> > > wrote:
> > > > HELLO FROM NEW META STOCK USER
> > > >
> > > > anyone know the formula for 50 day moving avg crossing over
> 200
> > > day
> > > > moving avg with increased volume
> > > >
> > > >
> > > > THANKS IN ADVANCE
> > > >
> > > > TIBOR
> > >
> > > A1:=Mov(C,50,S);
> > > A2:=Mov(C,200,S);
> > > B:=If(V>Mov(V,10,S)*2,1,0);
> > > D:=If(Cross(A1,A2) and B=1,-1,If(Cross(A2,A1) and B=1,1,0));
> > > D= {-1 for Buy} {1 for Sell}
>
> The problem with the above formula is with the advancing Vol variable
>
> if you change it to Mov(V,200,S)>Ref(Mov(V,200,S),-1) then you would
> get signals
>
> A1:=Mov(C,50,S);
> A2:=Mov(C,200,S);
> B:=If(Mov(V,200,S)>Ref(Mov(V,200,S),-1),1,0);
> D:=If(Cross(A1,A2) AND B=1,-1,If(Cross(A2,A1) AND B=1,1,0));
> D
>
>
>
> To unsubscribe from this group, send an email to:
> Metastockusers-unsubscribe@xxxxxxxxxxx
>
>
>
> Your use of Yahoo! Groups is subject to http://docs.yahoo.com/info/terms/
>
>
>



------------------------ Yahoo! Groups Sponsor ---------------------~-->
Get A Free Psychic Reading! Your Online Answer To Life's Important Questions.
http://us.click.yahoo.com/Lj3uPC/Me7FAA/uetFAA/zMEolB/TM
---------------------------------------------------------------------~->

To unsubscribe from this group, send an email to:
Metastockusers-unsubscribe@xxxxxxxxxxx

 

Your use of Yahoo! Groups is subject to http://docs.yahoo.com/info/terms/