RightEdge Forums
Main     Home          Members     Calendar     Who's On

Welcome Guest
        



BarsChecker Expand / Collapse
Message
Posted 6/21/2009 12:06:18 Post #8858
 

Lead DeveloperLead DeveloperLead DeveloperLead DeveloperLead DeveloperLead DeveloperLead DeveloperLead Developer
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

Posted 6/21/2009 16:23:27 Post #8859
 

Supreme BeingSupreme BeingSupreme BeingSupreme BeingSupreme BeingSupreme BeingSupreme BeingSupreme Being
For options quotes things get even weirder. I have found it necessary so far to check the following things real time:

  • Bid = -1.
  • Bid > 0, ask < bid, including ask = 0.
  • ask=bid=0, which is 'normal' for an illiquid strike for awhile, but means these values are not actionable.
  • (I anticipate spikes will be next.)


-Pete
(See also rightedge-ats Yahoo group )

Posted 6/26/2009 06:36:32 Post #8894
 

Forum GuruForum GuruForum GuruForum GuruForum GuruForum GuruForum GuruForum Guru
Here is a new version, that runs faster:

- set the system freq to daily, then perform all checks on a 1-min freq
- disable stats
- use Bars.maxlookback = 20

  Post Attachments 
Bars Checker v0.11.rar (212 views, 3.19 KB)
« Prev Topic | Next Topic »


Reading This Topic Expand / Collapse
Active Users: 0 (0 guests, 0 members, 0 anonymous members)
No members currently viewing this topic.
Forum Moderators: billb, dplaisted

Permissions Expand / Collapse

All times are GMT -5:00, Time now is 3:49am

2005-2007 © RightEdge Systems