I used the Tick Replay downloader to store the last 10 days of time and sales history of the ES Z3 contract.
I have noticed that the date sequence of the ticks has a problem.
The file header shows the date range exported
; Symbol=ES Z3
; Date=10/14/03-10/24/03
However, the sumary below shows that the date range in the file is wrong. I can't show the whole file, so I have listed the sequence in which the date fields are listed.
031014 <---- Begin at Line 1
031015
031016
031017
031018 <-- Globex Trading on Saturday?
031019 <----- Sun Session Starts
031020
031013 <---- 13 th After 20th
031014
031015
031016
031017 <----- Friday
031019 <----- Sun Session Starts
031020
031021
031022
031023
031024 <---- Ends at Line 1015815
The file was downloaded with eSignal 7.4, Build 608. The example above shows a file downloaded to include trades only, but the same problem exists if both trades and quotes are downloaded.
Notice the the problems include the fact that dates are in the wrong order, that dates are repeated and that one of the dates is outside the correct range (031013) and that some of the dates includes data for a Saturday, when Globex does not trade.
I had hoped to use the file as a source of data for a bespoke backtesting application, but I can't do so until the data is accurate.
Pawnbroker
I have noticed that the date sequence of the ticks has a problem.
The file header shows the date range exported
; Symbol=ES Z3
; Date=10/14/03-10/24/03
However, the sumary below shows that the date range in the file is wrong. I can't show the whole file, so I have listed the sequence in which the date fields are listed.
031014 <---- Begin at Line 1
031015
031016
031017
031018 <-- Globex Trading on Saturday?
031019 <----- Sun Session Starts
031020
031013 <---- 13 th After 20th
031014
031015
031016
031017 <----- Friday
031019 <----- Sun Session Starts
031020
031021
031022
031023
031024 <---- Ends at Line 1015815
The file was downloaded with eSignal 7.4, Build 608. The example above shows a file downloaded to include trades only, but the same problem exists if both trades and quotes are downloaded.
Notice the the problems include the fact that dates are in the wrong order, that dates are repeated and that one of the dates is outside the correct range (031013) and that some of the dates includes data for a Saturday, when Globex does not trade.
I had hoped to use the file as a source of data for a bespoke backtesting application, but I can't do so until the data is accurate.
Pawnbroker
Comment