Random posts about coding

Mostly blogging about dart.

High-Low Card Counting Strategy

| Comments

Took a ride over to Wesley Tansey’s blog and checked out the blackjack simulator project there. Decided on adding card counting strategy High-Low. I used Standford Wong’s book Professional Blackjack as a reference. Did not have great success with it, some tweaks need to be done on the betting strategies. Was only able to get a approx -4.10 to -3.07 return on 500,000 hands played. Either way, packing up the code here as a zip file that includes HighLowStrategy object or you can get the original code here. Blackjack.zip