Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Handle more cases in ResolveConsolidator #12

Closed
jaredbroad opened this issue Jan 15, 2015 · 3 comments
Closed

Handle more cases in ResolveConsolidator #12

jaredbroad opened this issue Jan 15, 2015 · 3 comments
Assignees
Labels

Comments

@jaredbroad
Copy link
Member

Make an indicator consolidator for when the data is custom, but extends a TradeBar (so still has OHLC).

Update the ResolveConsolidator in QCAlgorithm to accept/search for this Custom : TradeBar data

@jaredbroad jaredbroad changed the title [Feature] Make a Custom Data Consolidator for Data Which Extends from TradeBar Make a Custom Data Consolidator for Data Which Extends from TradeBar Mar 11, 2015
@mchandschuh mchandschuh changed the title Make a Custom Data Consolidator for Data Which Extends from TradeBar Handle more cases in ResolveConsolidator Mar 13, 2015
@mchandschuh
Copy link
Contributor

We need to support consolidation of BaseData (time-value pairs), dynamic trade bar data (such as Quandl) with and without volume, and also tick consolidation.

@mchandschuh mchandschuh self-assigned this Mar 13, 2015
@mchandschuh
Copy link
Contributor

721ecf3 updates ResolveConsolidator to use TickConsolidator and BaseDataConsolidator. DynamicDataConsolidator coming soon to a QC near you!

@mchandschuh
Copy link
Contributor

ef04c41 adds the DynamicDataConsolidator

These changes should allow the indicators to work with any custom data.

jhonabreul added a commit that referenced this issue Apr 19, 2024
* pep8 conversion

* PEP8 updates/fixes

* Update pythonnet version to 2.0.35

---------

Co-authored-by: Jhonathan Abreu <jdabreu25@gmail.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants