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

Better betting strategy? #369

Open
castrosu opened this issue Dec 23, 2021 · 1 comment
Open

Better betting strategy? #369

castrosu opened this issue Dec 23, 2021 · 1 comment
Labels
enhancement New feature or request

Comments

@castrosu
Copy link

castrosu commented Dec 23, 2021

Is your feature request related to a problem? Please describe.
I don't think I am doing something wrong but the strategy seems bad overall, I used all of them for like 2 months each.
Now I have been using the "SMART_MONEY" #348 strategy and yesterday alone using 5% per bet I have lost over 1.3 Million points in a channel. My question is are there any better strategies or any settings that I can change to make it better?

bet=BetSettings(
strategy=Strategy.SMART_MONEY,
percentage=5,
percentage_gap=20,
max_points=250000,
stealth_mode=False,
delay_mode=DelayMode.FROM_END,
delay=6,
filter_condition=FilterCondition(
by=OutcomeKeys.TOTAL_USERS,
where=Condition.LTE,
value=50000

If you have better settings or a strategy please let me know.
It would be nice to have some "follow strategy", you insert a name of a user or the user with the most channel points in a certain channel and it would make the same bet as the highest points user.

Merry christmas to everyone reading this

@castrosu castrosu added the enhancement New feature or request label Dec 23, 2021
@SalvadorSTM
Copy link

SalvadorSTM commented Jan 19, 2022

I keep stealth mode on not to hide my bet but rather to not overbet.
It will keep my bet as the second-highest when the pot is small.
It might help you lose less.

Also, I do not see any advantage to using the SMART_MONEY strategy.
SMART is best for me as you can calculate the best percentage gap over time and find the optimal winning percentage.
I have a 58% win rate following this method with most wins being by ODDS (more money made).

If you can do the math, I recommend SMART by a mile.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants