It is live status of my running dicebot.

A profitable dice script.-1

By Robert R Davis | My_crypto_Journey | 6 Oct 2023


Dear community members.

It is continuouation of my previous post 

"A profitable dice script."

 

It is one more profitable LUA script for dicebot.

It is my self scripted.

Please use it and post your feed back, so that i can improve my strategy and may be useful for some of our friends.

Script-2.

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

basebet = 1
chance = math. random (80, 85 )
enablezz = true
enablesrc = true
nextbet = basebet


function dobet()
if balance >10000 then
stop()
end

if profit > 0 then
resetstats()
nextbet = basebet
chance = math. random (80, 85 )

end

if currentstreak < 0 and profit < 0.0000000001 then
nextbet = basebet* losses
chance = 75

end
if currentstreak > 0 and profit < 0.0000000001 then

nextbet = -1*profit * 4
chance = math. random (75, 80 )
end
if currentstreak > 1 and profit < 0.0000000001 then
resetstats()
nextbet = basebet
chance = math. random (80, 85 )

end

if nextbet < basebet then
nextbet = basebet
end

-- Stop loss at 10% of the total balance.
if balance <= (balance + profit) * 0.9 then
stop()
end
end

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

 

Your feedback matters us.

How do you rate this article?

5



My_crypto_Journey
My_crypto_Journey

In this blog, I will share My crypto Journey

Publish0x

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.