Did 3bet, F cbet, T cbet, R check/fold

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

Moderators: WhiteRider, kraada, Flag_Hippo, morny, Moderators

Did 3bet, F cbet, T cbet, R check/fold

Postby poochie » Tue Jan 11, 2022 3:32 am

I would like to create this Statistic
Did 3bet, F cbet, T cbet, R check/fold


(cnt_t_cbet_3bet_pot / cnt_t_cbet_opp_3bet_pot)
/
(cnt_r_float_def_action_fold / cnt_r_float_def_opp)


I have this snippet but i it does not take into consideration when hero didnt check river (turn alls ins, etc)

Can somebody help me out with this?
poochie
 
Posts: 40
Joined: Sat Oct 22, 2011 5:57 am

Re: Did 3bet, F cbet, T cbet, R check/fold

Postby Flag_Hippo » Tue Jan 11, 2022 6:16 am

poochie wrote:I would like to create this Statistic
Did 3bet, F cbet, T cbet, R check/fold

(cnt_t_cbet_3bet_pot / cnt_t_cbet_opp_3bet_pot)
/
(cnt_r_float_def_action_fold / cnt_r_float_def_opp)


I have this snippet

You don't need the turn cbet columns. The existing columns for the 'Fold to R Float Bet' already account for that and you would just need to add a 3Bet pot specification to those column expressions:

Code: Select all
char_length(cash_hand_summary.str_aggressors_p) = 3

See this guide for the basics on custom statistics creation and this guide for a deeper walkthrough.

poochie wrote:but i it does not take into consideration when hero didnt check river (turn alls ins, etc)

You have defined your statistic above as "Did 3bet, F cbet, T cbet, R check/fold". Why would you want to take hands where the player didn't check the river into consideration when it doesn't fit the definition of your statistic?
Flag_Hippo
Moderator
 
Posts: 14441
Joined: Tue Jan 31, 2012 7:50 am

Re: Did 3bet, F cbet, T cbet, R check/fold

Postby poochie » Tue Jan 11, 2022 10:28 am

Thx a lot i was able to do it!!!
poochie
 
Posts: 40
Joined: Sat Oct 22, 2011 5:57 am

Re: Did 3bet, F cbet, T cbet, R check/fold

Postby Flag_Hippo » Tue Jan 11, 2022 11:37 am

Pleased to hear it :)
Flag_Hippo
Moderator
 
Posts: 14441
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 25 guests

cron
highfalutin