PureBytes Links
Trading Reference Links
|
Jonathan VanClute wrote:
> Hi all, sorry if these are super basic questions but I couldn’t figure
> this out on my own poking about in the software.
>
> I’m hoping to display a chart with several indicators overlaid on top of
> each other, for example Price, Parabolic SAR, MA, and perhaps Projection
> Bands. Amibroker seems to only allow one indicator on a pane at a time,
> and all other appear below in separate panes. Well, this is a pain (pun
> intended =) for me and is not what I need to see... Can I do what I’m
> trying to do here? Or is Amibroker intended to have each indicator you
> want to see on a separate pane/tab? Also is there a way to display SAR
> as a line instead of dots? Or as a connected line?
>
> Thanks!
>
> Jonathan
hello,
to my knowledge chart/indicator paneling is the default in AB. however
with AFL you can visually customize within a custom pane to some extent.
plotting indicators with attribute styleOwnScale is the first way to go.
combined with AFL Param switch you can easy "turn ON/OFF" your
indicators.
but there are other possibilities. for example you can determine the
highest value of visible bars, rescale the plot 10% higher (by plotting
invisible line). now you can put your own indicator at the free space at
the top there. again you must use rescaling tricks.. in some cases you
can loose proper values on axies for the second indicator. but if you
just want to see if lines cross, this may be OK if you don't like
separate panel.
another way is to use layers. unfortunately, with your supposed usage in
mind this creates a constraint of some kind.. layers were not designed
to plot indicators with help of line/histogram style etc. you can only
plot shapes there (circles,triangles..) but I use this approach in some
cases. it enables you to check/uncheck custom layer within a single
click that causes shapes (which reflect indicator value)
appear/disappear form pane.
I hope I didn't mislead you with this info. I quite new user to
AmiBroker as well.
cheers,
BM
Send BUG REPORTS to bugs@xxxxxxxxxxxxx
Send SUGGESTIONS to suggest@xxxxxxxxxxxxx
-----------------------------------------
Post AmiQuote-related messages ONLY to: amiquote@xxxxxxxxxxxxxxx
(Web page: http://groups.yahoo.com/group/amiquote/messages/)
--------------------------------------------
Check group FAQ at: http://groups.yahoo.com/group/amibroker/files/groupfaq.html
------------------------ Yahoo! Groups Sponsor ---------------------~-->
Buy Ink Cartridges or Refill Kits for your HP, Epson, Canon or Lexmark
Printer at MyInks.com. Free s/h on orders $50 or more to the US & Canada.
http://www.c1tracking.com/l.asp?cid=5511
http://us.click.yahoo.com/mOAaAA/3exGAA/qnsNAA/GHeqlB/TM
---------------------------------------------------------------------~->
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/
|