PureBytes Links
Trading Reference Links
|
Gordon,
He shoots, he scores! Great, thanks.
But I'm a bit confused. When I go into the "Results" of the
exploration and click on "Inspect", some of the charts only read 20
or -20 for 1 or 2 days, but when I actually open the chart the
indicator does indeed read 20 or -20 for at least 10 days. I don't
get it.
Thanks much,
Harold
--- In equismetastock@xxxxxxxxxxxxxxx, Gordon Sutherland
<gosuth@xxxx> wrote:
> Harold,
>
> Slot the following into ColA:
>
> If(Sum(Fml("FVE DIV"),10) = 20,20,If(Sum(Fml("FVE DIV"),10) =
> -20,-20,0)) {change fml name if appropriate}
>
> and Slot the following into the Filter:
>
> colA <> 0
>
> Good hunting -------------->
>
> Regards,
>
> Gordon Sutherland
>
> -----Original Message-----
> From: hcour [mailto:no_reply@xxxxxxxxxxxxxxx]
> Sent: Sunday, 21 September 2003 9:19 a.m.
> To: equismetastock@xxxxxxxxxxxxxxx
> Subject: [EquisMetaStock Group] Re: FVE Divergence Scan?
>
>
> Thanks Preston, but that didn't work either. I'm still getting the
> same results - stocks at 2 or -2 w/in the time period, but not
> neccessarily *throughout* the time period.
>
> Wow. Have I stumped the board?!
>
> Thanks,
> Harold
>
>
>
>
>
> --- In equismetastock@xxxxxxxxxxxxxxx, pumrysh <no_reply@xxxx>
wrote:
> > H,
> >
> > Off the top of my head.
> >
> > (Ref(colA,-9)+Ref(colA,-8)+Ref(colA,-7)+Ref(colA,-6)+Ref(colA,-5)+
> > Ref(colA,-4)+Ref(colA,-3)+Ref(colA,-2)+Ref(colA,-1)+(colA) = 20)
or
> > (Ref(colA,-9)+Ref(colA,-8)+Ref(colA,-7)+Ref(colA,-6)+Ref(colA,-5)+
> > Ref(colA,-4)+Ref(colA,-3)+Ref(colA,-2)+Ref(colA,-1)+(colA) = -
20)
> >
> >
> > P
> >
> >
> > --- In equismetastock@xxxxxxxxxxxxxxx, hcour <no_reply@xxxx>
wrote:
> > > OK, this is what I have so far:
> > >
> > > colA: Fml("FVE DIV")
> > >
> > > colB: (colA = 2) OR (colA = -2) AND ????
> > >
> > > The ALERT function doesn't work as "ALERT (10)" because it
> returns
> > > stocks that have been at 2 or -2 *anytime* w/in the last 10
days,
> > not
> > > *all* 10 days.
> > >
> > > I think I have to do something like:
> > >
> > > Ref(C,-1) AND Ref(C,-2) ect...
> > >
> > > But when I try it that doesn't work either because I'm sure of
> the
> > > syntax. Can someone please help me figure out the last part of
> this
> > > formula?
> > >
> > > Thanks,
> > > Harold
>
>
>
> Yahoo! Groups Sponsor
>
> ADVERTISEMENT
>
>
<http://rd.yahoo.com/M=194081.3897168.5135684.1261774/D=egroupweb/S=17
05
>
375617:HM/A=1732163/R=0/SIG=11n0nglqg/*http://www.ediets.com/start.cfm
?c
> ode=30510&media=zone> click here
>
> <http://us.adserver.yahoo.com/l?
M=194081.3897168.5135684.1261774/D=egrou
> pmail/S=:HM/A=1732163/rand=790543014>
>
> To unsubscribe from this group, send an email to:
> equismetastock-unsubscribe@xxxxxxxxxxxxxxx
>
>
>
> Your use of Yahoo! Groups is subject to the Yahoo! Terms of Service
> <http://docs.yahoo.com/info/terms/> .
------------------------ Yahoo! Groups Sponsor ---------------------~-->
Buy Remanufactured Ink Cartridges & Refill Kits at MyInks.com for: HP $8-20. Epson $3-9, Canon $5-15, Lexmark $4-17. Free s/h over $50 (US & Canada).
http://www.c1tracking.com/l.asp?cid=6351
http://us.click.yahoo.com/0zJuRD/6CvGAA/qnsNAA/BefplB/TM
---------------------------------------------------------------------~->
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/
|