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

Prediction based strategy #3

Open
fredmontet opened this issue Aug 11, 2021 · 0 comments
Open

Prediction based strategy #3

fredmontet opened this issue Aug 11, 2021 · 0 comments
Labels
strategy Related to a trading strategy

Comments

@fredmontet
Copy link
Owner

One simple strategy to implement would be to take a trading decision based on a prediction model output. This issue's goal is to implement such a thing with the possibility to import more than one model in the strategy.

For instance, let's define a set of models:

  • LSTM
  • Facebook Prophet
  • Linear Regression

It should be possible to load one, or many of them, in the prediction based strategy so that the trading decision is made given the weighted sum of the prediction of all models.

@fredmontet fredmontet added the strategy Related to a trading strategy label Aug 11, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
strategy Related to a trading strategy
Projects
None yet
Development

No branches or pull requests

1 participant