PureBytes Links
Trading Reference Links
|
Preston:
Do you know why A and B use different kinds of moving averages, usually the
same kinds of moving averages are used in a set of code? So, why not both be
simple or exponential moving averages?
Regards
Lionel
From: equismetastock@xxxxxxxxxxxxxxx [mailto:equismetastock@xxxxxxxxxxxxxxx]
On Behalf Of pumrysh
Sent: Thursday, July 19, 2007 3:58 AM
To: equismetastock@xxxxxxxxxxxxxxx
Subject: [EquisMetaStock Group] Re: TAZ
A:= mov(close,10,s);
B:= mov(close,30,e);
long:= A > B ;{10sma above 30ema}
short:= A < B;{10sma below 30ema}
--- In equismetastock@xxxxxxxxxxxxxxx
<mailto:equismetastock%40yahoogroups.com> , "jibjabanda" <jibjabanda@xxx>
wrote:
>
> Hello I'm new to metastock and would like some help
> on how to use metastock to scan for stocks to meet a
> particular criteria
> Has anybody heard of Traders Action Zone from
> swing-trade-stocks.com
>
> I would be grateful if someone could put the following in
> a formula for metastock
>
> The Traders Action Zone (TAZ) is when the price ENTERS
> in between two moving averages the 10 sma and 30 ema
>
> long .. when the 10sma is above the 30ema
> short.. when the 10sma is below the 30ema
>
> please could you put this in the simplest of ways
> as i am a metastock virgin
>
> Thank you
>
[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/
<*> Your email settings:
Individual Email | Traditional
<*> To change settings online go to:
http://groups.yahoo.com/group/equismetastock/join
(Yahoo! ID required)
<*> To change settings via email:
mailto:equismetastock-digest@xxxxxxxxxxxxxxx
mailto:equismetastock-fullfeatured@xxxxxxxxxxxxxxx
<*> 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/
|