Blackjack Card Counting Simulator
Convert running count to true count, estimate edge, and size bets with a Kelly-based bankroll rule.
Scratchpad (not saved)
Save to create a persistent, shareable workspace.
What This Calculator Does
This calculator converts a running count into a true count, estimates the corresponding player edge under a simple Hi-Lo approximation, and maps that edge into a Kelly-style bankroll fraction. It is meant for practice and bankroll discipline, not for replacing full table conditions.
It combines Running Count, Decks Remaining, Bankroll, Base Betting Unit to estimate True Count, Estimated Player Edge, Kelly Fraction.
Formula & Method
Notation used in the formulas: R = True Count; x_{1} = Running Count; x_{2} = Decks Remaining; x_{3} = Bankroll; x_{4} = Base Betting Unit; x_{5} = Table Minimum; x_{6} = Table Maximum.
Method summary: inputs are normalized to consistent units, core equations are evaluated, then secondary values are derived and rounded for display.
Use it when reviewing count conversion, sizing bets from an estimated advantage, or stress-testing whether a true count justifies moving above the table minimum.
Inputs Used
- Running Count: Used directly in the calculation.
- Decks Remaining: Used directly in the calculation.
- Bankroll: Used directly in the calculation.
- Base Betting Unit: Used directly in the calculation.
- Table Minimum: Used directly in the calculation.
- Table Maximum: Used directly in the calculation.
Related Calculators
- Blackjack Odds Calculator — Estimate action EVs and basic-strategy recommendation for a blackjack hand under common rule variations.
- Expected Value Calculator — Compute expected value, variance, and standard deviation for up to 20 weighted outcomes.
- Monte Carlo Simulator — Run seeded Monte Carlo simulations over a linear formula using up to three random variables.
- Percentage Calculator — Perform common percentage operations: find a percentage of a value, calculate what percentage one number is of another, and find percentage change.
- Fraction Calculator — Add, subtract, multiply, or divide two fractions and simplify the result.
- Ratio Calculator — Simplify a ratio and compute equivalent forms.
- Proportion Calculator — Solve proportions of the form a / b = c / x.
- Average Calculator — Compute mean, median, and mode from up to five values.