PureBytes Links
Trading Reference Links
|
Metastock ha a built in indicator MSU. It will give you better answers.
You should use more than a single day change to determine if a moving
average is rising
Line 2 seems to be meaningless as as mov( today) will always be equal to mov
(ref(today))
Lionel
_____
From: equismetastock@xxxxxxxxxxxxxxx [mailto:equismetastock@xxxxxxxxxxxxxxx]
On Behalf Of longhair4277
Sent: Thursday, November 30, 2006 11:59 AM
To: equismetastock@xxxxxxxxxxxxxxx
Subject: [EquisMetaStock Group] Rising Moving Average
Which of these 2 lines of code will tell me if the 100 day moving
average is rising?
1.) mov( close , 100 , simple ) > mov( ref( close , -1 ) , 100 ,
simple )
2.) mov( close , 100 , simple ) > ref( mov( close , 100 , simple ), -
1 )
or is there a "simpler" way of doing this
[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/
|