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

Decide when to next trade on a market based on info from the last time you ran a full prediction for it #491

Open
evangriffiths opened this issue Oct 10, 2024 · 0 comments

Comments

@evangriffiths
Copy link
Contributor

Currently we skip markets if we have traded on them in the previous N hours (set to 24 atm). But we could be a lot more aggressive on skipping if we know that.

In #487 we skip if there has been no news about the market topic since our last trade. But this query isn't free. An alternative (or complementary) option would be to set a "don't bet again until ..." datetime when we make a prediction, which re-uses the same research report.

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

No branches or pull requests

1 participant