Indices Hi-Opt II

BjFool

Active Member
#1
Are there just 20 indices for the Hi-Opt II system?
Standford Wong's Professional BlackJack contains lots and lots of indices for splitting,doubling etc. for the Hi-Lo system.

How come i just can't find more indices for the Hi-Opt II (i've only got 20)

Can anyone help me find ALL the indices for Hi-Opt II?

game: S17,DAS,6 Deck, fair pen

thank you
 

Rob McGarvey

Well-Known Member
#3
I'll take a look around. I think I only ran the program to check for the Terrible Twenty, and if I can get SBA running again I could whip off a set of the whole ball of wax for you if you are still interested.
 

BjFool

Active Member
#4
Thanks Rob I would certainly be interested in having all the indices for the hi-opt II system

BjFool

let me know if you can find /generate them

tx
 

Rob McGarvey

Well-Known Member
#6
Indices for Hi-Opt II

I had the #'s run while I was out playing taxiand forgot to check the Insurance button. I ran that sim separately.

6 deck 5 dealt S17 DOA DAS 7 at the table and you sitting at first base.

// Indices generated by SBA STRATEGY GENERATOR, Version 5.0.5

// NOTE: the indices are reversal for:
// splitting 8,8 vs. T, 8,8 vs. 9, 3,3 vs. 7, and late surrender 17 vs. A up

INSURANCE = 5; // Buy insurance if true count >= INSURANCE

// 2 3 4 5 6 7 8 9 T A (Dealer's up cards)

// hard standing table (stand if >= number, hit if < number)
DEFTBL HHT

(

5, 2, 0, -2, -1, 99, 99, 99, 99, 99, // hard 12

-1, -3, -5, -7, -7, 99, 99, 99, 99, 99, // hard 13

-5, -7, -9,-11,-11, 25, 25, 23, 13, 19, // hard 14

-10,-11,-13,-15,-16, 19, 18, 14, 6, 16, // hard 15

-13,-15,-17,-20,-19, 13, 11, 6, 0, 13, // hard 16

-99,-99,-99,-99,-99,-99,-99,-99,-99,-10) // hard 17

// soft standing table (stand if >= number, hit if < number)
DEFTBL SHT

(

-23,-24,-23,-24,-99,-99,-23, 99, 99, 1) // soft 18

// hard doubling table (double if >= number)
DEFTBL HDT

(

99, 25, 22, 19, 19, 99, 99, 99, 99, 99, // hard 7

25, 17, 12, 8, 5, 99, 99, 99, 99, 99, // hard 8

2, -1, -4, -7,-10, 8, 17, 99, 99, 99, // hard 9

-14,-16,-17,-19,-22,-11, -8, -2, 14, 8, // hard 10

-17,-18,-19,-22,-22,-13,-11, -7, -6, 2) // hard 11

// soft doubling table (double if >= number)
DEFTBL SDT

(

22, 14, 8, 1, -2, 99, 99, // A,2

25, 14, 7, -2, -6, 99, 99, // A,3

23, 13, 1, -5,-10, 99, 99, // A,4

23, 11, -2, -9,-15, 99, 99, // A,5

8, -4, -8,-13,-18, 99, 99, // A,6

1, -2, -7,-10,-10, 99, 99, // A,7

14, 10, 7, 4, 2, 99, 99, // A,8

18, 15, 12, 10, 9, 99, 99, // A,9

23, 19, 16, 14, 12, 99, 99) // A,T

if (DAS) // doubling is allowed after splitting

// splitting table for DAS (split if >= number, except reversals)
DEFTBL SPT

(

-6, -9,-12,-15,-21,-99, 22, 99, 99, 99, // 2,2

0,-12,-14,-21,-99, 99, 99, 99, 99, 99, // 3,3

99, 16, 9, 0, -2, 99, 99, 99, 99, 99, // 4,4

99, 99, 99, 99, 99, 99, 99, 99, 99, 99, // 5,5

-3, -6, -9,-13,-17, 99, 99, 99, 99, 99, // 6,6

-14,-16,-17,-20,-99,-99, 21, 99, 99, 99, // 7,7

-99,-99,-99,-99,-99,-99,-99, 99, 5,-21, // 8,8

-5, -7, -9,-11,-11, 9,-15,-19, 99, 8, // 9,9

18, 15, 12, 9, 8, 99, 99, 99, 99, 99, // T,T

-17,-18,-18,-20,-21,-14,-12,-11,-12, -6) // A,A

else // doubling is not allowed after splitting

// splitting table for no DAS (split if >= number, except reversals)
DEFTBL SPT

(

99, 99,-99,-99,-99,-99, 99, 99, 99, 99, // 2,2

99, 99,-99,-99,-99, 99, 99, 99, 99, 99, // 3,3

99, 99, 99, 99, 99, 99, 99, 99, 99, 99, // 4,4

99, 99, 99, 99, 99, 99, 99, 99, 99, 99, // 5,5

99,-99,-99,-99,-99, 99, 99, 99, 99, 99, // 6,6

-99,-99,-99,-99,-99,-99, 99, 99, 99, 99, // 7,7

-99,-99,-99,-99,-99,-99,-99, 99, 99,-99, // 8,8

-99,-99,-99,-99,-99, 99,-99,-99, 99, 99, // 9,9

99, 99, 99, 99, 99, 99, 99, 99, 99, 99, // T,T

-99,-99,-99,-99,-99,-99,-99,-99,-99,-99) // A,A
endif
 
Top