Hi Clark
See this error in data source, on NZDUSD
2007.03.30 21:00:00.097,0.7138,0.7145,6.40,6.40
2007.03.30 21:00:00.638,0.7138,0.7145,2.40,2.40
2007.03.30 21:00:00.915,1.6231,1.6238,1.20,8.00
As you can see, the last row for that specific 1 minute bar shows a value of twice the value of the market.
I think that is wrong data, isnāt it?
at the open on next day the price is 0.7154, so I think this is corrupted data.
I have tested downloading that specific file again and it is still corrupt.
Do you have seen a problem like this?
Thanks.
EDIT:
Look at this other error
High corrupted?: 157.2
Error in row - extreme price:
this row
Array
(
[0] => 2007.04.01 21:38
[1] => 0.715
[2] => 157.2 --------------------------------- how is the "high" 157.2 while the prices are 0.715x?
[3] => 0.715
[4] => 0.7152
[5] => 10
)
prev row
Array
(
[0] => 2007.04.01 21:37
[1] => 0.715
[2] => 0.715
[3] => 0.715
[4] => 0.715
[5] => 2
)
next row
Array
(
[0] => 2007.04.01 21:39
[1] => 0.7153
[2] => 0.7154
[3] => 0.7153
[4] => 0.7154
[5] => 6
)
Also there are problems with dates, check this
this row, date 2007.12.12 18:02
Array
(
[0] => 2007.12.12 18:02
[1] => 0.78765
[2] => 0.78765
[3] => 0.78765
[4] => 0.78765
[5] => 2
)
prev row, date 2007.12.25 04:43
Array
(
[0] => 2007.12.25 04:43
[1] => 0.78795
[2] => 0.78795
[3] => 0.7878
[4] => 0.7878
[5] => 13
)
next row, date 2007.12.12 18:03
Array
(
[0] => 2007.12.12 18:03
[1] => 0.78765
[2] => 0.78785
[3] => 0.78765
[4] => 0.78785
[5] => 12
)
As you can see the previous row had a date greater than the current row, and that is wrong, the next date must be greater than previous date. In this case the previous row had wrong date.