Commit Graph

14 Commits

Author SHA1 Message Date
Stefano Raggi e7172a6841 Update QCAlgorithm.RuntimeStatistics to be a ConcurrentDictionary
This change enables SetRuntimeStatistics to be called from event handlers fired by other threads (for example in the OnOrderEvent with IB)
2017-07-20 20:39:51 +02:00
jaredbroad a2d822ea95 Set default plotting time to UTC 2017-02-15 13:03:33 -05:00
Michael Handschuh 591f6b2127 Use IBaseData in type constraints
Refactors existing consolidators, indicators, and helper methods to depend on
IBaseData instead of BaseData. These updates also defines an IBaseDataBar to
act as an abstraction point between TradeBar and QuoteBar.
2016-11-09 09:20:16 -05:00
QuantConnect 2d9f8cb9e3 Updated charting lib to use series indexes instead of chart types. Obsolete ChartType enum 2015-12-10 13:03:50 -05:00
snugs e1938baafe Clean up using directives 2015-09-01 22:17:35 -04:00
snugs 82b2b7c2d7 Optionally wait for indicator to be ready before plotting 2015-06-22 17:28:18 -04:00
snugs 1cc048e481 Make PlotIndicator more generic 2015-06-22 15:02:41 -04:00
QuantConnect fde0cbed3a Strip out block quote section header comments 2015-06-13 16:04:27 -04:00
snugs 89b6e98af8 Fixes warnings mostly relating to xml comments
Also cleans up some block comments

Via PR#72 - thanks @ammachado!
2015-05-13 10:56:47 -04:00
snugs ffd7d99aa3 Adds Field.cs static class for indicator selectors
Adds PlotIndicator which wires up event to plot on new values
2015-05-11 21:33:30 -04:00
snugs e346eaad76 Add purge method to Series 2015-05-04 21:33:29 -04:00
snugs d80b1733a9 Pre ib launch review 2015-04-24 19:12:16 -04:00
Jared Broad ad9e153bb7 Added meta to list of reserved chart names 2015-02-11 21:22:13 -03:00
Jared Broad b3de520915 Initial commit 2015-01-12 12:03:33 -03:00