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

Betting works incorrect #683

Closed
zeroxSasha opened this issue Jan 2, 2023 · 1 comment
Closed

Betting works incorrect #683

zeroxSasha opened this issue Jan 2, 2023 · 1 comment
Labels
bug Something isn't working

Comments

@zeroxSasha
Copy link

Describe the bug
Betting works incorrect

To Reproduce
Steps to reproduce the behavior:

  1. Start the script
  2. Script place the bet on more percentage gap then I chose

Desktop (please complete the following information):

  • OS: linux pop-os(based on ubuntu)
  • Python 3.10.6
@zeroxSasha zeroxSasha added the bug Something isn't working label Jan 2, 2023
@zeroxSasha
Copy link
Author

zeroxSasha commented Jan 2, 2023

Here is my settings

bet=BetSettings(
strategy=Strategy.SMART, # Choose you strategy!
percentage=15, # Place the x% of your channel points
percentage_gap=15, # Gap difference between outcomesA and outcomesB (for SMART strategy)
max_points=2000, # If the x percentage of your channel points is gt bet_max_points set this value
stealth_mode=True, # If the calculated amount of channel points is GT the highest bet, place the highest value minus 1-2 points Issue #33
delay_mode=DelayMode.FROM_END, # When placing a bet, we will wait until delay seconds before the end of the timer
delay=10,
minimum_points=100, # Place the bet only if we have at least 20k points. Issue #113
filter_condition=FilterCondition(
by=OutcomeKeys.TOTAL_USERS, # Where apply the filter. Allowed [PERCENTAGE_USERS, ODDS_PERCENTAGE, ODDS, TOP_POINTS, TOTAL_USERS, TOTAL_POINTS]
where=Condition.LTE, # 'by' must be [GT, LT, GTE, LTE] than value
value=800
)
)

And the script output: 🍀 Place 438 channel points on: No (PINK), Points: 579k, Users: 71 (44.1%), Odds: 5.08 (19.69%)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant