PureBytes Links
Trading Reference Links
|
Chorlton,
How about using moving average for the volume? I believed the below
code will work .....
V>3*(Mov(V,30,S))
Best regards,
ALM
--- In equismetastock@xxxxxxxxxxxxxxx, "chorlton_c_hardy"
<micro_dot_uk@xxxx> wrote:
> Hi All,
>
> I'm trying to write an exploration based on the following criteria:
>
> 1) Todays Volume is 3 times (or greater) the average volume for the
> last 30 days
>
> So far I have: V>(LastValue(Sum(V,30)/30)*3)
>
> However, when I run this, the stocks which are returned to me do not
> meet my criteria.
>
> Where am i going wrong? I've only been using Metastock for a short
> time and thanks to various posters on here (you know who you are)
> I'm beginning to write my own (very basic) formulas.
>
> ..but obviously at the moment, not doing a very good job! :-(
>
> Any help appreciated,
>
> Chorlton
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/
|