Post
Topic
Board Gambling
Re: HeyYouGuys - DiceBot Script MasterThread - New Videos + Charts + New Scripts!
by
DiceWhat!
on 29/07/2017, 10:12:11 UTC
Hi! While waiting for the recovery system response Wink, I would like to share a change I made on the code.
It's in the function "StopLossLimitBalance", forgive me I'm not a programmer, so take what I say as an attempt to contribute to this script.
I imagined a dynamic StopLossLimitBalance, which automatically updates to the last earned balance.
StopLossLimitBalance = (((balance) - (profit)) - 0.00050000)

You can indicate the amount (0.00050000 in the example) that forces the bot to stop.
When the budget increases the new limit increases also by combining the new balance with the current profit.
I would not know, maybe it's a good idea to be improved by the best LUA coders  Cheesy Cheesy Cheesy