This repository was archived by the owner on Jun 3, 2023. It is now read-only.
Generate historical market_data on the fly.#32
Open
zgohr wants to merge 1 commit intomaxbbraun:masterfrom
Open
Generate historical market_data on the fly.#32zgohr wants to merge 1 commit intomaxbbraun:masterfrom
zgohr wants to merge 1 commit intomaxbbraun:masterfrom
Conversation
Owner
|
I actually did that first, but removed it because the data from the API gets less accurate (less granular) over time. |
Author
|
Alright. Is there anything you'd like me to do with this PR? I built it to fetch historical prices when benchmarking strategies that included other twitter accounts (@potus, etc.) It might still have value in that capacity. |
Owner
|
I'm not planning to merge this pull request, but thank you for the suggestion! I suspect that the right way to make getting historical market data better would be to use an API that returns high-quality results, even for older data. Something like that would likely cost money. |
|
Does it integrate with any trading api's such that trades can be automatically triggered once a pair/stock is mentioned by potus ? |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
If historical market data isn't found during testing/benchmarking, generate it using the TradeKing API.
A better approach might be to just use the API for benchmarking. Is there a hard requirement that market data be stored locally?