| 
 PureBytes Links 
Trading Reference Links 
 | 
Martin, try these two separate exploration filters:
---8<-----------------------------
{ RSI(14) > 70 and daily volume over last 5 days is decreasing }
VolPeriods:=5;
RSI(14)>70 AND Sum(V<Ref(V,-1),VolPeriods)=VolPeriods
---8<-----------------------------
---8<-----------------------------
{ RSI(14) < 30 and daily volume over last 5 days is decreasing }
VolPeriods:=5;
RSI(14)<30 AND Sum(V<Ref(V,-1),VolPeriods)=VolPeriods
---8<-----------------------------
jose '-)
http://www.metastocktools.com
--- In equismetastock@xxxxxxxxxxxxxxx, "M & C" <yourlaughing@xxx> 
wrote:
>
> Hi all, I was hoping somebody could help me with a formula:
> I want MetaStock explorer to use the following parameters;
> 
> RSI(14) is greater than 70 and daily volume over last 5 days is 
> decreasing.
> and
> RSI(14) is less than 30 and daily volume over last 5 days is
> decreasing.
> 
> Kindest Regards,
> Martin.
 
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/
 
 |