Standing is the simplest thing to compute. To get the stand EV, all you need is the dealer's probability of a final hand of 17,18,19,20,21,bust, or blackjack given his up card and the shoe comp from which cards are drawn.bruceB said:What algothrym do you use to compute whether to hit or stand? I can compute the probabilities for the dealer and for your hand, but how do know whether to hit or stand?
Hitting is more complicated. As has been suggested, you need to weight all possible draws, choose the best strategy for each draw, and compute the best hit EV. This is for a composition dependent strategy.
For a total dependent strategy, you determine the best hitting strategy versus each up card based on a given hard or soft total and use that to compute hit EV. Total dependent is a little less optimal than composition dependent. People generally use total dependent because there are just too many card combinations to remember.
As Canceler says, once you have the stand EV and hit EV, hit if hit EV > stand EV otherwise stand.
k_c