Hi,
I am using a program that has historic fundamental data to create portfolios of 
stocks and import them into Amibroker.I would then like to create an ATC and 
track the portfolio..

I am using the formula which appears to work;
------------------------------------------
Buy=Sell=Short=Cover=0;
sym1 = "~myindex" ;
AddToComposite( L, sym1,"L",1+2+4+8+16+128);

AddToComposite( O, sym1,"O",1+2+4+8+16+128);

AddToComposite( H, sym1,"H",1+2+4+8+16+128);

AddToComposite( C, sym1,"C",1+2+4+8+16+128);

AddToComposite( V, sym1,"V",1+2+4+8+16+128);
-----------------------------------------------

I only imported one list so far,and when I ran(scan) the ATC,it automatically 
defaulted to group 253.If I now import another list and run/scan the ATC,will 
that also default to group 253??If so,is  it ok to have multiple ATC's in one 
group??Are there other alternatives?

Also,if I delete an ATC,will I lose the stock symbols in it?

Thanks,

Allan



Reply via email to