PureBytes Links
Trading Reference Links
|
There are 2 ways.
1. Automatic and global: Goto Tools-> preferences, Select the color
tab and set up candle to green and the down candle to red.
2. Or In your AFL code:
Graph0BarColor= IIF( C > O,colorGreen,colorRed);
Plot(Close, "Price", Graph0BarColor, styleCandle | ParamStyle("Style")
| GetPriceStyle());
--- In amibroker@xxxxxxxxxxxxxxx, "garydixon90" <garydixon90@xxx> wrote:
>
> Hi,
>
> How do you change the bar chart colors in 4.7 so they are the same as
> candle sticks. ie if c > o I want green and the reverse for red.
>
> Thanks
>
> Gary
>
------------------------ Yahoo! Groups Sponsor --------------------~-->
Try Online Currency Trading with GFT. Free 50K Demo. Trade
24 Hours. Commission-Free.
http://us.click.yahoo.com/RvFikB/9M2KAA/U1CZAA/GHeqlB/TM
--------------------------------------------------------------------~->
Please note that this group is for discussion between users only.
To get support from AmiBroker please send an e-mail directly to
SUPPORT {at} amibroker.com
For other support material please check also:
http://www.amibroker.com/support.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/
|