Thanks for the reply. I understand that is how to change the candle color but I am trying to change the color of the default bar chart. At the moment it is black but I want it red and green. I cannot find where/how to do this.
Gary --- In [email protected], "idaytrader" <[EMAIL PROTECTED]> wrote: > > 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 [email protected], "garydixon90" <garydixon90@> 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: [EMAIL PROTECTED] <*> Your use of Yahoo! Groups is subject to: http://docs.yahoo.com/info/terms/
