ColdCall RFI Right?
Posted: Fri Oct 09, 2020 9:07 am
Hello, does everything seem right to you?
ColdCall vs EP1 RFI (9max)
cnt_p_ccall_vs_ep1_rfi :
cnt_p_ccall_opp_vs_ep1_rfi :
ColdCall vs EP1 RFI (9max)
cnt_p_ccall_vs_ep1_rfi :
- Code: Select all
sum(if[tourney_hand_player_statistics.flg_p_ccall and not(tourney_hand_player_statistics.flg_p_limp) and (tourney_hand_player_statistics.flg_p_squeeze_opp is false) and tourney_hand_summary.str_aggressors_p LIKE '85%' and tourney_hand_summary.str_actors_p LIKE '5%', 1, 0])
cnt_p_ccall_opp_vs_ep1_rfi :
- Code: Select all
sum(if[tourney_hand_player_statistics.flg_p_3bet_opp and (tourney_hand_player_statistics.flg_p_squeeze_opp is false) and not(tourney_hand_player_statistics.flg_p_limp) and tourney_hand_summary.str_aggressors_p LIKE '85%' and tourney_hand_summary.str_actors_p LIKE '5%', 1, 0])