No Cold 4-bet

Questions and discussion about PokerTracker 4 for Windows

Moderators: WhiteRider, kraada, Flag_Hippo, morny, Moderators

No Cold 4-bet

Postby carl91 » Wed Apr 29, 2020 2:59 am

Hey there,

Trying to gauge population's 3-bet/bluff frequencies. Currently have this filter set up:

https://imgur.com/a/DikDax8

Combining this with fold to 4-bet stat to hopefully get an idea. Not sure if it's the perfect filter set up though??? Any ideas would be appreciated.

Anyway, the main issue is that this also includes scenarios where a player behind cold 4-bets. I'm only interested in when the PFR 2-bets, the IP player 3-bets, and the original PFR 4-bet shoves all-in.

Thanks.
carl91
 
Posts: 37
Joined: Wed Jan 03, 2018 4:25 am

Re: No Cold 4-bet

Postby Flag_Hippo » Wed Apr 29, 2020 12:12 pm

That isn't possible with built-in filters but you can use this expression filter in a custom report to test for the position of the 2Bettor being the same as the 4Bettor:

Code: Select all
char_length(tourney_hand_summary.str_aggressors_p) >= 4 and substring(tourney_hand_summary.str_aggressors_p from 2 for 1) = substring(tourney_hand_summary.str_aggressors_p from 4 for 1)

You can use this expression filter by clicking on the 'Filters' link and selecting 'Add New Expression Filters'.
Flag_Hippo
Moderator
 
Posts: 14507
Joined: Tue Jan 31, 2012 7:50 am

Re: No Cold 4-bet

Postby carl91 » Wed Apr 29, 2020 10:04 pm

Perfect, thanks a lot!
carl91
 
Posts: 37
Joined: Wed Jan 03, 2018 4:25 am

Re: No Cold 4-bet

Postby carl91 » Thu Apr 30, 2020 12:06 am

Actually one more thing. Sometimes included in the results are when a player behind over-calls my 3-bet and am not sure how to get rid of these results.
carl91
 
Posts: 37
Joined: Wed Jan 03, 2018 4:25 am

Re: No Cold 4-bet

Postby Flag_Hippo » Thu Apr 30, 2020 6:11 am

Use this instead:

Code: Select all
char_length(tourney_hand_summary.str_aggressors_p) >= 4 and char_length(tourney_hand_summary.str_actors_p) >= 3 and substring(tourney_hand_summary.str_aggressors_p from 2 for 1) = substring(tourney_hand_summary.str_aggressors_p from 4 for 1) and substring(tourney_hand_summary.str_aggressors_p from 2 for 3) = substring(tourney_hand_summary.str_actors_p from 1 for 3)
Flag_Hippo
Moderator
 
Posts: 14507
Joined: Tue Jan 31, 2012 7:50 am


Return to PokerTracker 4

Who is online

Users browsing this forum: Google [Bot] and 73 guests

cron