Hi, 

I am trying to run a pairs trading system that starts with:

ticker1="ABC";
ticker2="XYZ";


What im wondering is, what if I want to use the current ticker and say ABC. So 
ticker 1 is the current symbol and ticker two is "ABC".
How do I write that code? If I put the ticker2 as the current stock, it doesnt 
work. Because when the current stock is ABC, then the system doesnt know what 
the other ticker was..Anyone run into this problem?


Thanks,

Jim

Reply via email to