| 
 PureBytes Links 
Trading Reference Links 
 | 
this is a simple little indicator i've made which is useful to find top and
bottom areas, similar to a MACD, however, it's a "price" relative thing and
therefore no good as an Exploration.
would it be possible for Jose, Roy ,Henry or someone else to "normalise" it
please and make it more useful.
try it out, vary the numbers if you like
a:=Mov(C,20,S);
b:=Mov(C,250,S);
d:= a-b;
d
thanks   Keith
 
Yahoo! Groups Links
<*> To visit your group on the web, go to:
     http://groups.yahoo.com/group/Metastockusers/
<*> To unsubscribe from this group, send an email to:
     Metastockusers-unsubscribe@xxxxxxxxxxxxxxx
<*> Your use of Yahoo! Groups is subject to:
     http://docs.yahoo.com/info/terms/
 
 |