Add this to your chart formula:
GfxSetOverlayMode(1);
GfxSelectFont("Tahoma", Status("pxheight")/2 );
GfxSetTextAlign( 6 );// center alignment
GfxSetTextColor( ColorRGB( 200, 200, 200 ) );
GfxSetBkMode(1); // transparent
GfxTextOut( Name(), Status("pxwidth")/2, Status("pxheight")/12 );
----- Original Message -----
From: birzsa
To: [email protected]
Sent: Saturday, September 05, 2009 10:00 AM
Subject: [amibroker] watermark
Hi,
Could you help me how I can put the watermark/ID of a ticker in the chart?
Thanks
Zsazsa