For example I want to construct 2 time series, one for ES and the other for NQ and test for cointegration.
ES one point equal to 50$.
NQ one point equal to 20$.
If I have the following data:
ES[0]=1300;ES[1]=1307;ES[2]=1314...
NQ[0]=2700;NQ[1]=2692;NQ[2]=2715...
How do I normalize this data for cointegration test?
TX in advance!