PureBytes Links
Trading Reference Links
|
Create a new exploration and give it some name (e.g. Get Rich Quick --- just
kidding).
In column A, for column name put in BUY, and in the large box type in:
3dSMA:= Mov(C,3,S);
7dSMA:= Mov(C,7,S);
Cross(3dSMA,7dSMA);
In column B, for column name put in SELL, and type this in the large box:
3dSMA:= Mov(C,3,S);
7dSMA:= Mov(C,7,S);
Cross(7dSMA,3dSMA);
In the Filter column, type in:
colA OR colB.
Well, that's it. Now run your exploration, and all stocks that fill the
criteria will have a "1" plotted under the appropriate column A or B. Open
their charts with your default template. Enjoy!
JD
=====================================
From: "Saravanan Kodamegam" <saravanank_hb@xxxxxxxxxxxxxx>
Reply-To: equismetastock@xxxxxxxxxxxxxxx
To: equismetastock@xxxxxxxxxxxxxxx
Subject: [EquisMetaStock Group] Help required on exploration
Date: 29 Oct 2003 13:56:51 -0000
hello friends..
I am a new to technical analysis & metastock. I observed that 3-7 simple
moving average crossovers gives clear buy and sell signals in some well
defined cyclical stocks. since I am new to MS language and explorer i have
difficulty in selecting few stocks from my 7000 securities. can anybody help
me out in moving average functionn in explorer setting? like when 3DSMA cuts
7 DSMA sell signal to be genarated and vice versa
Thanks you and regards
sara
_________________________________________________________________
Concerned that messages may bounce because your Hotmail account has exceeded
its 2MB storage limit? Get Hotmail Extra Storage!
http://join.msn.com/?PAGE=features/es
------------------------ Yahoo! Groups Sponsor ---------------------~-->
Rent DVDs from home.
Over 14,500 titles. Free Shipping
& No Late Fees. Try Netflix for FREE!
http://us.click.yahoo.com/ybSovB/hP.FAA/3jkFAA/BefplB/TM
---------------------------------------------------------------------~->
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/
|