in pt3 i did build several stats like 3 betting in pos x vs pos y
bsp : 3Bet BU vs UTG
sum(if[holdem_hand_player_statistics.flg_p_3bet
AND holdem_hand_player_statistics.position = 0
AND holdem_hand_summary.cnt_players = 6
AND NOT holdem_hand_player_statistics.flg_p_squeeze
AND(holdem_hand_player_detail.val_p_raise_aggressor_pos = 3)
, 1, 0])
is there another possibility in pt4 to build this, how can i be sure that there is no coldcaller between the 3bet and the rfi ?
