by pr1mo » Thu Nov 27, 2008 2:33 am
ok i had a look and for the first line it says position = 9 for both of them so does this mean on a 10 handed table position 9 is the SB? so this stat only works on a 10 handed table? because in his stat definition he states that it's for HU so not sure what that means.
cnt_sb_limp_face_raise:
sum(if[holdem_hand_player_statistics.position = 9 AND
holdem_hand_player_statistics.flg_p_face_raise = true AND
holdem_hand_player_statistics.flg_p_fold = false AND
holdem_hand_player_statistics.cnt_p_raise = 0, 1, 0])
cnt_sb_limp_face_raise:
sum(if[holdem_hand_player_statistics.position = 9 AND
holdem_hand_player_statistics.flg_vpip AND
holdem_hand_player_statistics.flg_p_first_raise = false AND
holdem_hand_player_statistics.flg_p_face_raise, 1, 0])