Casino Gambling Software: Blackjack, Roulette, Baccarat, Craps, Systems.

BjOdds: Blackjack Software to Calculate Precisely the Dealer Bust Odds, House Edge, House Advantage

By Ion Saliu, Founder of Blackjack Mathematics

Sale Withdrawn for Pricing and Patent Considerations

Blackjack software to calculate real bust odds is not popular with casinos, gambling crooks.

BjBustOdds - High-Power Odds Calculator, Hands Generating Software for Blackjack

Published on August 19, 2010; last update June 2014.

Version 21, June 2014; New Software.
BjBustOdds
precisely generates all favorable cases (busted hands) and all possible cases (total blackjack actions). Thus, mathematically precise calculations of the blackjack odds and house edge are possible for the first time ever. The historic algorithms are here for everybody to see, read, comprehend, and fully verify. The old bust odds, as previously calculated by John Scarne, had a quite large margin of approximation.

A visual presentation of the BjBustOdds software follows. It can't be more intuitive and informative, especially given the intellectual level of the potential buyers!

Blackjack software: calculate correct odds, probability for casino dealer.

Generate all casino blackjack hands where the order of the cards counts.

BJ software generates all blackjack hands, including bust and blackjacks or natural 21.

This blackjack package does not need installation, if you downloaded BjBustOdds to a folder on your hard drive; e.g.: C:\BjBustOdds

The best method is to go to the Command Prompt (Windows 2000 and later). Create a directory (folder); e.g. C:\BjBustOdds. You can do that in Windows Explorer as well. Download BjBustOdds to C:\BjBustOdds. Click on BjBustOdds.exe to decompress the file automatically.

To begin, navigate to the C:\BjBustOdds folder and click on BjMenu. If you right-click on BjMenu you can create a shortcut on your desktop.

For the best results, work at the Command Prompt in C:\BjBustOdds. Navigate to the C:\BjBustOdds folder in a Command Prompt and type at the C:\BjBustOdds prompt:

BjBustOdds

This is the recommended method as speed of execution is gained.

Let's stay in the GUI for a little longer. We need to create a few useful batch files to make the command prompt environment even more productive. Simply open that unheralded Notepad. The batch files must be in text format (plain vanilla formatting for computer files). I have this batch file named MA.BAT (MA indicates macros). Instead of typing, you can copy and paste the following lines (without any blank line):

@ECHO OFF
PATH C:\;C:\BAT\;C:\BAS\;C:\LOTTERY\;%PATH%
doskey co=copy $1 $2
doskey d=dir /O:N /P

PATH C:\;C:\BAT\;C:\BAS\;C:\LOTTERY\;C:\BjBustOdds\;%PATH% is the most important line in the batch file. The PATH was set via the AUTOEXEC.BAT prior to Windows 2000. Now, AUTOEXEC.BAT is no longer available to the computer user. Instead, Windows establishes the PATH automatically; it is the value %PATH%. Our batch file just adds more entries to the automatic Windows %PATH%. You can add your own folders in the main line of the batch file MA.BAT. For example: C:\BRIGHT3\;C:\BRIGHT6\; etc. But remember the \ and the ; separator.

Any time you start a command prompt session, you type MA (or ma) at the C: prompt. The batch file has also useful shortcuts created for the DOSKEY utility (automatically loaded by Windows). For example, the great utility PermuteCombine (generator of permutations, combinations and more) resides in a BAS folder. I just type per to start the application.

Save it as MA.BAT (at the C:\ prompt). Save the file in Notepad (you may need sometimes to surround the name by “ “ to be sure it saves a text file with the BAT extension): Name: "MA.BAT" in drive C: (root directory); Save as type: All files; Encoding: ANSI.

Copy and paste now an example batch file to abbreviate the start of the BjOdds package. Again, simply copy and paste the 4 lines:

@ECHO OFF
CLS
C:
CD\BjBustOdds
BjBustOdds

Save this file in Notepad as BJ.BAT, but this time in the C:\BAT\ folder. The REM command does one thing only: Disables the DOS command that follows it; that is, the rest of the line will have no effect.

You can create similar batch files for Bright6 (L6), or any other LotWon software package. After you start the Command Prompt session, type ma (and press Enter); then type bj (and press Enter); you will navigate automatically to the C:\BjOdds\ folder.

You can navigate anywhere at the command prompt by using the CD command (Change Directory). For example, you are at the C: prompt. If you want to navigate to C:\BjBustOdds\, type:

cd\BjBustOdds

If you want to go back to the root directory C:\ from C:\BjBustOdds\ type:

CD\

This blackjack probability, odds software is a first-timer ever and ready to buy.

The source code was compiled with: PowerBasic Console Compiler (PBCC), version 4.04. Older or newer versions of PBCC may or may not work with the source code in this package without modifications.

You, the programmer, assume full responsibility for such tasks.

The source code is adequately commented for the average programmer. You should be at least an average programmer who worked with PBCC for around five years.

There is NO programming support offered whatsoever. If your programming language is different, you need help from PBCC programmers to translate my source code to your programming language of choice.

Generate all possible blackjack hands as combinations where the card order does not count.

The files in this package - BjBustOdds:

Apply dealer rules to different hit stand limits to get closer to player bust odds.

How can we apply the new programming to determine the bust odds for the blackjack Player? After heated debates in forums in 2014, I simply modified my software. The hit-stand limits can be set by the user. Initially, it was fixed — the ubiquitous hit all 16s and under, stand on all 17s or greater.

The software user can set the hit-limit to any value. The choices are, obviously, from 12 to 16. I tried, for example, the hit limit to 11 — that is, hit anything 11 or under, stand on anything 12 or higher. Evidently, there is no bust in such situations. That's another proof that my programming is 100% correct.

I believe that setting the hit limit to 14 or 13 reflects pretty closely the bust odds for the Player. That is, stand on 15 or greater (as arrangements):

Blackjack player bust odds standing on 15 or higher.

Or, stand on 14 or greater (as arrangements):

Odds for blackjack dealer to bust if rule stands on 14 or higher.

Now, the house edge goes between something like .3355 * .2248 = 8.3% and something like .3355 * .1978 = 6.6%. It averages out to 7.5%. It is a far cry from the intentionally false house advantage (HA) of 1%, or even .5%! The overwhelming majority of blackjack players lose their bankrolls quickly, because this is NOT a 50-50 game or so much close to that margin! And always be mindful that blackjack is strongly sequential: The Dealer always plays the last hand. Otherwise, the casinos would go bankrupt!

Generate all possible blackjack hands to calculate player bust odds.

There are plenty of text files for you to take a good look at. They are absolutely FREE to view and even download to your PC. For viewing, I recommend a great text editor (also free): Notepad++. The text files show how the odds vary for different hit-limit settings. If you right-click a link, you can download it to your computer. If you just click, the text files open directly in the browser.

Get excellent resources in blackjack, including articles, books, pages, links, software.

Free blackjack software generates 2-card hands to show accurate programming algorithms for BJ odds.

Additional Resources in Blackjack

Read essentials of blackjack, software, calculator, odds, probability, dealer bust, house advantage.

Home | Search | New Writings | Odds, Generator | Contents | Forums | Sitemap

This BJ deck has only 12 Ten-value figures or paint cards as in Double-Attack Blackjack.