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

Stream processing classes #65

Open
wants to merge 16 commits into
base: master
Choose a base branch
from
Open

Stream processing classes #65

wants to merge 16 commits into from

Conversation

hootnot
Copy link
Owner

@hootnot hootnot commented Feb 8, 2017

  • factory class to generate candle records from a V20 pricing stream

@coveralls
Copy link

Coverage Status

Coverage decreased (-1.08%) to 97.978% when pulling df2b4bb on contrib-stream into 97f6e35 on master.

@coveralls
Copy link

Coverage Status

Coverage decreased (-1.08%) to 97.982% when pulling f3ee589 on contrib-stream into 97f6e35 on master.

@coveralls
Copy link

coveralls commented Feb 25, 2017

Coverage Status

Coverage decreased (-1.08%) to 97.982% when pulling 572b016 on contrib-stream into 97f6e35 on master.

@carlitoselmago
Copy link

Is the candle stream working properly? I have tested but get different results from historical data, is the "last" part of the candle the equivalent to "close" in the historical version?

@hootnot
Copy link
Owner Author

hootnot commented Sep 17, 2018

@carlitoselmago Hi, as you probably noticed it did not get integrated in the oanda-api-v20. I decided not to integrate it. It is a long time ago that I did something with this code. The 'last' is indeed the equivalent of 'close'.

It is likely that you will see differences between the records generated from this code and the records you retrieve as candle history. Even OANDA does not guarantee the historical data between live and test as equal due to the way they handle tickdata.

If you want this kind of functionality, I think the most simple thing is to install the oanda-trading-environment. It contains a daemon-program that provides this functionality. It contains some examples how to deal with data ( SQL / pubsub).

@carlitoselmago
Copy link

carlitoselmago commented Sep 17, 2018 via email

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants