yes sorry and i left some things, like base bet ok i will change some numbers that are wrong and put only the information if you understant better that i want
Base bet:0.00000001
on every L-L-L-W multiply the last bet and the losses count from the LAST WIN only (the last reset i think)
BUT if W-W return to base bet (0.00000001) and reset the streak count
in W-L-W-L-W return to base bet and reset the streak count too
shorter and i think is the same that i want, more logic thank you so much, if you can or you have a guide with every variable and their function could help me the next time, the website is a litle confussing an excel table could be great, thanks
This is that I have for now
chance=33.0 --sets your chance for placing a bet
nextbet=0.0000001 --sets your first bet.
switchcount=0
bethigh=true --bet high when true, bet low when false
enablezz=false --set to true to use high/low switching
--settings from advanced mode
enablesrc=false --set to true to use stop/reset conditions
--settings from advanced mode
function dobet()
if win then
nextbet=previousbet*losses
switchcount=0
end
end
its all for now i get LUA error if i set some "=" or "currentstreak" or "then"
on every losses i can multiply lasbet for losses but if WW the ressult will be 0, 0 losses * 0.00000001 will be 0 right?
and on WLWLW ?
thank you guys