Tkd-Alex / Twitch-Channel-Points-Miner-v2

A simple script that will watch a stream for you and earn the channel points.
GNU General Public License v3.0
1.2k stars 635 forks source link

Better betting strategy? #369

Open castrosu opened 2 years ago

castrosu commented 2 years ago

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

SalvadorSTM commented 2 years ago

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.