This post examines the relationships between pair trading performance obtained from a window of data (t:t+80) versus the correlations (COR) and signal to noise ratios (SNR) of paired stocks (Vidyamurthy 2004) obtained from another window of data (t-281:t-1) in 12 sectors. This post and the corresponding code is an extension of David Edwards post.
- COR and SNR are obtained via a rolling window fashion, and their median (cor_m,snr_m) and standard deviation (cor_sd,snr_sd) are plotted against the sharpe ratio
- The stocks analyzed are those listed in NYSE.
- The factors used are:
YAHOO/INDEX_HUI, YAHOO/INDEX_VIX, YAHOO/INDEX_OSX, YAHOO/INDEX_XAU,
YAHOO/TSX_RTRE_TO,YAHOO/INDEX_WILREIT,YAHOO/INDEX_SML,
YAHOO/INDEX_N225,YAHOO/INDEX_W5KLCV,YAHOO/INDEX_HCX.
With the factors used, judging by the correlation coeffcient from cor_m and sharpe(strategy-equal weighted), there may be some edge trading pairs in the consumer durables sector (r=0.1).