I am waiting for MP to finish their API and to honor their promises (withdrawals etc) before I bring my app online again. I doubt I will launch the same app without MP.
If there is a problem with the figures being reported by the API, there isn't a lot the boy can do about it... Garbage in, garbage out
I would theorise that running multiple bots on the same site (same account?) Could be causing issues with the site reporting incorrect balance figures...
If you run one bot does and slow the betting down, does this problem continue to happen? If it doesn't then the problem is definitely the site and not the bot.
PS. On an unrelated note, You should be careful running multiple accounts on gambling sites, most sites disapprove of this behaviour and may ban your accounts and possibly freeze your fund!
even with one runned bot, still has this issue, I'm specially tested it, because thinked same way.
I'm playing in YOLO, there is allowed multi accounts
it's seuntjie dicebot fault, because bot was representing all bugbets in graph and in stats "window", bot are representing all fake profit&losses like it was real!
to avoid that issue, don't use any formulas for basebets/nextbets what are calculating it from balance or profit(idk who was buggy, maybe only one from both, but maybe both)
correct me, if you think that its not dicebot fault!?
Not all sites report the balance and the bot has to calculate the new balance after each bet. If your script is submitting invalid bets and the bot is able to parse the response as a bet, the bot will calculate the new balance accordingly.
Since you are so unwilling to help us help you buy(privately) sharing your script with one of us, do me a favour. Try doing a basic martingale using the script below and see if you can reproduce the error (invalid/negative bets, bets with an ID of 0)
chance= 49.5
nextbet=base
function dobet()
if win then
nextbet=base
else
nextbet=previousbet*2
end
all script is basic, there is nothing to do, bot can't work correctly because of formula, that all.
nextbet=(((balance)-(profit*xxx))/xxxxxx)+0.0000000X
else
nextbet=previousbet*multiplier
end
he are fail of using this one.
there is no difference if this formula will be like me, or basebet=balance/xxx or something, he will fail time after time and make wrong decisions from that fail.
bot will made wrong decisions in every type of formula, where words balance or profit include in formulas for basebet calculating if bets are fast enough.