Hi,
I had this for pt3 and wanna ask if this works for pt4 too:
sum(if[cash_hand_player_statistics.flg_p_first_raise AND
cash_hand_player_statistics.flg_p_4bet AND
cash_hand_player_statistics.flg_p_4bet_def_opp AND
cash_hand_player_statistics.enum_p_squeeze_action='R' AND cash_hand_player_statistics.flg_p_squeeze_def_opp AND cash_hand_player_statistics.enum_p_4bet_action='F', 1, 0])
In PT3 "cash_hand_player_statistics.flg_p_4bet_def_opp" was 4bet+.
I heard that in PT4 the border ist noch 5bet, so 5bet+. I could NOT find anything like "cash_hand_player_statistics.flg_p_5bet_def_opp"
So, does my numerator still represent the action: 4bet vs a squeezer and then fold vs push or 5bet+?
