Pages:
Author

Topic: Sick of Martingale? Give this a shot... It works. Chart and Instructions. - page 3. (Read 7555 times)

legendary
Activity: 1022
Merit: 1010
I have made a lua script for the seuntjie dicebot if anyone is interested:

Code:
chance=45.09
base=                      --insert base bet here
nextbet = base   
stage = 0
stoponwin = false

function dobet()
    if win then
        if (stage == 2) then
            nextbet = base
            stage = 0
        else
            stage = stage+1
            nextbet = nextbet*2
        end
    else
        if (stage == 0) then
            nextbet = nextbet+base
        else
            nextbet = base
            stage = 0
        end
    end
end

But this one won't stop at a given number of losses and reset to base!!!

While you stated it won't stop on a loss streak, does it stop after 3 consecutive wins, and then returning to base bet?  The system based on my trials, only works if you do as the OP outlined, roll until 3 wins and then go back to base.

I'd also agree from the simple standpoint of mathematics, that the negative EV cannot be overcome. But I would also say that there are betting patterns and systems that certainly, in the short run, give you a better, perhaps much better chance at realizing a profit and exit point rather than a total loss.

Martingale for example is a perfect example. In theory, playing a game where the player has an unlimited bankroll, and no house max exists; it would work "infinitely", as one could simply continue to double down on the next loss to no end.

But unlimited bankrolls do not exist. And houses have limits in place to stop to total loss based on just these types of methods.

This is new, which is good. And at least the times I tried, it actually worked well.

Cheers!

Strato
sr. member
Activity: 412
Merit: 251
This is pretty much a modified martingale, but worse. You see, martingale works buy multiplying your base bet by your multiplier after each loss so if you win after a loss, you make back all the consecutive losses before it. But that also means that it will eventually hit a losing streak that you cannot afford.

This script however, does not multiply your base bet, but adds to it. That means if you're playing on a 2x multiplier, you'll lose bitcoin if you lose more than 2 consecutive bets. Not good.
hero member
Activity: 1008
Merit: 540
Did you try this on long run? How many hours do you think it can last and how many profit did you made using this bot? I hope that this bot is very effective and can really make income and I'm interested about this bot.
the house will still caught it and will diverse the roll, i think if you can control yourself it would help you to win some btc but you need to go out as quick as you can knowing all the house already knows the pattern of our bet and keeping it that way will easily beat us.
This is also what I think, and the bad thing is that the house have always a counter system which counters all the strategies and different methods to win in dice which will end in loosing all of your bitcoins. I am hoping for the op to make a video of his strategy and provide a clean .exe bot.
newbie
Activity: 57
Merit: 0
Anyone tryed this on PocketDice? I'm curious about this method, seems ok by me.
full member
Activity: 126
Merit: 100
Not working already did it for thousand times..theres no trick in gambling its pure on luck and faith.
Can you make another one for another testing?
hero member
Activity: 813
Merit: 507
I have made a lua script for the seuntjie dicebot if anyone is interested:

Code:
chance=45.09
base=                      --insert base bet here
nextbet = base   
stage = 0
stoponwin = false

function dobet()
    if win then
        if (stage == 2) then
            nextbet = base
            stage = 0
        else
            stage = stage+1
            nextbet = nextbet*2
        end
    else
        if (stage == 0) then
            nextbet = nextbet+base
        else
            nextbet = base
            stage = 0
        end
    end
end

