Simple tool that checks for missing bars and (too) big jumps between two consecutive bars.It will display for each symbol an error message whenever:- a bar is missing,- there's a big jump between two bars (close(i) / close(i-1) - 1 > MaxPercentage )- the close price of a bar is zero.How to use:- load the project- set the system params MaxPercentage and BarFrequency- set Data start date, end date and Frequency in the project properties pane- choose symbols in the "Symbol lists" pane- run project
The system can be downloaded by clicking here