TradingView
lejmer
Jun 28, 2021 7:27 PM

Cointegration Matrix (FX) 

Euro Fx/U.S. DollarFXCM

描述

This indicator plots a cointegration matrix for pairings of all 28 major forex pairs. The matrix is populated with ADF t-stats (from an ADF-test with 1 lag). An ADF-test (Augmented Dickey-Fuller test) tests the null hypothesis that an AR process has a unit root. If rejected, the alternative hypothesis is usually that the AR process is either stationary or trend-stationary.

Technically what we're doing is running an ADF-test on the residuals (spread) of each pairing (i.e. a cointegration test). So we're testing if there is a unit root in the spread between the two assets of a pairing. A unit root being present in the spread essentially means the spread varies randomly over time, and any mean reversion in the spread is very hard to predict, or may never happen. If there is no evidence of a unit root, the spread (distance between the assets) should remain more or less constant over time, or rise/fall in close to the same rate over time (if it can be modelled as an AR process). The more negative the number, the stronger the rejection of the idea that the spread has a unit root. So in statistics we choose a critical value that corresponds to a confidence level of the test. In this case, -3.238 equals a confidence level of 90%, -3.589 equals a confidence level of 95% and -4.375 equals a confidence level of 99%. So the colors are based on the confidence level of the test statistic (the t-stat, i.e. the number of the pairing in the matrix). So if the number is greater than -3.238 it is green, if it's between -3.238 and -3.589 it's yellow, if it's between -3.589 and -4.375 it's orange, and if its lower than -4.375 it's red.

There are multiple ways to interpret the results. A strong rejection of the presence of a unit root (i.e. a value of -4.375 or below) is not a guarantee that there is no unit root, or that any of the two alternative hypotheses (that the spread is stationary or trend-stationary) are correct. It only means that in 99% of the cases, if the spread is an AR process, the test is right, and there is no unit root in the spread. Therefore, the results of this test is no guarantee that the result proves one of the alternative solutions. Green therefore means that a unit root cannot be ruled out (which can be interpreted as "the two forex pairs probably don't move together over time"), and red means that a unit root is likely not present (which can be interpreted as "the two forex pairs may move together over time").

One possible way to use this indicator is to make sure you don't trade two pairs that move together at the same time. So basically the idea is that if you already have a trade open in one of the currency pairs of the pairing, only enter a trade in the other currency pair of that pairing if the color is green, or you may be doubling your risk.

NOTE: The indicator can take a while to load since it is loading data from 28 pairs and calculating the ADF t-stat for 756 pairings.

版本注释

  • Added the option to change the size of the text, so that the matrix can fit in smaller monitors.
  • Added the option to change the text color, to accomodate people who aren't using the dark color theme in TradingView.
评论
justnifty
Hi Lejmer,
good day

Absolutely great indicator.
I was looking for a long time for coint. value in TV.
As per this image prnt.sc/1tbr8zm it is saying EURUSD and EURCAD are cointegrated pairs.
I am using BB(300,2) to look for the deviation of their ratio and enter the trade.
My question is how much is the lookback period of this indicator? I use at least 3 years of data in Amibroker to calculate coint.
Any help on this will be appreciated.
Thank you.

kind regards,
Justnifty
Levereg
@justnifty, Have you tried more pairs into a basket? eg. a 3rd to add a triangulation? i am wondering how to smooth out the volatility
Longspee
@Levereg, how are you determining directional bias and hedge ratio when using this matrix? Also, I see that Lejmer is using the ADF test for cointegration, but which linear regression model is he using?
OutsourcE
@lejmer hey man! How'd you read the table correctly here?so , the eur/gbp - eur/aud crosshair here is ~ 2.94.so, which one outperforms,which underperforms in here?tia.
ttzzhh
Hi the matrix is greyed out with no FX pairs visible on the X&Y axis. What account set-up do I need to see the matrix?
Levereg
@ttzzhh, You change the colours and settings and it will be appearing ok
mindpowerunleashed90
OOOOOOOOO.......!!!!!!!!!!! So it makes new calculations when change the time frame?!?!?!! Thats too nice
transmitcapital
Hi, how do I fit the indicator to my screen? I am unable to see the x and y axes fully.
maxkibler
what's the difference between the x and y axis? for example why does EUR/JPY on the x axis and CAD/JPY on the y axis show a different value than EUR/JPY on the y axis and CAD/JPY on the x axis?
SomethingAintRight
@lejmer Can you explain what B coefficient is confirmed on the testing to understand a minimal spread difference(cointegration) between pairs? or is it strictly looking at a 1:1 ratio?
更多