PureBytes Links
Trading Reference Links
|
Its working fine on my machine.
Is the background color of your chart the same as the MA indicator?
Do you have a black background ?
If so try this:
Plot( MA( OBV(), 21 ), "MA21OBV", colorWhite, styleLine );
Plot( OBV(), "OBV", colorRed );
Are you pasting this code into a NEW indicator or adding it to
existing indicator?
If your adding it to an existing indicator that could be the problem,
try creating a new one.
Let us know how you get on.
Regards,
William Peters
www.amitools.com
Tuesday, August 31, 2004, 10:36:21 PM, you wrote:
p> William and Graham tried both you formula singly and together as per
p> below but still no MA on OBV . Is there something I am doing wrong.
p> Phill
p> try 1
p> Plot( MA( OBV(), 21 ), "MA21OBV", colorBlack, styleLine );
p> Plot( OBV(), "OBV", -8 );
p> try 2
p> Plot( MA(OBV(),21), "ma", colorBlack, styleLine) ;
p> Plot( OBV(), "OBV", -8 );
------------------------ Yahoo! Groups Sponsor --------------------~-->
Make a clean sweep of pop-up ads. Yahoo! Companion Toolbar.
Now with Pop-Up Blocker. Get it for free!
http://us.click.yahoo.com/L5YrjA/eSIIAA/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/
|