Hey guys,
I am stuck on this coding. Everthing run smootly until i run into ZERO then the system stuck.
How do i set my min bet is 0.00001000
if (win) then
nextbet = previousbet - 0.00001000
if (loss) then
nextbet = previousbet + 0.00001000
example
0.00001000 Loss
0.00002000 Loss
0.00003000 Win
0.00002000 Win
0.00001000 Win
0.00001000 Win (This is where the system bet 0 and got stuck what i want is to tell the system to keep betting 0.00001000)
0.00001000 Win
Thanks
Kwong