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

Implement dynamic betting intervals for long-running markets #524

Open
coderabbitai bot opened this issue Oct 18, 2024 · 0 comments
Open

Implement dynamic betting intervals for long-running markets #524

coderabbitai bot opened this issue Oct 18, 2024 · 0 comments
Assignees

Comments

@coderabbitai
Copy link
Contributor

coderabbitai bot commented Oct 18, 2024

As per this comment, @evangriffiths suggested that for long-running markets, we might want to define betting intervals dynamically based on the duration of the market. Instead of using a fixed time interval, consider having max_bets_per_market: int = 10, and check if a timedelta of market_duration / 10 has elapsed since the last bet.

This approach would space out bets uniformly over the market's duration.

PR: #523
Comment: #523 (comment)
Requested by: @kongzii

@kongzii kongzii removed their assignment Oct 24, 2024
@evangriffiths evangriffiths self-assigned this Oct 24, 2024
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

2 participants