Test Double Martingale Strategy - btc dice bot


While the first martingale has a low chance of winning, your bet will be tripled. When a losing streak begins, the second level martingale recovers the losses, gaining back your bankroll with an additional win on the side.

All Credits go to the author of the original script, but I don't know who that is.

Anyway, I have modified the script a little bit.

Test Double Martingale Strategy - XRP dice bot

for this session the base bet is 0.00001687 xrp

balance: 0.63 XRP

-- set chance target here
mina    = 48.95
maxa    = 52.95
--

chance  = math.random(mina*100.0, maxa*100.0)/100.0

-- basebet calculator -  high number = small bets 
base    = balance/40000
---

bethigh = true

nextbet = base  

wincount = 0
losecount=0
stopnow = false
first = true
second = false
secondwin = false
third = false
betcount=100

-- set profit target here (Final Balance after Winning)
profittarget= 999.00000000

function dobet()

if betcount == 500 then
betcount=0
--resetseed();
else
betcount=betcount+1
end

if (balance) >= profittarget then
stop();
print(balance)
print("TARGET ACHIEVED!!!")
end

if (balance) < (nextbet) then
stop();
print(balance)
print("INSUFFICIENT FUNDS")
end

done = false

   if win then

--     switch high/low every win
--     bethigh = false

         if(first) then
--          switch high/low on the first win
--          bethigh = !bethigh
            chance  = math.random(mina*100.0, maxa*100.0)/100.0
            nextbet = base
            if(stopnow) then
              stop()
            end
         end 
         if(second) then
--          switch high/low on the second win
--          bethigh = !bethigh
            secondwin = true
            second = false
            third = true
            done = true 
         end
         if(third and !done) then
--          switch high/low on the third win
--          bethigh = !bethigh
            if(secondwin) then
--             switch high/low on the second and third win
--             bethigh = !bethigh   
               nextbet = base
               if(stopnow) then stop() end
            else
--              switch high/low on one and two lose third win
--              bethigh = !bethigh                
                nextbet = previousbet * 3
             end
             third = false
             first = true
         end 
   else
--    switch high/low on the every lose
--    bethigh = true
      if(first and !done) then
--        switch high/low on the first lose
--        bethigh = !bethigh
          first = false
          second = true
          done = true
       end
       if(second and !done) then
--         switch high/low on the second lose
--         bethigh = !bethigh
           secondwin = false
           second = false
           third = true
           done = true
        end
        if(third and !done) then
--          switch high/low on the third lose
--          bethigh = !bethigh
            third = false
            first = true
            print("GO 4 THE WIN!!!")
            if (secondwin) then 
--              switch high/low on the one lose two in thrird lose
--              bethigh = !bethigh
                nextbet = previousbet * 3
            else
--              switch high/low only if all three lose
--              bethigh = !bethigh
                nextbet = previousbet * 4.5
             end
            done = true
        end  
        end
end
end 


bet chart of 1500 bets


dice bot bet chart xrp

overall statistics of a whole session

overall statistics of a whole bet session

Here are some Streak statistics

Here are some Streak statistics

 

I do not guarantee an endless permanent win. I like to play btc dice games and don't want to play only the standard strategies.

 

Best Dividends Offering Crypto Casino Sites

  • BetFury  has always been at the forefront of innovation within the industry, and we are very pleased to announce our latest venture which promises to enhance user experience even further.
  • StarBets.io If you want to invest and earn passive income on your winnings AND losses, StarBets’ unique crypto casino platform could be exactly what you’re looking for
  • Chips.gg  Casino are doing something amazing by giving their players access to profit sharing tokens called CHIPS.

 

----------------------------------------------

 

Web DiceBot

Automate betting with programmer mode directly on dice sites

Web DiceBot

any use of the bot is at the user's own risk.

----------------------------------------------

All-in-One Crypto Ecosystem

    45+ different crypto assets with unique features across 10+ apps.

earn crypto

 

 

How do you rate this article?

7



BTC and Crypto DiceBot strategy
BTC and Crypto DiceBot strategy

BTC and Crypto DiceBots are programmes to automate betting strategies, such as Martingale. This btc dice bot seems to be the most advanced bot ever made. It has fantastic features that include advanced betting systems, bet graphs, betting history, roll verification and a Programming Mode that lets you program your own dice strategy.

Send a $0.01 microtip in crypto to the author, and earn yourself as you read!

20% to author / 80% to me.
We pay the tips from our rewards pool.