PureBytes Links
Trading Reference Links
|
Wave,
That works perfectly. Thank you for your help. In my mind I didn't
associate ribbons with horizontal plots but that was exactly what I
was looking for.
Thanks
DM
--- In amibroker@xxxxxxxxxxxxxxx, "wavemechanic" <fimdot@xxx> wrote:
>
> Users Guide:
> New parameters make it also easy to plot ribbons, for example:
> Plot( Close, "Price", colorBlue, styleCandle );
>
> Plot( 2, /* defines the height of the ribbon in percent of pane width
>
> */
>
> "Ribbon",
>
> IIf( up, colorGreen, IIf( down, colorRed, 0 )), /* choose color */
>
> styleOwnScale|styleArea|styleNoLabel, ?0.5, 100 );
>
>
>
> ----- Original Message -----
> From: dmcleod1981
> To: amibroker@xxxxxxxxxxxxxxx
> Sent: Friday, April 21, 2006 2:49 PM
> Subject: [amibroker] Plot Question
>
>
> Is it possible to plot a horizontal color (band) within an indicator
> pane defining a region say on a scale of 0 to 5 plotting the space
> between 2-4 another color? I have tried to figure out using background
> color or using cloud but can't seem to make it work.
>
> Thanks
> DM
>
>
>
>
>
> 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
>
> a.. Visit your group "amibroker" on the web.
>
> b.. To unsubscribe from this group, send an email to:
> amibroker-unsubscribe@xxxxxxxxxxxxxxx
>
> c.. Your use of Yahoo! Groups is subject to the Yahoo! Terms of
Service.
>
>
>
------------------------------------------------------------------------------
>
>
>
>
>
------------------------------------------------------------------------------
>
>
> No virus found in this incoming message.
> Checked by AVG Free Edition.
> Version: 7.1.385 / Virus Database: 268.4.4/320 - Release Date:
04/20/06
>
------------------------ 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:
amibroker-unsubscribe@xxxxxxxxxxxxxxx
<*> Your use of Yahoo! Groups is subject to:
http://docs.yahoo.com/info/terms/
|