| 
 PureBytes Links 
Trading Reference Links 
 | 
S John V,
I noticed that spaces in the formula can get cut out up when copied from Yahoo to AB editor. Unwrap each line if necessary: Color and Title (hit "space" and then "delete" key). Make sure that in Title there is a space after \\c-1.
Lesmond
--- In amibroker@xxxxxxxxxxxxxxx, "Lesmond V" <ebsn247@xxxx> wrote:
> 
> S John V.
> 
> Try this with candlesticks:
> 
> Tools - Preferences - Charting - Candlesticks - "None, up candle
> hollow".
> 
> And now apply this formula:
> 
> Color_ = IIf( C > Ref(C, -1), colorLime, IIf(C < Ref( C, -1),
> colorRed, colorGrey50 ));
> 
> Title = Name()+"  \\c25"+Interval(format=2)+"  "+Date()+"\\c-1 
> O="+O+"  H="+H+"  L="+L+"  C="+C;
> Plot( Close, "", Color_, 64 );
> 
> 
> Lesmond
> 
> --- In amibroker@xxxxxxxxxxxxxxx, "sjv" <sjohnvar@xxxx> wrote:
> > Hi
> > I am using version 4.70.0 which was downloaded about 3 weeks back.
> So will I need to download this new version now?
> > 
> > please guide me, I am new to amibroker.
> > 
> > how can I change the color of the price candle graph from black and
> white to red and green?
> > 
> > regards
> > 
> > S John Varghese
------------------------ Yahoo! Groups Sponsor --------------------~--> 
In low income neighborhoods, 84% do not own computers.
At Network for Good, help bridge the Digital Divide!
http://us.click.yahoo.com/EpW3eD/3MnJAA/cosFAA/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/
 
 |