by WhiteRider » Sun Aug 03, 2008 11:28 am
I think you have your 8 and 9 the wrong way round. 8 is BB, 9 is SB (SB is further from the button, in terms of postition off the button, if you see what I mean..).
This looks ok but doesn't isolate blind steals, it would include hands with previous action, limps or raises.
You may want to do something like:
flg_p_fold AND position=8 AND val_p_raise_aggressor_pos = 9 AND holdem_hand_player_statistics.flg_blind_def_opp
(in fact, if the aggressor is pos 9 then you HAVE to be pos 8 to be facing a blind steal, so you could probably do without 'position=8')