Commit Graph

8 Commits

Author SHA1 Message Date
Rohan Talip 6307fb142a Minor fixes to comments in MultipleSymbolConsolidationAlgorithm. 2019-12-14 17:12:08 -08:00
AlexCatarino 29a002575c Fixes MultipleSymbolConsolidationAlgorithm
It was using TradeBarConsolidator for forex whereas it should use QuoteBarConsolidator
2018-01-24 18:17:23 +00:00
Gustavo b35b307181 Rename tag strategy examples to strategy example 2017-09-22 14:33:11 -04:00
Jared Broad fb7d1994ff Tidy and add tags 2017-09-20 17:14:44 -04:00
snugs d9dcd9b9aa Clean up Obsolete compiler warnings 2015-11-18 13:31:29 -05:00
snugs daa34da072 Remove some implicit Symbol->string cases 2015-11-17 19:17:41 -05:00
snugs df79ce30c2 Adds the Symbol type
This includes updating all usages of symbol as a security identifier to use the new type.
The type includes a unique field, SID, as well as the current ticker's value. This allows
for consistent addressability while also allowing the ticker to evolve over time with the
mapping changes.

Effort was made to maintain compile and runtime backwards compatibility.
2015-09-01 22:17:10 -04:00
QuantConnect 55a6215da6 Split QCAlgorithm and Algorith,CSharp into separate projects, added FSharp project for algorithms 2015-06-17 17:44:02 -04:00