PureBytes Links
Trading Reference Links
|
Yes, it might works but I really want to find that security that
crosses 50 day MA and 200 day MA on the very same day with very low
significance.
i.e. if MA(c,50,s) = 50, MA(c,200,s) = 50 then It should list that
security but, it might be in variation of 1-2% (49 and 51) both is
valid.
I.e. MA50's range should be 49-51 or MA200's range could be 49-51.
Now Is it clear or should I Explain again ?
Vipul.
--- In equismetastock@xxxxxxxxxxxxxxx, "tobtrade2001" <jeffrey@xxxx>
wrote:
>
>
> 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 --------------------~-->
Make a clean sweep of pop-up ads. Yahoo! Companion Toolbar.
Now with Pop-Up Blocker. Get it for free!
http://us.click.yahoo.com/L5YrjA/eSIIAA/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/
|