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

Predictions: 'Stealth Mode' betting #33

Closed
testdev123456 opened this issue Jan 31, 2021 · 7 comments · Fixed by #51
Closed

Predictions: 'Stealth Mode' betting #33

testdev123456 opened this issue Jan 31, 2021 · 7 comments · Fixed by #51
Labels
enhancement New feature or request

Comments

@testdev123456
Copy link

testdev123456 commented Jan 31, 2021

Would be nice to have:

An option to bet 1 point less than the current highest bet. I'll explain:

The prediction box, shows the username of the highest bet from OptionA and OptionB. So, in a small channel, where sometimes everyone knows each other.. If we show up as the highest bet all the time... and don't even talk.. we would raise suspicion. Plus, since we don't show up in the user-list.. they would freak out even more..!

So my suggestion is.. that at the moment we're about to place our bet to Option2 for example.... check the amount of the highest bet from Option2 and place the bet just 1 point less of it.. and continue to be 'hidden' from chat.

Of course, that value will continue to obey and be within: bet_settings=BetSettings(percentage=5,max_points=50000)
if it's an option in run.py .. .we could call it stealth_mode=True

;o)

Originally posted by @testdev123456 in #29 (comment)

@testdev123456 testdev123456 added the enhancement New feature or request label Jan 31, 2021
Tkd-Alex added a commit that referenced this issue Feb 1, 2021
…p_points, bet top_poins -= random.uniform(1, 5) - stealth_mode #33
@Tkd-Alex
Copy link
Owner

Tkd-Alex commented Feb 3, 2021

If you want you can try this feature on this branch 😄
This will help us to release very soon on master
https://github.com/Tkd-Alex/Twitch-Channel-Points-Miner-v2/tree/betting-improvement

@testdev123456
Copy link
Author

If you want you can try this feature on this branch
This will help us to release very soon on master
https://github.com/Tkd-Alex/Twitch-Channel-Points-Miner-v2/tree/betting-improvement

I'm on it.. will report back!

@testdev123456
Copy link
Author

I can't see stealth_mode in run.py for this branch

should I add it manually?

@testdev123456
Copy link
Author

testdev123456 commented Feb 3, 2021

closed it by mistake..

I can't see stealth_mode in run.py for this branch (https://github.com/Tkd-Alex/Twitch-Channel-Points-Miner-v2/tree/betting-improvement)

should I add it manually?

@Tkd-Alex
Copy link
Owner

Tkd-Alex commented Feb 3, 2021

Yup, I forgot to add in the example file.
But you should be able to see the README.md with all settings explained

@testdev123456
Copy link
Author

got it. running it now.. i'll report back

@testdev123456
Copy link
Author

testdev123456 commented Feb 4, 2021

so far I haven't experienced a prediction.. but for some reason the branch is running soooo delayed.. no errors, but I have 10 live streamers and there are 'gaps' of no script activity at all for like 15-20 minutes.. so strange. the main branch doesn't behave like this. I've restarted the script twice and same issue..
I'll keep checking if this continues..

lyw1217 pushed a commit to lyw1217/Twitch-Channel-Points-Miner-v2 that referenced this issue Nov 5, 2023
…p_points, bet top_poins -= random.uniform(1, 5) - stealth_mode Tkd-Alex#33
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

Successfully merging a pull request may close this issue.

2 participants