Small up arrow is shape number = 57;
Small down arrow is shape number = 58;
Check out the shapes in:
http://www.amibroker.org/userkb/2008/03/15/afl-shapes-cheat-sheet/
Best regards,
Dennis
On Sep 25, 2009, at 2:23 PM, ta wrote:
I don’t know c++ and have not learned gfx yet. By the way I want to
draw very thin (bar wide) upside and downside arrows. I don’t
understand what you mean by “just write a piece of code to display
all possible number-codes”.
Thanks
TA
From: [email protected] [mailto:[email protected]]
On Behalf Of Herman
Sent: Friday, September 25, 2009 11:18 AM
To: ta
Subject: Re[2]: [amibroker] Shapes
If you know C++ using gfx should be a piece of cake and give you
total freedom :-)
btw, There are some undocumented shapes and characters, just write a
piece of code to display all possible number-codes. I seem to
remember there were small horizontal arrows in there too.
good luck,
herman
Friday, September 25, 2009, 2:12:20 PM, you wrote:
Herman, I am aware of canned shapes provided in afl. Since AFL is
pretty flexible I thought there might be a way to create custom
shapes. Sort of using c++ code.
From: [email protected] [mailto:[email protected]]
On Behalf Of Herman
Sent: Friday, September 25, 2009 11:08 AM
To: ta
Subject: Re: [amibroker] Shapes
use trade arrows or triangles, checkout PlotShapes()
herman
Friday, September 25, 2009, 2:03:07 PM, you wrote:
Is there a way of creating custom shape such as “->” but not sideways
( up and down)? TIA