1
I Use This!
Inactive

Commits : Listings

Analyzed about 21 hours ago. based on code collected about 24 hours ago.
Apr 30, 2023 — Apr 30, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Some changes to make continuous futures data generation work properly for all rollover types and intraday data. More... over 10 years ago
Added ToString() override for OHLCBar. More... over 10 years ago
Added TryGetNextBar() method to TimeSeries. More... over 10 years ago
Small change allowing for historical data requests of expired instruments. More... over 10 years ago
Data request window no longer shown as a dialog. More... over 10 years ago
Commenting & first steps toward correctly handling continuous futures data generation for intraday data. More... over 10 years ago
Quit on null input. More... over 10 years ago
Wrote tests for PriceAdjuster, they all pass. More... over 10 years ago
Added the ability to re-adjust prices in the data editor, useful if dividends or splits are changed. More... over 10 years ago
Daily or lower frequency data from IB will now have adjusted values set. More... over 10 years ago
Moved adjusted price generation to its own class. More... over 10 years ago
Data in the CFB is now indexed by both instrument ID AND frequency. More... over 10 years ago
Rewrote the readme. More... over 10 years ago
Cleaned up packages and references. More... over 10 years ago
Using poller for the sub socket. More... over 10 years ago
Fixed a small error that resulted in "wrong" closing prices from the real time sim. More... over 10 years ago
Now uses polling in the request replies thread, which fixes a crash. More... over 10 years ago
Minor commenting. More... over 10 years ago
IB data connector now splits up historical data orders so that they obey the historical data limitations. More... over 10 years ago
Simplified deletion of data at daily and higher frequencies, making time irrelevant. More... over 10 years ago
Fixed an issue when deleting data requested at UTC or Local timezone. More... over 10 years ago
Fixed time zone conversion error when picking Local timezone. More... over 10 years ago
Fixed an issue that could cause a crash when deleting all data in the table. More... over 10 years ago
Used the "right" method of handling duplicate keys during data insertion. More... over 10 years ago
Fixed a mistake in the db creation script, setting an incorrect primary key. More... over 10 years ago
Fixed incorrect log text. More... over 10 years ago
Fixed newly introduced query bug. More... over 10 years ago
Fixed a bug, not using the specified frequency in the request for locally stored data. More... over 10 years ago
More hacks in TimespanToDurationString(). More... over 10 years ago
Added MaxRequestLength() method and refactored RequestObeysLimits() to use it. More... over 10 years ago