FTL = Follow the last ou suivez le dernier
OLD = Opposite last decision ou inverse de la dernière décision
if we bet = if on mise
then we bet = alors nous misons
- Code: Tout sélectionner
O
O +1 < running count to target (RC2T) in column II: +1
X +0
X +1 +1 < if we bet FTL; RC2T = +1 else if we bet OLD; RC2T = -1 then we bet FTL
X +2
O +1 +2 < if we bet FTL; RC2T = +3 else if we bet OLD; RC2T = +1 then we bet OLD
X +0
O -1 +1 < if we bet FTL; RC2T = +1 else if we bet OLD; RC2T = -1 then we bet FTL
After a lost, running count to target (RC2T) becomes equal to the count in column II, ie, -1.
O +0
X -1 +2 < if we bet FTL; RC2T = +1 else if we bet OLD; RC2T = -1 then we bet OLD
X +0
O -1 +3 < if we bet FTL; RC2T = +1 else if we bet OLD; RC2T = -1 then we bet OLD
X -2
O -3 +2 < if we bet FTL; RC2T = -1 else if we bet OLD; RC2T = -3 then we bet FTL
After a lost, running count to target (RC2T) becomes equal to the count in column II, ie, -3.
X -4
O -5 +1 < if we bet FTL; RC2T = -3 else if we bet OLD; RC2T = -5 then we bet FTL
After a lost, running count to target (RC2T) becomes equal to the count in column II, ie, -5.
O -4
X -5 +2 < if we bet FTL; RC2T = -3 else if we bet OLD; RC2T = -5 then we bet OLD
X -4
O -5 +3 < if we bet FTL; RC2T = -3 else if we bet OLD; RC2T = -5 then we bet OLD














