Is there a way to reset the labouchere(win) function??
Code, something like this, what to insert at ##reset ??##??:
---
function dobet()
bal = balance
if maxbal == nil then maxbal = 0.00000001 end
oldmaxbal = maxbal
maxbal = math.max(bal, oldmaxbal)
if balance < maxbal*2/3 then ##reset ??##end
nextbet = labouchere(win)
end
---
Please help...
L