[Attachment(s) from meanomalist@yahoo.com [amibroker] included below]
Hi,
Please look at screenshot. The text is not places correctely, also overlapping at times and replicating. I am just not able to fix it.
Here is code I am using:
//--------------------------------------------------
dist = 1*ATR(10);
for( i = 0; i < BarCount; i++ )
{
if( cat_id[i] > 0 ) PlotText( "Ann: " + DateNum() + cat_to_news(cat_id[ i ]), i, L[ i ]-dist[i], colorYellow );
}
Plot(C,"Price", colorAqua, styleLine );
//--------------------------------------------------
Any way i can fix it please?
__._,_.___
Attachment(s) from meanomalist@yahoo.com [amibroker] | View attachments on the web
1 of 1 Photo(s)
Posted by: meanomalist@yahoo.com
Reply via web post | • | Reply to sender | • | Reply to group | • | Start a New Topic | • | Messages in this topic (1) |
**** IMPORTANT PLEASE READ ****
This group is for the discussion between users only.
This is *NOT* technical support channel.
TO GET TECHNICAL SUPPORT send an e-mail directly to
SUPPORT {at} amibroker.com
TO SUBMIT SUGGESTIONS please use FEEDBACK CENTER at
http://www.amibroker.com/feedback/
(submissions sent via other channels won't be considered)
For NEW RELEASE ANNOUNCEMENTS and other news always check DEVLOG:
http://www.amibroker.com/devlog/
This group is for the discussion between users only.
This is *NOT* technical support channel.
TO GET TECHNICAL SUPPORT send an e-mail directly to
SUPPORT {at} amibroker.com
TO SUBMIT SUGGESTIONS please use FEEDBACK CENTER at
http://www.amibroker.com/feedback/
(submissions sent via other channels won't be considered)
For NEW RELEASE ANNOUNCEMENTS and other news always check DEVLOG:
http://www.amibroker.com/devlog/
.
__,_._,___
EmoticonEmoticon