Yes, I'm pretty certain this works. Just use multiple IIf conditions in your Plot statement, and be careful of the order.
IIf(condition3, colorBlue, IIf(condition2, colorRed, repeat as necessary...))) Note: this does NOT work with price Candles. -- Terry -----Original Message----- From: [email protected] [mailto:[EMAIL PROTECTED] On Behalf Of murthysuresh Sent: Wednesday, November 08, 2006 07:57 To: [email protected] Subject: [amibroker] multi colored intraday volume bars Can this be done. Can the intraday volume bar be multicolored for eg. blue if todays volume reaches 25% of 15 day volume average light green if todays volume reaches 50% of 15 day volume average dark green if todays volume reaches 50% of 15 day volume average Suresh 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 NEW RELEASE ANNOUNCEMENTS and other news always check DEVLOG: http://www.amibroker.com/devlog/ For other support material please check also: http://www.amibroker.com/support.html Yahoo! Groups Links 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 NEW RELEASE ANNOUNCEMENTS and other news always check DEVLOG: http://www.amibroker.com/devlog/ 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/ <*> Your email settings: Individual Email | Traditional <*> To change settings online go to: http://groups.yahoo.com/group/amibroker/join (Yahoo! ID required) <*> To change settings via email: mailto:[EMAIL PROTECTED] mailto:[EMAIL PROTECTED] <*> 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/
