Stat facing 4bet after 3betting

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

Moderators: WhiteRider, kraada, Flag_Hippo, morny, Moderators

Stat facing 4bet after 3betting

Postby swisspoker » Tue Mar 23, 2021 12:50 pm

Hey guys

I'm looking for a stat in PT4. I want to know how often I face a 4bet after I've 3betted. Is there any stat available?

Thanks in advance!

Best regards from Switzerland
Marco
swisspoker
 
Posts: 59
Joined: Mon Jun 27, 2016 1:19 pm

Re: Stat facing 4bet after 3betting

Postby Flag_Hippo » Wed Mar 24, 2021 7:24 am

You can create a custom statistic for that using default columns:

Code: Select all
(cnt_p_4bet_def_opp_after_3b / cnt_p_3bet) * 100

although please bear in mind that if your 3betting all-in some of the time you would need to create a custom column that only counts 3Bets that were not all-in (or would've put your opponents all-in). See this guide for the basics on custom statistics creation and this guide for a deeper walkthrough.
Flag_Hippo
Moderator
 
Posts: 14441
Joined: Tue Jan 31, 2012 7:50 am

Re: Stat facing 4bet after 3betting

Postby swisspoker » Mon Apr 05, 2021 5:03 am

Hey Flag Hippo,

thanks for your answer and sorry for the late reply!

I've managed it to built the custom statistic.

Is there no Expression-text avialable for this specific custom column? (with the non all in size)

Thanks in advance and have a good week.

Best regards
Marco
swisspoker
 
Posts: 59
Joined: Mon Jun 27, 2016 1:19 pm

Re: Stat facing 4bet after 3betting

Postby Flag_Hippo » Mon Apr 05, 2021 6:25 am

Code: Select all
sum(if[tourney_hand_player_statistics.flg_p_3bet AND (tourney_hand_player_statistics.amt_p_raise_made < tourney_hand_player_statistics.amt_p_effective_stack), 1, 0])
Flag_Hippo
Moderator
 
Posts: 14441
Joined: Tue Jan 31, 2012 7:50 am

Re: Stat facing 4bet after 3betting

Postby swisspoker » Mon Apr 05, 2021 7:25 am

Hey Flag_Hippo

Thank you for the fast answer!

I've tried it - and have gotten an error message - have attached the file)

Best regards
Marco
Attachments
pt4 error.PNG
swisspoker
 
Posts: 59
Joined: Mon Jun 27, 2016 1:19 pm

Re: Stat facing 4bet after 3betting

Postby Flag_Hippo » Mon Apr 05, 2021 11:42 am

Apologies it needs to go inside a sum(if[, 1, 0]) statement (I have edited the original reply accordingly).
Flag_Hippo
Moderator
 
Posts: 14441
Joined: Tue Jan 31, 2012 7:50 am

Re: Stat facing 4bet after 3betting

Postby swisspoker » Mon Apr 05, 2021 12:42 pm

Now everything works fine - thanks a lot!
swisspoker
 
Posts: 59
Joined: Mon Jun 27, 2016 1:19 pm


Return to Custom Stats, Reports and HUD Profiles

Who is online

Users browsing this forum: No registered users and 26 guests

cron
highfalutin