Custom Stats xxB

Discuss how to create custom stats, reports and HUD profiles and share your creations.

Moderators: WhiteRider, kraada, Flag_Hippo, morny, Moderators

Custom Stats xxB

Postby Alex Gaita » Sun Apr 20, 2025 7:52 am

I'm struggling, the validation is correct, but the stat didn't count any cases

(cnt_r_xxB_cbet / cnt_r_xxB_cbet_opp) * 100

cnt_r_xxB_cbet
sum(if[char_length(cash_hand_summary.str_aggressors_p) = 2 and cash_hand_player_statistics.flg_r_bet AND
(cash_hand_player_statistics.amt_r_bet_made > 0)AND
cash_hand_player_statistics.flg_t_cbet_opp AND lookup_actions_t.action='X' AND
cash_hand_player_statistics.flg_f_cbet_opp AND lookup_actions_f.action='X', 1, 0])

cnt_r_xxB_cbet_opp
sum(if[char_length(cash_hand_summary.str_aggressors_p) = 2 and cash_hand_player_statistics.flg_r_open_opp AND
cash_hand_player_statistics.flg_t_cbet_opp AND lookup_actions_t.action='X' AND
cash_hand_player_statistics.flg_f_cbet_opp AND lookup_actions_f.action='X', 1, 0])
Alex Gaita
 
Posts: 7
Joined: Mon Jul 11, 2022 12:07 pm

Re: Custom Stats xxB

Postby Flag_Hippo » Sun Apr 20, 2025 3:20 pm

You should remove cash_hand_player_statistics.flg_t_cbet_opp since it is not going to be true if the player did not CBet the flop.
Flag_Hippo
Moderator
 
Posts: 17040
Joined: Tue Jan 31, 2012 7:50 am

Re: Custom Stats xxB

Postby Alex Gaita » Sun Apr 20, 2025 3:52 pm

like this will be fine?

cnt_r_xxB_cbet_opp
sum(if[char_length(cash_hand_summary.str_aggressors_p) = 2 and cash_hand_player_statistics.flg_r_open_opp AND lookup_actions_t.action='X' AND
cash_hand_player_statistics.flg_f_cbet_opp AND lookup_actions_f.action='X', 1, 0])

cnt_r_xxB_cbet
sum(if[char_length(cash_hand_summary.str_aggressors_p) = 2 and cash_hand_player_statistics.flg_r_bet AND
(cash_hand_player_statistics.amt_r_bet_made > 0)AND lookup_actions_t.action='X' AND
cash_hand_player_statistics.flg_f_cbet_opp AND lookup_actions_f.action='X', 1, 0])
Alex Gaita
 
Posts: 7
Joined: Mon Jul 11, 2022 12:07 pm

Re: Custom Stats xxB

Postby Flag_Hippo » Mon Apr 21, 2025 5:43 am

Yes that's fine.
Flag_Hippo
Moderator
 
Posts: 17040
Joined: Tue Jan 31, 2012 7:50 am


Return to Custom Stats, Reports and HUD Profiles

Who is online

Users browsing this forum: No registered users and 3 guests