PureBytes Links
Trading Reference Links
|
--- 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.
>
Hi Martin,
Use following codes:
RSI-14 above 70 & Volume Decreasing
===================================
Col A: RSI(14)
Col B: v
Col C: mov(v,5,s)
Filter: RSI(14)>70 AND v<(mov(v,5,s))
RSI-14 below 30 & Volume Decreasing
===================================
Col A: RSI(14)
Col B: v
Col C: mov(v,5,s)
Filter: RSI(14)<30AND v<(mov(v,5,s))
------------------------------------
I hope this will be helpfull.
Khalid
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/
|