Hello, today I show you the Dump and Pump - Dogecoin Martingale Strategy x1.78 up to x2.10. This strategy allows you to set different basebets and different chances of winning for each round.
During this 1h session I set the base bet to 0.00050000 dogecoin
starting balance: 22 DOGE - higher is always better, right...
-- set basebet range
aone = 0.0005
atwo = 0.0005
-- set start basebet
nextbet = 0.0005
-- set profit target here (Final Balance after Winning)
profittarget = 10000000.60002000
--- set chance range %
mina = 48.95
maxa = 52.95
minb = 46.50
maxb = 53.50
minc = 49.50
maxc = 55.50
mind = 53.50
maxd = 58.50
mine = 48.00
maxe = 52.00
chance = math.random(mina*100.0, maxa*100.0)/100.0
investprofit = 0
wincount = 0
losecount = 0
stopnow = false
first = true
second = false
secondwin = false
third = false
betcount = 1
--- Calculates the multiplier automatically
function getmulti()
payout=(100-1)/chance
return payout/(payout-1)
end
---
function dobet()
--Randomizer bet high or low
r=math.random(2)
if r == 1 then
bethigh=true
else
bethigh=false
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
bt = math.random(aone*100000000,atwo*100000000)/100000000.0
chance = math.random(mina*100.0, maxa*100.0)/100.0
nextbet = bt
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
chance = math.random(mine*100.0, maxe*100.0)/100.0
nextbet = previousbet * getmulti()
if(stopnow) then stop() end
else
-- switch high/low on one and two lose third win
-- bethigh = !bethigh
chance = math.random(minb*100.0, maxb*100.0)/100.0
nextbet = previousbet * getmulti()
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
if (secondwin) then
-- switch high/low on the one lose two in thrird lose
-- bethigh = !bethigh
chance = math.random(minc*100.0, maxc*100.0)/100.0
nextbet = previousbet * getmulti() * 1.10
else
-- switch high/low only if all three lose
-- bethigh = !bethigh
chance = math.random(mind*100.0, maxd*100.0)/100.0
nextbet = previousbet * getmulti() * 1.20
end
done = true
end
end
end
During a session, not all losses are automatically doubled, like the classic x2 martignal strategy. The idea was to prevent too long and high loss strikes. This is where the different chances of winning come in, so this should also prevent a long strike.
sometimes losses may occur during a session due to the different chances of winning.

or You can sometimes win more during a session due to the different chances of winning.

overall statistics of a whole 1h dice bot dogecoin session

Here are some Streak statistics

Have fun and win a lot
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.
--------------------------------------------------
Free Seuntjies DiceBot: https://bot.seuntjie.com
"any use of the bot is at the user's own risk."
----------------------------------------------
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.
----------------------------------------------