PureBytes Links
Trading Reference Links
|
Dear Technalist,
Try this formula.
IF( DayofMonth()>=26 AND Month() AND Sum(v<10000, 31)>=20,1,0)
This will search for date as 26 or higher assuming if 27th and 28th Feb happens to be Sat-Sun, will count for last 31 days within current one month and volumes each day are lesser than 10,000. No. of Days 20 has been taken assuming there are min of 20 trading days with in a month.
This exploration or expert will give result on or after 26th of any month which is current month. If you want to explore daily by taking last one month as counting days like moving average, use the following formula
Sum(v<10000, 31)>=20
You can experiment with your own numbers as and when required.
Thanks and Regards,
Amit Trivedi
President & CEO
Athenasolutionz.com - "We sell hope, in the stock market."
----- Original Message -----
From: techanalist
To: equismetastock@xxxxxxxxxxxxxxx
Sent: Monday, August 07, 2006 9:11 PM
Subject: [EquisMetaStock Group] Help with Metastock Formula
Hello.
I would like ask how do an exploration for Metastock that shows the stocks
that have less of 10000 shares per day,during one month, for example.
Someone knows how to do this?
Thanks in advance
[Non-text portions of this message have been removed]
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/
|