PureBytes Links
Trading Reference Links
|
Have you gone thru Jim Hutchinson's, code, Jerry?
I haven't really dug that deeply, but it's very readable.
Bob
-----Original Message-----
From: amibroker@xxxxxxxxxxxxxxx [mailto:amibroker@xxxxxxxxxxxxxxx]On Behalf
Of Jerry Gress
Sent: Sunday, August 05, 2007 5:30 PM
To: amibroker@xxxxxxxxxxxxxxx
Subject: [amibroker] How to you use the low-level graphics to plot text?
Hello All,
In the Read Me, Amibroker has some excellent low-level graphics tutorial
"Example 3. Low-level graphics demo featuring pie section, polygon,
color-wheel, animated text and chart overlay"
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.
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
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/
|