PureBytes Links
Trading Reference Links
|
I maybe using the wrong terminology "height" not how high up on the
chart but the height of the ribbon. Maybe width would be better but I
usually think of width as left to right. So Ribbon thickness you get
my point I hope.
thanks again
mytake
--- In amibroker@xxxxxxxxxxxxxxx, "mytakeismine" <mytakeismine@xxx>
wrote:
>
> Hi all
> I have this ribbon at the top of a chart, and for educational
purposes
> could someone explain what the difference in controlling the height
> with the Plot( 15, (15 percent of the chart) OR varing the height
by
> the 20 as in -605, 20)
> I can contol the height either way, is one way better and why?
>
> Thanks so much
> mytake
>
> Buy=Cross( C, MA(C,20 ) );
> Sell= Cross( MA( C, 20 ), C );
> Plot( 15, /* defines the height of the ribbon in percent of pane
width
> */
> "Ribbon",
> IIf( Buy, colorGreen, IIf(Sell, colorRed, 0 )), /* choose color */
> styleOwnScale|styleArea|styleNoLabel, -605, 20);
>
------------------------ Yahoo! Groups Sponsor --------------------~-->
Yahoo! Groups gets a make over. See the new email design.
http://us.click.yahoo.com/hOt0.A/lOaOAA/yQLSAA/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 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:amibroker-digest@xxxxxxxxxxxxxxx
mailto:amibroker-fullfeatured@xxxxxxxxxxxxxxx
<*> 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/
|