PureBytes Links
Trading Reference Links
|
L.V. look again. Line B= see the lower case (a).
--- In equismetastock@xxxxxxxxxxxxxxx, L.V.Gandhi <lvgandhi@xxx> wrote:
>
> On Sun, Jun 1, 2008 at 12:24 PM, superfragalist
> <no_reply@xxxxxxxxxxxxxxx> wrote:
> > This formula I mentioned. It works fine in my explorer. If it doesn't
> > work in your explorer, I have no idea why it's not working. Sounds
> > like it's time to learn MS fundamental programming! If I were going to
> > use this, I think I would test it!!
> >
> > A:=ADX(13);
> > B:=Mov(a,5,S);
> > M1:=Mov(C,13,S);
> > V1:=Mov(V,13,S);
> >
> > X1:=If(Ref(b,-1)<b AND Ref(b,-2)<Ref(b,-1) AND
Ref(b,-3)<Ref(b,-2),1,0);
> >
> > X2:=If(Ref(m1,-1)<m1 AND Ref(m1,-2)<Ref(m1,-1) AND
> > Ref(m1,-3)<Ref(m1,-2),1,0);
> >
> > X3:= If(Ref(v1,-1)<v1 AND Ref(v1,-2)<Ref(v1,-1) AND
> > Ref(v1,-3)<Ref(v1,-2),1,0);
> >
> > X1=1 AND X2=1 AND X3=1
> >
> > Super
> Variable A is not used anywhere. Any reason?
>
> --
> L.V.Gandhi
> http://lvgandhi.tripod.com/
>
------------------------------------
Yahoo! Groups Links
<*> To visit your group on the web, go to:
http://groups.yahoo.com/group/equismetastock/
<*> Your email settings:
Individual Email | Traditional
<*> To change settings online go to:
http://groups.yahoo.com/group/equismetastock/join
(Yahoo! ID required)
<*> To change settings via email:
mailto:equismetastock-digest@xxxxxxxxxxxxxxx
mailto:equismetastock-fullfeatured@xxxxxxxxxxxxxxx
<*> To unsubscribe from this group, send an email to:
equismetastock-unsubscribe@xxxxxxxxxxxxxxx
<*> Your use of Yahoo! Groups is subject to:
http://docs.yahoo.com/info/terms/
|