PureBytes Links
Trading Reference Links
|
Thanks,
Oops - I was working with my backup copy :)
-----Original Message-----
From: Tomasz Janeczko [mailto:tjaneczk@x...]
Sent: 10 October 2000 09:28
To: amibroker@xxxxxxxxxxx
Subject: Re: [amibroker] Beta 3.4 and adx
Hello,
You can try the following test formula:
buy = cross( pdi( 14 ), mdi( 14 ) ) and adx( 14 ) > 10;
sell = cross( mdi( 14 ), pdi( 14 ) ) and adx( 14 ) > 10;
It simply works. If it does not work for you then this means
that you don't have version 3.4 (check the Help/About)
Best regards,
Tomasz Janeczko
----- Original Message -----
From: "Charlie Murray" <CharlieM@xxxx>
To: <amibroker@xxxxxxxxxxx>
Sent: Tuesday, October 10, 2000 08:25
Subject: [amibroker] Beta 3.4 and adx
> Hi,
> I've tried to define trading rules using pdi, adx and ndi and have not had
> any success. The formulae are just not accepted.
>
> Is there anyone out there who can give me some pointers.
>
> Thanks
>
>
>
>
|