benno1 Posted May 12, 2020 #1 Posted May 12, 2020 Hey, i wanted to ask if someone can solve the problem with me. I Currently code a Script for Dicebot, but i am stuck in a calculation. Its about subtracting -0.2 from the payout of the previous Bet then i would use it for the next bet. Can Someone Help me?
Moderator AlphaStorm Posted May 12, 2020 Moderator #2 Posted May 12, 2020 nextbet = (lastBet.Profit - 0.2)*(-1) This is the case when losing nextbet = (lastBet.Profit - 0.2) In case of a win
benno1 Posted May 13, 2020 Author #3 Posted May 13, 2020 On 5/12/2020 at 8:11 PM, benno1 said: Hey, i wanted to ask if someone can solve the problem with me. I Currently code a Script for Dicebot, but i am stuck in a calculation. Its about subtracting -0.2 from the payout of the previous Bet then i would use it for the next bet. Can Someone Help me? Thanks but it is alculated in Chance?
bmifsud1700 Posted May 16, 2020 #4 Posted May 16, 2020 You just click random buttons and it’s the same EV as any script/bot
Featured Comment
Archived
This topic is now archived and is closed to further replies.