GGambargo

Labouchère Calculator

A Labouchère sequence starts as a list of numbers that sum to your target profit, split into equal parts.

Building the starting sequence

Target 100 split into 5 parts gives [20, 20, 20, 20, 20]. First stake: 20 + 20 = 40. Win → cross out both ends: [20, 20, 20]. Lose → append 40: [20, 20, 20, 20, 20, 40].

Why doing this by hand is error-prone

Redistributing the sequence after a draw (new target = current sum + loss, re-split into the same part count) is easy to get wrong under pressure, mid-session. See the mechanics in full on the Labouchère strategy page.

Try it live

Start a free session and Gambargo builds, tracks, and redistributes the sequence for you automatically.