PureBytes Links
Trading Reference Links
|
Phill,
Now that you have been able to get that working please know that you
*can* add that MA to the OBV built-in indicator but it must be added in a
certain way. See below and note that the plot for the MA part is ABOVE the
line beginning with "//--Indicator". If you plan to add plot functions
to an existing indicator the code should be entered above that line.
See AmiBroker help file for more infomation on this.
Example:
Plot( MA( OBV(), 21 ), "MA21OBV", colorBlack, styleLine );
//--Indicator-End-- -- do not remove this line
Plot( OBV(), "OBV", -8 );
Regards,
William Peters
www.amitools.com
Wednesday, September 1, 2004, 2:26:27 AM, you wrote:
p> William , you were correct I was adding to the existing OBV. I
p> created a new indicator and it is working OK, Thanks Phill
p> Check AmiBroker web page at:
p> http://www.amibroker.com/
p> Check group FAQ at:
p> http://groups.yahoo.com/group/amibroker/files/groupfaq.html
p> 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/
|