I want to trade two stocks like this: long stock A and short stock B meanwhile;
I have back test for this like this: take one day for example, this day's return is "closeA/openA-closeB/openB";
I find this back test is well,but the back test is based on that stock A and stock B were traded by the same money; in the fact I can't make this exactly, especially when prices of them is much different, such as price of A and B are 5563 and 7526.
How shall I handle this problem, especially when I don't want to trade much money at the very beginning? or how shall I modify back test method on "closeA/openA-closeB/openB";?
I have back test for this like this: take one day for example, this day's return is "closeA/openA-closeB/openB";
I find this back test is well,but the back test is based on that stock A and stock B were traded by the same money; in the fact I can't make this exactly, especially when prices of them is much different, such as price of A and B are 5563 and 7526.
How shall I handle this problem, especially when I don't want to trade much money at the very beginning? or how shall I modify back test method on "closeA/openA-closeB/openB";?
Last edited: