----- Original Message -----
Sent: Wednesday, January 30, 2008 8:01
PM
Subject: [amibroker] Too many arguments
error??
Hi,
Any One can correct this mistake
Please.
y0=LastValue(Trough(L,5,2));
y1=LastValue(Trough(L,5,1));
x0=BarCount - 1 - LastValue(TroughBars(L,5,2));
x1=BarCount - 1 - LastValue(TroughBars(L,5,1));
Line = LineArray( x0, y0, x1, y1, 1 );
Plot(C, "C", colorBlack,
styleCandle);
Plot( Line, "Trend
line", colorBlue );
K=0.98;
iL = "L";
iLL = "LL";
iHL =
"HL";
Cond1 = y0 < y1;
HL = IIf(Cond1,"", iHL , iLL);
PlotText(
iL,x0,K*y0,colorBlack,colorWhite );
PlotText(
HL,x1,K*y1,colorBlack,colorWhite );
No virus found in this incoming message.
Checked by AVG Free
Edition.
Version: 7.5.516 / Virus Database: 269.19.17/1252 - Release Date:
1/30/2008 8:51 PM