PureBytes Links
Trading Reference Links
|
Yes, it's easy, take a look:
Candlecolor = IIf(C>O,colorGreen,IIf(C<O,colorRed,colorLightBlue));
Plot(C,"C",Candlecolor,styleCandle);
Thomas
<http://www.tradingbasis.com/> www.tradingbasis.com
_____
From: amibroker@xxxxxxxxxxxxxxx [mailto:amibroker@xxxxxxxxxxxxxxx] On Behalf
Of sdp_51
Sent: Sunday, October 22, 2006 4:45 AM
To: amibroker@xxxxxxxxxxxxxxx
Subject: [amibroker] coloring candlesticks according to code?
i want to color candlesticks according to some logic in my code, not
whether down or up, is this possible?
i hope so
Content-Description: "AVG certification"
No virus found in this incoming message.
Checked by AVG Free Edition.
Version: 7.1.409 / Virus Database: 268.13.27/517 - Release Date: 11/3/2006
|