Commit Graph

10 Commits

Author SHA1 Message Date
Stefano Raggi f7e06510d4 Fix missing front month contract in energy futures backtesting
Energy futures (CL, HO, RB, NG) expire in the month before the contract month.

To handle these properly, the following changes have been implemented:
- the AlgoSeekFuturesReader has been updated to create the future symbol with the correct expiry date
- the zip entry names in futures data files now contain the full expiry date (in addition to the contract month)
- the sample data files have been updated to use the new zip entry names
- new unit tests have been added and existing ones updated
2019-04-29 09:40:59 +02:00
Douglas Stridsberg 64321dfba2 Updated cases to pass for new sample data file 2019-02-27 14:25:28 +00:00
Martin Molinero c24a12f6b9 Futures ticker will now support daily and weekly expirations 2018-09-11 17:46:28 -03:00
Stefano Raggi fadda32e08 Enable ignored/excluded Python unit tests 2018-08-09 11:51:53 +02:00
Juan José D'Ambrosio 4ace8cb255 Lean Visualizer C# toolbox project and Python Wrapper working 2018-04-27 11:49:52 -03:00
Jing Wu 62ae804c58 remove daily and hourly resolution in ReadFutureChainData test file 2018-04-13 15:50:21 -04:00
Stefano Raggi 71cb62e033 Remove unused IDataCacheProvider from ZipEntryNameSubscriptionDataSourceReader 2018-02-13 14:48:35 +01:00
smartquant 2a9c8f3843 Another small naming fix 2017-06-28 10:19:44 +02:00
smartquant a431c21a46 Changed local variable names to camelCase 2017-06-28 10:06:59 +02:00
smartquant addf2101fa Added / fixed conversion test from minute to hourly/daily for futures
- Adapted DataReader to load zipfile entries
- Uploaded corrected daily / hourly data for ES and GC
2017-06-27 10:25:34 +02:00