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
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
SPONSORED LINKS
| Investment management software | Real estate investment software | Investment property software |
| Software support | Real estate investment analysis software | Investment software |
YAHOO! GROUPS LINKS
- Visit your group "amibroker" on the web.
- To unsubscribe from this group, send an email to:
[EMAIL PROTECTED]
- Your use of Yahoo! Groups is subject to the Yahoo! Terms of Service.
BGG 7-21-06 Daily.png
Description: PNG image
