Thanks Graham, Hope your doing well, yeah received e-mail from support and it Looks like we can't use the great graphics for simple plottext. Too bad!!!!!!
Jerry Gress Stockton, Ca. -----Original Message----- From: [email protected] [mailto:[EMAIL PROTECTED] On Behalf Of Graham Sent: Monday, August 06, 2007 2:59 PM To: [email protected] Subject: Re: [amibroker] Re: How to you use the low-level graphics to plot text? to write text at bars use plottext function, to plot shapes at bars use plotshapes function -- Cheers Graham Kav AFL Writing Service http://www.aflwriting.com On 06/08/07, kar_avi <[EMAIL PROTECTED]> wrote: > --- In [email protected], "Jerry Gress" > <[EMAIL PROTECTED]> wrote: > > > > > So the question is how do I put some fancy text on a 2 minute chart at > > specified price points? The best this lowly programmer can tell all this > > graphic stuff is to the pixel not price. Example: > > > > > > SYNTAX GfxTextOut( "text", x, y ) > > RETURNS NOTHING > > FUNCTION Writes a character string at the specified location using the > > currently selected font. > > > > Parameters: > > > > "text" - Specifies the character string to be drawn > > x - Specifies the x-coordinate of the starting point of the text > > y - Specifies the y-coordinate of the starting point of the text > > > > > > Any help will be greatly appreciated. > > > > Jerry Gress > > Stockton, Ca. > > > > exactly my problem also. I want to plot lot of texts, arrows, shapes > etc near range bar breakouts. but the coordinates are in pixels, and I > do not know any way to get the pixels of the High of a bar identified, > unless its built from scratch as the code posted here previously. so > the low level functions may not be useful to traders who write their > own systems with some amount of coding, but more to developers who can > enhance features for Amibroker. > 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
