try eliminating the 
+ C[i]
from each line
Rick
--- softnews2003 <[EMAIL PROTECTED]> wrote:

> Dear J. Biran,
> 
> I already lookup that, the problem there the price
> also plot with the 
> letter. I couldn't solve that. 
> 
> 
> dist = 1.5*ATR(10); 
> for( i = 0; i < BarCount; i++ ) 
> { 
> if( Buy[i] ) PlotText( "M" + C[ i ], i, L[ i
> ]-dist[i], colorGreen ); 
> if( Sell[i] ) PlotText( "M" + C[ i ], i, H[ i
> ]+dist[i], colorRed ); 
> }
> 
> Please help.
> 
> Thanks
> 
> 

Reply via email to