Hi,
Think I'm getting the hang of this now but was wondering if you can give the OK for these stats.
1) Cbet the flop then check the turn:
Column 1:
sum(if[holdem_hand_player_statistics.flg_t_cbet_opp AND holdem_hand_player_statistics.flg_t_check, 1, 0])
Column 2:
cnt_t_cbet_opp
Stat:
(Column1 / Column 2) * 100
2) Cbet the flop then c/f the turn
Column 1:
sum(if[holdem_hand_player_statistics.flg_t_cbet_opp AND holdem_hand_player_statistics.flg_t_check AND holdem_hand_player_statistics.flg_t_fold, 1, 0])
Column 2:
cnt_t_cbet_opp
Stat:
(Column1 / Column 2) * 100
3) Double barrel then x river
Column 1:
sum(if[holdem_hand_player_statistics.flg_r_cbet_opp AND holdem_hand_player_statistics.flg_r_check, 1, 0])
Column 2:
cnt_r_cbet_opp
Stat:
(Column1 / Column 2) * 100
4) Double barrel then c/f river
Column 1:
sum(if[holdem_hand_player_statistics.flg_r_cbet_opp AND holdem_hand_player_statistics.flg_r_check AND holdem_hand_player_statistics.flg_r_fold, 1, 0])
Column 2:
cnt_r_cbet_opp
Stat:
(Column1 / Column 2) * 100
