| 
 PureBytes Links 
Trading Reference Links 
 | 
It works fine on mine
Cheers,
Graham
http://e-wire.net.au/~eb_kavan/
-----Original Message-----
From: pennellp2000 [mailto:pennellp2000@xxxxxxxxxxxx] 
Sent: Wednesday, September 01, 2004 10:36 AM
To: amibroker@xxxxxxxxxxxxxxx
Subject: [amibroker] re 21 day ma of OBV
William and Graham tried both you formula singly and together as per 
below but still no MA on OBV  . Is there something I am doing wrong. 
Phill
 
try 1
Plot( MA( OBV(), 21 ), "MA21OBV", colorBlack, styleLine );
Plot( OBV(), "OBV", -8 );
try 2
Plot( MA(OBV(),21), "ma", colorBlack, styleLine) ;
Plot( OBV(), "OBV", -8 );
Check AmiBroker web page at:
http://www.amibroker.com/
Check group FAQ at:
http://groups.yahoo.com/group/amibroker/files/groupfaq.html 
Yahoo! Groups Links
 
------------------------ Yahoo! Groups Sponsor --------------------~--> 
$9.95 domain names from Yahoo!. Register anything.
http://us.click.yahoo.com/J8kdrA/y20IAA/yQLSAA/GHeqlB/TM
--------------------------------------------------------------------~-> 
Check AmiBroker web page at:
http://www.amibroker.com/
Check group FAQ at: http://groups.yahoo.com/group/amibroker/files/groupfaq.html 
Yahoo! Groups Links
<*> To visit your group on the web, go to:
    http://groups.yahoo.com/group/amibroker/
<*> To unsubscribe from this group, send an email to:
    amibroker-unsubscribe@xxxxxxxxxxxxxxx
<*> Your use of Yahoo! Groups is subject to:
    http://docs.yahoo.com/info/terms/
 
 |