Yes, see the following example:
Plot(C,"Close",3,64); PlotShapes(shapeCircle,4,0,H, 12); PlotShapes(shapeCircle,5,0,L,-12); Best Regards Thomas www.patternexplorer.com _____ From: [email protected] [mailto:[EMAIL PROTECTED] On Behalf Of Pavel Sent: Monday, January 08, 2007 1:33 AM To: [email protected] Subject: [amibroker] Displaying Buy/Sell Symbols Hi all, When using the PlotShapes function, is it possible to plot the symbol just above/below the high/low of the signal bar (like the way MetaStock plots symbols with its Explorer)? As far as I can tell the only parameter available is the pixel 'offset', which isn't ideal due to different-sized bars. Thanks, Pavel.
