Hey so I put together a pairs trading system to basically enter long and short on two symbols simultaneously.
So i.e., Long ES, Short NQ.
As of now I am using it to manually enter both markets at the same time. The problem I've been having is in comparing the two markets inside a standard deviation to know when they should regress.
For example,
if the spread between the two instruments reached 2-3 sigmas, sell one buy the other.
When overlaying both instrument on charts it appears that the line charts will fluctuate and not give an accurate reading.
I have found this to be true on TOS and Ninja.
Has anyone had any experience with feeding real time data into R Studio in order to accuratly plot the difference between the two markets? I'd like to automated the regression to the mean but cannot get accurate info.
In addition I had reached out to TOS about their Pairs Trader and was told it is not accurate, and is known by support staff - they are currently working on it.
So i.e., Long ES, Short NQ.
As of now I am using it to manually enter both markets at the same time. The problem I've been having is in comparing the two markets inside a standard deviation to know when they should regress.
For example,
if the spread between the two instruments reached 2-3 sigmas, sell one buy the other.
When overlaying both instrument on charts it appears that the line charts will fluctuate and not give an accurate reading.
I have found this to be true on TOS and Ninja.
Has anyone had any experience with feeding real time data into R Studio in order to accuratly plot the difference between the two markets? I'd like to automated the regression to the mean but cannot get accurate info.
In addition I had reached out to TOS about their Pairs Trader and was told it is not accurate, and is known by support staff - they are currently working on it.