PureBytes Links
Trading Reference Links
|
Hello,
Yes it is possibel to create AFL indicators with non-registered version.
As for the error: you should write:
graph0 = roc (relstrength( "^DJI" ), 12);
(note the semicolon at the end of the statement)
Best regards,
Tomasz Janeczko
----- Original Message -----
From: <timgadd@xxxx>
To: <amibroker@xxxxxxxxxxxxxxx>
Sent: 24 August, 2001 14:40
Subject: [amibroker] Custom Indicators with Evaluation Version
Is it possible to code custom AFL indicators with the non-registered
version of the program? If so, where's the sintax error in this ...
roc (relstrength( "^DJI" ), 12)
Help appreciated.
Tim Gadd
Your use of Yahoo! Groups is subject to http://docs.yahoo.com/info/terms/
|