Lal, That's a nice piece of code, thanks for sharing.
Dave -----Original Message----- From: [email protected] [mailto:[EMAIL PROTECTED] On Behalf Of K Lalchand Sent: Monday, July 24, 2006 5:36 AM To: [email protected] Subject: Re: [amibroker] Multi Row Colored Ribbons Hi MarketMonk777, Some time back, I used multi-row ribbons on one of my indicators....may not be perfect, but might give you an idea... http://www.amibroker.com/library/formula.php?id=585 Cheers, Lal --- MarketMonk777 <[EMAIL PROTECTED]> wrote: > Hi folks, > > I have the following code which plots a colored ribbon based on a MACD > indicator. This code works well and have attached a picture showing > how it looks. > > _SECTION_BEGIN("MACD Color Bar"); > > m = MACD(); > > s = Signal(); > > MACDColor = IIf( m > s, colorLime, > colorLightOrange); > > Plot( 2, "", MACDColor, > styleArea|styleOwnScale|styleNoLabel, 0, 100); > > _SECTION_END(); > > > > What I would like to do is to create multi row ribbons. Is this > possible? > I have tried a number of different things without success. > > Regards, > > Dave > > ___________________________________________________________ All new Yahoo! Mail "The new Interface is stunning in its simplicity and ease of use." - PC Magazine http://uk.docs.yahoo.com/nowyoucan.html 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 ------------------------ Yahoo! Groups Sponsor --------------------~--> GFT Forex Trading Accounts As low as $250 with up to 400:1 Leverage. Free Demo. http://us.click.yahoo.com/lpv1TA/jlQNAA/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/
