by joker » Sun Dec 13, 2009 12:14 pm
So the original "fold BB to steal" stat includes both situations when player on BB is facing steal from co/btn and also only from sb ? If yes, than this stat :
(cnt_bb_steal_fold_21 / cnt_steal_def_opp_bb_21) * 100
cnt_bb_steal_fold_21:
sum( if[holdem_hand_player_statistics.flg_blind_def_opp AND holdem_hand_player_statistics.flg_blind_b AND holdem_hand_player_detail.val_p_raise_facing_pct BETWEEN 30.5 and 30.6, 1, 0])
cnt_steal_def_opp_bb_21:
sum(if[holdem_hand_player_statistics.flg_bb_steal_fold AND holdem_hand_player_detail.val_p_raise_facing_pct BETWEEN 30.5 and 30.6, 1, 0])
should only shows situations when he is facing steal from co/btn, due to pot ratio "filter", am I right ? If yes, than it is exactly what I am looking for, because I want to see how they are reacting vs co/btn, because for sb vs bb steal situation I already have a special stat.