PureBytes Links
Trading Reference Links
|
Hello David and all,
Yes, you should type LLV() instead of 11V (one-one-v).
LLV is for Lowest Low Value. (See AFL Function reference for details.)
sell = cross( ref( LLV( low, 30 ), -1 ), close);
And for the future: please just mark the formula and COPY and PASTE text
from the e-mail. This way you will avoid mistyping the formula.
Best regards,
Tomasz Janeczko
----- Original Message -----
From: "David Holzgrefe" <dtholz@xxxx>
To: <amibroker@xxxxxxxxxxx>
Sent: Wednesday, November 29, 2000 00:28
Subject: Re: [amibroker] lots :)
> Thanks I thought i tried that but it would seem i didn't works fine now :)
> ----- Original Message -----
> From: "Ermanno" <cooprimavera@xxxx>
> To: <amibroker@xxxxxxxxxxx>
> Sent: Wednesday, November 29, 2000 9:49 AM
> Subject: R: [amibroker] lots :)
>
>
> > Hi david,
> >
> > your sintax error is 11 instead of ll (LL)
> >
> > Bye
> > Ermanno
> >
> > > sell = cross( ref( 11v( low, 30 ), -1 ), close);
> > > sell = cross( ref( LLv( low, 30 ), -1 ), close);
> >
> >
> >
> >
> >
> >
> >
>
>
>
>
>
|