[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [amibroker] Re: Using Letter instead of shapes over the chart.



PureBytes Links

Trading Reference Links

The price is also plotting because the code you are using is asking for 
it.  Your PlotText statement should look like this:
PlotText( "M", i, L[ i ]-dist[i], colorGreen );  without the + C[ i ].

softnews2003 wrote:
>
> Thank you for your replys,
>
> 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
>
>  

Content-Description: "AVG certification"
No virus found in this incoming message.
Checked by AVG Free Edition.
Version: 7.5.432 / Virus Database: 268.16.7/618 - Release Date: 1/6/2007 7:47 PM