| 
 PureBytes Links 
Trading Reference Links 
 | 
I use the system tester only as a rough guide. There have been many
complaints about it in the past on Metastock related newsgroups.
 
Your system would be simpler and would work better if you used a price
oscillator: and buy when the oscillator was crossed above zero and sell when
it crossed below zero.
 
The items I highlighted in red may be confusing the system tester.
 
Lionel
  _____  
From: equismetastock@xxxxxxxxxxxxxxx [mailto:equismetastock@xxxxxxxxxxxxxxx]
On Behalf Of notharold
Sent: Tuesday, April 25, 2006 6:09 AM
To: equismetastock@xxxxxxxxxxxxxxx
Subject: [EquisMetaStock Group] System Tester
 
I've used the very simple MA system below on The FTSE 100 and the S+P 
and neither produces the results one would expect from looking at the 
graph with the MA's plotted (I think the S+P got just one signal over 
20 years).  When I tried all the systems supplied with Metastock V 9.0 
I had a similar result:very few trades generated.  I know that the 
system tester isn't very good, but is it really that bad? 
Long
Mov(CLOSE,40,S)>=Mov(CLOSE,100,S) AND ref(Mov(CLOSE,40,S),-1)<=REF(Mov
(CLOSE,100,S),-1)  
Short
Mov(CLOSE,40,S)<=Mov(CLOSE,100,S) AND ref(Mov(CLOSE,40,S),-1)>=REF(Mov
(CLOSE,100,S),-1)
  _____  
YAHOO! GROUPS LINKS 
 
*	 Visit your group "equismetastock
<http://groups.yahoo.com/group/equismetastock> " on the web.
  
*	 To unsubscribe from this group, send an email to:
 equismetastock-unsubscribe@xxxxxxxxxxxxxxx
<mailto:equismetastock-unsubscribe@xxxxxxxxxxxxxxx?subject=Unsubscribe> 
  
*	 Your use of Yahoo! Groups is subject to the Yahoo!
<http://docs.yahoo.com/info/terms/>  Terms of Service. 
 
  _____  
[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/
<*> 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/
 
 |