PureBytes Links
Trading Reference Links
|
I don't think you can change the coding of the built-in indicators.
But assuming you're happy with the built-in Chaikin Oscillator
settings otherwise , then try this:
1) copy the built-in Chaikin formula
2) go into the Indicator Builder and click on custom
3) click on "Add", and rename the "new indicator" you're creating
4) paste the Chaikin formula into the Indicator Builder pane, and
change the last line to this:
Plot( Chaikin(r1,r2), "Chaikin"+mstr, -8, 2);
5) click on "Apply", and save the formula as whatever you wish to
name it
DC
--- In amibroker@xxxxxxxxxxxxxxx, "donpickdonpick" <donpick1@xxxx>
wrote:
>
> I've looked in the help and the Amibroker web site - I didn't see a
> way to display Chaikin as a histogram. May be someone could
> enlighten me as to how to do this using Amibroker?
>
> Thank you
------------------------ 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/
|