RightEdge Forums
Main     Home          Members     Calendar     Who's On

Welcome Guest
        



Autofix rules Expand / Collapse
Message
Posted 3/23/2011 12:47:07 Post #12994
 

Supreme BeingSupreme BeingSupreme BeingSupreme BeingSupreme BeingSupreme BeingSupreme BeingSupreme Being
What are the BarData autofix rules? Can they be modified?

Also, negative values are skipped, e.g. when Open = -1, no error is flagged.

Thanks, Duane
Posted 3/26/2011 11:34:27 Post #13003
 

Supreme BeingSupreme BeingSupreme BeingSupreme BeingSupreme BeingSupreme BeingSupreme BeingSupreme Being
Any thoughts on the above?

Thanks, Duane
Posted 3/29/2011 01:11:55 Post #13013
 

DeveloperDeveloperDeveloperDeveloperDeveloperDeveloperDeveloperDeveloper
It checks the bar start timestamps to make sure that they are rounded correctly based on the bar frequency (ie you shouldn't have a bar start of 9:32 for 5 minute bars), and to make sure that there aren't multiple bars with the same time.

For the prices, it checks to see that the High is greater than or equal to the Open, Low, or Close, and that the Low is less than or equal to the Open, High, or Close. It also makes sure each bar element is not zero, NaN, positive or negative infinity, or double.MaxValue or Double.MinValue.

It allows negative numbers for the prices because apparently there are some symbols where it's valid to have a negative price.

There's no way to modify the logic, but you can definitely write your own program to do this. If you just want to check for errors you could do it as a RightEdge system, if you want it to automatically fix errors you'd need to go through the data storage plugin interface.

Thanks,
Daniel
« 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, young, dplaisted

Permissions Expand / Collapse

All times are GMT -5:00, Time now is 5:10pm

2005-2007 © RightEdge Systems