Jump to content

2x betting formula


Xantys

Featured Comment

Posted

Interesting decision on playing Dice at 2x payout which I personally felt that eventually will get eaten up bankroll wise due to the house edge. 

Posted
On 3/14/2019 at 7:33 AM, bmg said:

That sounds pretty interesting.  If it works for you on your dice games then thats super awesome .     Good luck

I tried it many times ... but nothing, in fact I tried it for the first time and it's very satisfying lol I got $ 3 with in 5 hours .. but quellesque minutes, not hours but minutes, lol I still have it quite in the time lapse as if it was expected and the lines of mo games .. ahh and then I have it aban- doned to try to understand the robot in my way

Cheers...!

Posted

Looks interesting strat. I mean that changing sides is key to success in Dice. I will try it and then I will write how is the result. 

Posted

ohhh martingale with a twist. i love it. will give it a try later.

Beating random with something random is actually a pretty good thought knowing that there would be random outcomes.

 

Posted

From experience martingale is definitely a eventual bust no matter what your bankroll amount is especially on a game such a dice and on 2x payout since it goes like 1, 2 , 4 , 8, ... 1024 etc. Which is actually builds up pretty quick!

Posted

Hi! it's a pretty unique approach you have there!! it's true that the game sequences look like what you show there but as you say there's no guarantee! in the meantime I'm still going to test it and I'll come back to you to tell you my results!! thanks for the technique!!
good luck for the future!

Posted

im glad i tried this on dogecoin first, it didnt really work out well for me, so for sure take the advice and try it on the other altcoins first!

i wish they rest of you more luck than i had

Posted

I don't know whether we got same idea or not, i have been playing like this from last week. I ususally place 6 bets with 0 satoshi. Then next 6 bets with same pattern with martingale starting with 1000 satoshi. So far, i have profits about 0.001 BTC by using this strategy. Good luck you too. :)

Posted

hello friend its a good observation i also trying before and sucdced allmost 70% ratio.hope u r calculation and luck with u, u can get more than 90% accuracy.

 

good luck and good day to all

Posted

sounds like a plan for me lol... i never heard of it or think about it that way... but really interesting thought.. i will give it a try now because im just playing dice anyway

thanks for sharing. lets see how it turns out for me --- wont be dissappointed if it doesnt do it right now as i know it can just be bad luck for that moment ... so going to figure out how its doin on several sessions..

  • 2 weeks later...
Posted

Well that actually is what i usually do when i hunt for multipliers or play the game. I always check where did the number go last and then i go for the opposite of that xD 

Posted

2x payout is very difficult to play, even use Martingale play anyway after the game comes long red streak I dont know how to play on 2x or somehow find a waves!!! But i will try your technic and thank you for sharing man! Good luck :)

Posted
On 3/3/2019 at 4:34 PM, AlphaStorm said:

Just thought of sharing something interesting ... maybe someone will like this script. I recommend first testing it on a cheap coin. This will help avoid losses and give an approximate assessment of his work)


chance = 49
nextbet = 0.00000001
x = 1
prof = 0
won = 0
piont = math.random(1,4)
function sidechange()
  if win then
    won +=1
  end
  if bethigh and won >= piont  then
    bethigh = false
    won = 0
  end
  if !bethigh and won >= piont  then
    bethigh = true
    won = 0
  end
end
function sidechange2()
  if !bethigh then
    bethigh = true
  elseif bethigh then
    bethigh = false
  end
end
function dobet()
  if currentstreak <= -5 then
    sidechange2()
  end
  if balance >= prof then
    prof = balance
  end
  if !win then
    nextbet = previousbet*x
    x += 0.025
    chance -= 0.025
  end
  if win and balance >= prof then
    sidechange()
    chance = 49
    won +=1
    nextbet = 0.00000001
    piont = math.random(1,4)
    x = 1
  end
print(won)
end

** Do not insert the script from the forum immediately to the DiceBot. This will give an error in the bot. Copy it into a text file, save it, and then copy the code from the file.

Awesome, I will check this out. I would really like to make my own script; and studying others' work is probably the only way i'll learn xD

_____

 

as per the OP's strategy -- I will also give it a try; I usually play 2x-2.3x, and switch sides depending on the movement of the dice-- lately it has not been very kind to me, and I am hitting bad red streaks, so I must have to change up my style a bit. Cheers!

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

Privacy Policy Terms of Use