PureBytes Links
Trading Reference Links
|
Hi all, I'm very new to using AFL and would like to find out how I
can compare a list of ETF's to an index?
I have the basic exploration to calculate various ROC time periods and
can display these okay, but I would also like to get a comparison as
to how they performed against an index.
The code I have so far is:
NumColumns = 3;
Column2 = ROC(Close,65);
Column2Name = "13 w% ROC";
Column1 = ROC (Close,130);
Column1Name = "26 w% ROC ";
Column0= ROC (Close,260);
Column0Name="52 w% ROC";
Filter = 1;
Any help would be appreciated.
Thanks,
Content-Description: "AVG certification"
No virus found in this incoming message.
Checked by AVG Free Edition.
Version: 7.5.432 / Virus Database: 268.17.12/655 - Release Date: 1/28/2007 1:12 PM
|