Commit Graph

18 Commits

Author SHA1 Message Date
Anand Vishnu ec6abfacc8 Add future contracts for NK, IN, TW and HSI 2020-06-29 17:35:40 +01:00
JJD d2e42409d3 Update Futures converter for new exchanges 2020-04-28 16:29:14 -03:00
Michael Handschuh d709d1c4e0 Update Common to respect CA1304 and CA1305
Updates all occurrences of parsing/ToString-ing to go through the new
StringExtensions methods that use CultureInfo.InvariantCulture

See #3045
2019-09-12 14:13:24 -04:00
Andrew 706235c5d6 Added more Crypto markets
Made Kaiko data converter more robust to imporperly formatted data
2017-12-13 11:54:15 -05:00
Matthew Sedam c0668db18f Implemented basic Kraken downloader 2017-10-25 22:17:43 -05:00
jameschch@outlook.com 15c6edb34f Adds gdax brokerage 2017-07-02 20:03:02 +01:00
Anshul 088f2fa8b6 Add NSE data converter 2017-04-24 23:04:58 +05:30
quant1729 cee38707db Added support for futures expiration dates in IQFeed/IB, that makes possible the delivery of options/futures calendars and continuous contracts
Added futures market hours with help of Deval. This needs more tests in the future.
Added several futures exchanges. Some groundwork for future use of exchanges in the future symbols.
Removed IQFeed futures symbols map. Map is now generated and saved automatically, effectively removing the issue of IQFeed arbitrary renaming futures symbols
Changed IQFeed universe file downloading intervals from daily to weekly.
2016-10-07 19:10:53 +02:00
quant1729 d85b2cf83d Added support for multiple exchanges in Market.cs and IB files
Fixed bug with margining
Added options and futures algos that I currently use for tests
2016-10-05 12:02:33 +02:00
Michael Handschuh 908dfd3d12 Minor clean-up of QuandlBitfinexDownloader
Adds comments and removes some white space
Changes 'bitfinex-divisor' to 'bitfinex-scale-factor'
Removes rounding of volume (cast to long will do this after scaling applied
2016-03-15 16:37:02 -04:00
jameschch@outlook.com 8d802c8655 Change to Market.Bitfinex 2016-03-11 07:13:38 +00:00
jameschch@outlook.com eb236b2ed2 Quandl Bitfinex downloader 2016-03-03 21:49:41 +00:00
snugs d8d6addd23 Fixes variable spelling/comment 2015-12-10 14:12:17 -05:00
snugs 1d82bfa595 Fix comments in Market.AddMarket 2015-11-25 15:46:16 -05:00
snugs a852d7690d Fix error message in Market.AddMarket 2015-11-25 15:30:02 -05:00
snugs b71ca0a25a Move market maps to the Market class 2015-11-24 15:09:48 -05:00
snugs 7b6c82841f Initial implementation of SecurityIdentifier 2015-11-12 13:55:42 -05:00
QuantConnect 26e8cf4a21 Rework liquidity provider & country code to generic Market class, commented out python buggy code 2015-06-18 20:18:51 -04:00