Commit Graph

4 Commits

Author SHA1 Message Date
Jared ffec40e82d Merge branch 'master' into minor-algo-fix 2017-09-20 08:29:56 -04:00
AlexCatarino 52d0baa3f9 Fixes BasicTemplateForexAlgorithm
The previous version has an uneccessary Linq operation to order the results from a Historical Data request.
Also changes the algorithm period to match locally available data.
2017-09-20 13:18:37 +01:00
Jared Broad 4ebc44de44 Added tags to some C# algorithms 2017-09-19 17:45:04 -04:00
AlexCatarino 2d96c9212b Implements IQFeedDataQueueHandler.
Adds the IQFeed to the Toolbox:
IQFeedDataQueueHandler implements  IDataQueueHandler and
IHistoryProvider

Changes config.json to include  IQFeed configuration.
At config.json "data-queue-handler" and "history-provider" should point to
newly created IQFeedDataQueueHandler to make the implementation work

Adds BasicTemplateForexAlgorithm.cs to test IQFeed implementation
2016-04-19 22:48:48 -03:00