Good morning everyone
I'm Implementing a pairs trading strategy for my thesis.
I would like to know if anyone can tell me what kind of transaction costs I need to consider.
I would like to know if anyone has tried to create a stop-loss algorithm and on what criteria it has developed.
I also could not understand how the final return is Calculated in this part of the code. r4 is the total return vector
'series' Represents the prices of companies.
Specifically I'd like to learn the reason of the division of the sum (r4) to the mean ..
(', num2str (sum (r4) / mean (Series2 (1,: ) * 100,3),'%) '])
thank you so much for your time and cooperation,
regards
I'm Implementing a pairs trading strategy for my thesis.
I would like to know if anyone can tell me what kind of transaction costs I need to consider.
I would like to know if anyone has tried to create a stop-loss algorithm and on what criteria it has developed.
I also could not understand how the final return is Calculated in this part of the code. r4 is the total return vector
'series' Represents the prices of companies.
Specifically I'd like to learn the reason of the division of the sum (r4) to the mean ..
(', num2str (sum (r4) / mean (Series2 (1,: ) * 100,3),'%) '])
thank you so much for your time and cooperation,
regards