But this one won't stop at a given number of losses and reset to base!!!
hero member
Activity: 924
Merit: 501
No if you use your brain and learn google and reading then you can see it is fact that it cannot be done. It is impossible actually impossible it cannot be done. Otherwise if you won't believe then why dont you show us a video ? That is the best proof.
hero member
Activity: 2128
Merit: 520
Did you try this on long run? How many hours do you think it can last and how many profit did you made using this bot? I hope that this bot is very effective and can really make income and I'm interested about this bot.
the house will still caught it and will diverse the roll, i think if you can control yourself it would help you to win some btc but you need to go out as quick as you can knowing all the house already knows the pattern of our bet and keeping it that way will easily beat us.
hero member
Activity: 1008
Merit: 540
Did you try this on long run? How many hours do you think it can last and how many profit did you made using this bot? I hope that this bot is very effective and can really make income and I'm interested about this bot.
legendary
Activity: 3136
Merit: 1233
Bitcoin Casino Est. 2013
Strategy still doesn't work in the long run because of house edge and long red streaks, or having a lot of win/win/loss series of bets. All strategies have the same return value if they have the same number of bets. This will fail eventually but can potentially work for a while if you're lucky enough. It just takes longer than the martingale strategy which means that you have to bet more, which is bad.
legendary
Activity: 1022
Merit: 1010
Was a bot/app every developed for this? This proved to work extremely well, but is a bit tedious to do manually.

The chart you put together is top notch. Thanks for that.

Just curious if any developments were made by the OP or other posters who are using this system.

PM Sent to OP User.

Cheers!

Strato
full member
Activity: 149
Merit: 101
full member
Activity: 149
Merit: 101
nice startegy mate risky but if you have good capital it will work trying it with a free faucet from freebitco i think it's working for a while will check if the system won't detect my method and will allow me to win some. good luck and thanks for this share buddy.

Well the idea is that it highly reduces your risk.

The payouts are also much higher.

I've only won.
hero member
Activity: 2128
Merit: 520
nice startegy mate risky but if you have good capital it will work trying it with a free faucet from freebitco i think it's working for a while will check if the system won't detect my method and will allow me to win some. good luck and thanks for this share buddy.
full member
Activity: 149
Merit: 101
Hello HeyYouGuys.

Can you confirm me if the following rules are correct ?


-Chance: 49,50%

-After first loss, increase base bet + base bet.

-After first win, double the base bet.

-After 7 bets, reset to base bet.

-After 3 win streaks, reset to base bet.

-When first loss happens after a win, reset to base bet.

-When first win happens after a loss, reset to base bet.


Thank you.

Sorry for the late reply, was on holiday.

No, you increase your bet on a loss by your base amount. Then when you win, you double. You double on first win. Second win, and if you win the third roll, you go back to your base bet.

You can do very well with this system, or a variant of it. But 2.0x or 2.05x payout, and with a basebet of 0.00010000 you can profit 0.01-0.02 per hour easy. If you have a biggger bankroll obviously you can make much more.

Its simply based on the fact that at 2x 3 roll win streaks will be common. And it is much much safer thank martingaling which is a way to lose all your money fast.
newbie
Activity: 10
Merit: 0
Hello HeyYouGuys.

Can you confirm me if the following rules are correct ?


-Chance: 49,50%

-After first loss, increase base bet + base bet.

-After first win, double the base bet.

-After 7 bets, reset to base bet.

-After 3 win streaks, reset to base bet.

-When first loss happens after a win, reset to base bet.

-When first win happens after a loss, reset to base bet.


Thank you.
full member
Activity: 149
Merit: 101
Yea I think any strategy long run will end up catching up with you as the house edge chips away.

But playing this with the 3 win strategy I came up with is a decent way to make some coin, because hitting 3x greens pays out at such a higher ratio than the losses, and the chances of hitting 3x greens is very likely, over and over. I've been nothing but profitable.
member
Activity: 98
Merit: 10
I played a while with a starting bet of 0.00025000.

Made 0.0600000 in under an hour
legendary
Activity: 1692
Merit: 1002
🔰In Crypto We Trust🔰
your strategy works important  to stop in time
P.S. but in general I'm not a supporter of strategies  Smiley
hero member
Activity: 1008
Merit: 515
Don't want to be salty or something, but like any 'strategy', you will be losing in the long run. The dice sites have an edge on you, so you won't be making money.
Pages:
Jump to: