| 
 PureBytes Links 
Trading Reference Links 
 | 
Leon, try this MS exploration filter:
---8<----------------
pds:=2;  { Minimum lookback periods }
upToday:=C>Ref(C,-1);
downYesterday:=Ref(C,-1)<Ref(C,-2);
downXbars:=Sum(downYesterday,pds)=pds;
downXbars AND upToday
---8<----------------
jose '-)
http://www.metastocktools.com
--- In equismetastock@xxxxxxxxxxxxxxx, "Leon Miller" <leon.miller@xxx> 
wrote:
>
> I'm a "newbie" and need help on the following exploration.
> 
> Down the past 2 or more consecutive days, but up today.
> 
> Thanks in advance for any assistance.
> 
> Leon
------------------------ Yahoo! Groups Sponsor --------------------~--> 
Try Online Currency Trading with GFT. Free 50K Demo. Trade 
24 Hours. Commission-Free. 
http://us.click.yahoo.com/RvFikB/9M2KAA/U1CZAA/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/
 
 |