Just asking to see if anyone has done this, tried this, heard of this, etc...
I want 3+ years worth of tick data for the ES or MES in a .csv file.
I have found tick data for sale online, but the data only goes back 180 days.
I'm thinking of taking NT8 replay data (of which I have 10+ years), and writing a script that plays through each bar, tick by tick, and outputs OHLCV into a .csv. Boom: there's my 3 years of tick data.
The only challenge I see is taking the data from one contract and meshing it with the data of the next contract. Not a show-stopper, but could definitely become tedious.
Has anyone already done this?
If, so, are they willing to share/trade this code?
Reading the above, does anyone see any show-stoppers I should be aware of before I start coding this? Any hints or bits of advice?
Thanks for reading this far!
Nathan.


Comment