PureBytes Links
Trading Reference Links
|
Vladimir,
Make sure you have enough data loaded...condition1 is not being met.
10000 bars since a condition was met is a lot. Are you trying this on
EOD data?
Preston
--- In equismetastock@xxxxxxxxxxxxxxx, "v" <entinv@xxxx> wrote:
> Preston,
>
> That still produces exactly the same results. If "condition1"
undefined
> getting N/A rejection.
>
>
> Vladimir
> ----Original Message-----
> From: equismetastock@xxxxxxxxxxxxxxx
> [mailto:equismetastock@xxxxxxxxxxxxxxx]On Behalf Of pumrysh
> Sent: Monday, April 25, 2005 11:09 PM
> To: equismetastock@xxxxxxxxxxxxxxx
> Subject: [EquisMetaStock Group] Re: Gil Raff exploration
>
>
>
> Vladimir,
>
> Check the last 2 lines
> Possible correction:
> C>Mov(C,15,E),-1)=FALSE)) AND
> C<=If(ISNA1,10000,BarsSince(condition1))))
>
> Preston
>
>
> --- In equismetastock@xxxxxxxxxxxxxxx, "v" <entinv@xxxx> wrote:
> >
> >
> > Last line of this exploration produces N/A rejection in those
> > securities where "condition1" is undefined. That is what I've
> > expected to avoid by using "IsUndefined".
> >
> > I'd appreciate if anybody can point out a problem.
> >
> >
> > {ColB}
> > condition:=Cross(0.955*Ref(C,-2),C);
> > ISNA:=IsUndefined(condition);
> > condition1:=Ref(Cross(0.955*Ref(C,-2),C),-1);
> > ISNA1:=IsUndefined(condition1);
> >
> > If(ISNA,10000,BarsSince(condition AND
> > BarsSince(((MACD()>Mov(MACD(),9,E) AND
> > C>Mov(C,5,E) AND
> > C>Mov(C,15,E))=TRUE) AND
> > (Ref(MACD()>Mov(MACD(),9,E) AND
> > C>Mov(C,5,E)AND
> > C>Mov(C,15,E),-1)=FALSE))
> > <=If(ISNA1,10000,BarsSince(condition1))))
> >
> >
> > Thanks,
> > Vladimir
>
>
>
>
>
> --------------------------------------------------------------------
--------
> --
> Yahoo! Groups Links
>
> a.. To visit your group on the web, go to:
> http://groups.yahoo.com/group/equismetastock/
>
> b.. To unsubscribe from this group, send an email to:
> equismetastock-unsubscribe@xxxxxxxxxxxxxxx
>
> c.. Your use of Yahoo! Groups is subject to the Yahoo! Terms of
Service.
------------------------ Yahoo! Groups Sponsor --------------------~-->
Has someone you know been affected by illness or disease?
Network for Good is THE place to support health awareness efforts!
http://us.click.yahoo.com/Rcy2bD/UOnJAA/cosFAA/BefplB/TM
--------------------------------------------------------------------~->
Yahoo! Groups Links
<*> To visit your group on the web, go to:
http://groups.yahoo.com/group/equismetastock/
<*> 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/
|