by BPD1997 » Sat Sep 09, 2023 3:49 pm
Thanks, I think it's working but has lots of decimals i dont know how round it to whole numbers on the HUD:
This is for fold to cbet in non 3bet+ pot (and I added non multiway too)
Value expression: ((cnt_f_cbet_def_action_fold_nonMW - cnt_p_3bet_f_cbet_def_action_fold_nonMW) / (cnt_f_cbet_def_opp_nonMW - cnt_p_3bet_f_cbet_def_opp_nonMW)) * 100
Columns ( in the order the value expression shows) : sum(if[cash_hand_player_statistics.enum_f_cbet_action='F' AND cash_hand_summary.cnt_players_f = 2, 1, 0])
sum(if[(cash_hand_player_statistics.flg_p_3bet_def_opp OR cash_hand_player_statistics.flg_p_4bet_def_opp) AND cash_hand_player_statistics.flg_f_cbet_def_opp AND cash_hand_summary.cnt_players_f = 2, 1, 0])
sum(if[cash_hand_player_statistics.flg_f_cbet_def_opp AND cash_hand_summary.cnt_players_f = 2, 1, 0])
sum(if[(cash_hand_player_statistics.flg_p_3bet_def_opp OR cash_hand_player_statistics.flg_p_4bet_def_opp) AND cash_hand_player_statistics.enum_f_cbet_action='F' AND cash_hand_summary.cnt_players_f = 2, 1, 0])