It can be any single condition...
I have been able to plottext the date , but when I move the selector and click
on another area
of the chart the Date changes at the specific condition...I would like to date
to stick...this is what I
am using.
condcolor=my specific condition here ;
dist = 10*ATR(10);
for( i = 0; i < BarCount; i++ )
{
if(Condcolor[i])
PlotText(Date() +"\n"+ C[i],i, H[i]+dist[i], colorRed );
}
----- Original Message -----
From: Inquisitive Voyager
To: [email protected]
Sent: Thursday, July 29, 2010 1:14 AM
Subject: Re: [amibroker] plottext
what is that condition?
On Thu, Jul 29, 2010 at 7:46 AM, Anthony Faragasso <[email protected]> wrote:
I would like to stick a date on the chart tied to a specific condition and
not
have the date change when moving through the chart...any help appreciated.
Thank you
Anthony