You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: