Good morning guys,
Hope you are well. I see some investors use a beta coefficient [Beta = correlation(STD of market/STD of index)], where the correlation and standard deviation is based on returns (close – close[1])/close[1]. I am interested in testing beta in a trading strategy but I need a correlation function with an index.
Can someone help me build a beta indicator?
Kind regards
Hi Rohan!
I don’t think this is possible. You can add another market or index to your chart visually but there is no way to make calculations with the second set of data.
Thanks Derek. Hmmm, too bad. I hoped that the new 10.3’s correlation coefficient might allowed it.
Would really like to test that since some portfolio management also uses beta a lot.
Thanks anyway 🙂
My PRT go-to solution is to create an indicator containing all values from the second index/indicator.
If opendate=04042017 then
Index=100
Elsif opendate=…
If you have enough patience it can help.