PureBytes Links
Trading Reference Links
|
Your message wasn't particularly clear, but the following will
identify crosses of the 50sma above 200sma
x:=mov(c,200,s);
y:=mov(c,50,s);
cross(y,x)
--- In equismetastock@xxxxxxxxxxxxxxx, "mailme2000_2000"
<mailme2000_2000@xxxx> wrote:
>
>
> Hi All,
>
> I want to find security in Metastock 9.0 - explorer when it
crosses
> Moving Average of 200 days and 50 days. i.e. if moving average is
> equal to or very nearer, that security should be in result.
>
> Suppose MA,200 is 80 and ma, 50 is 80.1 then explorer should list
> that security. i.e. minor deviation should be included.
>
> Can anybody help me out please.
>
> Vipul.
------------------------ Yahoo! Groups Sponsor --------------------~-->
$9.95 domain names from Yahoo!. Register anything.
http://us.click.yahoo.com/J8kdrA/y20IAA/yQLSAA/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/
|