ADVANCED Plus/minus numbers matrix
-true count=runn count/ #half_decks remaining
-if true count => plus numbers in table then stand,dd,split,surr contrary to basic strategy
-if true count <= minus numbers in table then hit,NOT dd,not split,NOT surr contrary to basic strategy
-a +true count means many small cards is gone, big cards are left (good for player)
-a -true count means many big cards is gone, small cards are left (bad for player)
// 1 2 3 4 5 6 7 8 9 10 11 12 13
{0 ,-1, 0, 1, 1, 1, 1, 1, 0, 0, -1, -1, -1, -1};
| |-might bust-||-might stand-|
V 2 3 4 5 6 7 8 9 X A <------- dealer's upcard
HITTING or STANDING
---+-------------------------------
18 |
17 | -4
16 | 6 5 3 0 4
15 |-3 -4 -4 -5 -5 6 6 4 2 5
14 |-2 -3 -4 -4 -4 8 7
13 | -1 -2 -3 -3
12 | 2 1 0 -1 -1
---+-------------------------------
XX |
99 |
88 |
77 |
66 |
55 |
44 |
33 |
22 |
AA |
---+-------------------------------
A9 |
A8 |
A7 |
A6 |
A5 |
A4 |
A3 |
A2 |