Commit Graph

58 Commits

Author SHA1 Message Date
snugs 9e660ffcbe Remove usages of Symbol implicits from non-algorithm projects 2015-11-18 18:15:31 -05:00
Stefano Raggi 7687411f0b Fixed History bug with Security.Resolution=Tick 2015-11-17 12:18:41 -05:00
snugs 224366f734 Fixes tz bug in SetWarmup(barCount)
We were passing UTC to a function expecting algo tz -- long term should stop using DateTime :/
2015-11-03 14:36:57 -05:00
snugs d7520d2a6a Remove explicitly implemented IAlgorithm members
It seems the IronPython engine had a hard time resolving explicit interface
implementations, so we'll just remove the explcitness. It was originally provided
to coax algorithm writers to not directly use the provider due to its API.
2015-09-28 15:07:16 -04:00
snugs f3f27d8403 Prevent future history requests 2015-09-23 21:21:08 -04:00
snugs 6bf9cc0f2a Fix duplicate tz application in History API impls 2015-09-23 20:26:22 -04:00
snugs 57f223d2b0 Adds missing History API method 2015-09-23 20:12:01 -04:00
snugs fbc6c4e4f2 Moved History and warmup API methods into QCAlgorithm.History.cs 2015-09-23 19:11:49 -04:00