Re: [amibroker] Re: What is the wrong with this formula ?????????

2008-01-30 Thread ChrisB
Follow the help files. SYNTAX PlotText( ''text'', x, y, color, bkcolor = colorDefault ) so you can try PlotText(testing123, x0, y0, colorRed); Regards ChrisB Mohammed wrote: I try it many times, but I couldn't do it. Please help Regards, --- In [EMAIL PROTECTED] ps.com

[amibroker] Re: What is the wrong with this formula ?????????

2008-01-29 Thread Mohammed
Thank you for your reply. I just want to plot (H) Or (L) text where the line start and ( HH ) or ( LL ) where it end. But this it not showing the text. Thanks an advance --- In amibroker@yahoogroups.com, Ara Kaloustian [EMAIL PROTECTED] wrote: it would be useful if you described what the

Re: [amibroker] Re: What is the wrong with this formula ?????????

2008-01-29 Thread Ara Kaloustian
Youre plot text function takes 4 arguments ... look in help for correct format - Original Message - From: Mohammed [EMAIL PROTECTED] To: amibroker@yahoogroups.com Sent: Tuesday, January 29, 2008 7:40 PM Subject: [amibroker] Re: What is the wrong with this formula ? Thank you

Re: [amibroker] Re: What is the wrong with this formula ?????????

2008-01-29 Thread Ara Kaloustian
You should be using the graphics functions such as GfxTextOut() or PlotText() functions - Original Message - From: Mohammed [EMAIL PROTECTED] To: amibroker@yahoogroups.com Sent: Tuesday, January 29, 2008 7:40 PM Subject: [amibroker] Re: What is the wrong with this formula ?

[amibroker] Re: What is the wrong with this formula ?????????

2008-01-29 Thread Mohammed
I try it many times, but I couldn't do it. Please help Regards, --- In amibroker@yahoogroups.com, Ara Kaloustian [EMAIL PROTECTED] wrote: Youre plot text function takes 4 arguments ... look in help for correct format - Original Message - From: Mohammed [EMAIL PROTECTED]