Hi..
Well if you are going to go with 100 euros/dollars, make your basebet for a start 0.001 instead of 0.0001. If you are using BCD then 0.001 would be a good start for your balance.
It gives you enough room to endure the 8/9 losses. Now you can bet the minimum which is 0.0001 and set the payout to 1.8, that will of course improve your profits. How this strategy works is you go with the minimum and you can up your payout or you stay at the current payout and increase your bet. I normally stay at the 1.6, it works for me. The highest I went is 1.7, which is also not bad. It endures.
Keep it at 1.6, set your basebet to 0.001, if that runs well and you encounter the 8-9 losses, take note of what amount was bet at that stage. If you have the more than adequate in the balance, you can up your bet to 0.01.
Scenario 1. bb 0.0001, keep the strat as is.
Scenario 2. bb 0.001, keep the strat as is.
Scenario3. bb 0.01, change the first condition to 2 from 2.5. Keep everything else the same
Scenario 4. increase the payout to 1.7 or 1.8, bb 0.01, set the first condition to 1.8. Remember to change the payout in the script from 1.6 to 1.7 or 1.8.
Change is here if (config.onWin.value === 'reset') {currentBet = config.bet.value;config.payout.value =1.6098; } else { currentBet *= config.winMultiplier.value;
as well as here
var maximumPayout = 1.65; // Set your desired minimum payout value here
A tip would be nice.. go to the chat, type @Altrea Pendragon and you will see /.. below the chat message box.. that's how you can send tips to anyone you want.
Please let me know how you get on.
PS.. i saw someone asked about restarting a script in previous thread.. I'll look it up and get back to you on those timeouts.