System
Name: |
BarsChecker
|
Description: |
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
|
System Type: |
Informational
|
Language: |
C#
|
Author: |
FlipFlop
|
Date Created: |
6/21/2009 11:11:50 AM
|
|