Turn - Delayed cbet filter

Questions and discussion about PokerTracker 4 for Windows

Moderators: WhiteRider, kraada, Flag_Hippo, morny, Moderators

Turn - Delayed cbet filter

Postby gscrmn » Mon Sep 25, 2023 10:02 am

Hello!

I would like to make a filter where there was a delayed cbet on the turn

How can I do it?

Thanks a lot!
gscrmn
 
Posts: 50
Joined: Wed Jul 29, 2020 9:14 am

Re: Turn - Delayed cbet filter

Postby Flag_Hippo » Mon Sep 25, 2023 11:06 am

Filter for:

1. Having a CBet opportunity on the flop.

2. Checking the flop and not taking a second flop action.

3. Betting the turn.

Code: Select all
(Specific Bet Opportunity Continuation Bet Opportunity) AND (First Flop Action Check) AND (NOT (Second Flop Action Any Action)) AND (Bet Turn Any Turn Bet)

Guide: Filters
Flag_Hippo
Moderator
 
Posts: 16020
Joined: Tue Jan 31, 2012 7:50 am

Re: Turn - Delayed cbet filter

Postby gscrmn » Mon Sep 25, 2023 11:10 am

How about when I am FACING it?
gscrmn
 
Posts: 50
Joined: Wed Jul 29, 2020 9:14 am

Re: Turn - Delayed cbet filter

Postby Flag_Hippo » Mon Sep 25, 2023 11:31 am

You can use this expression filter in a custom report by clicking on the 'Filters' link and selecting 'Add New Expression Filters':

Code: Select all
char_length(cash_hand_summary.str_aggressors_p) >= 2 and char_length(cash_hand_summary.str_aggressors_t) >= 1 and lookup_actions_f.action = 'X' and cash_hand_player_statistics.amt_t_bet_facing > 0 and substring(cash_hand_summary.str_aggressors_t from 1 for 1)::int = substring(cash_hand_summary.str_aggressors_p from '.$')::int

You will need to replace "cash" with "tourney" if you are in a tournament report.
Flag_Hippo
Moderator
 
Posts: 16020
Joined: Tue Jan 31, 2012 7:50 am

Re: Turn - Delayed cbet filter

Postby sujirokefujha » Wed Apr 09, 2025 10:14 am

Hello!

could someone help me create a cbet OOP delay expression filter?
sujirokefujha
 
Posts: 2
Joined: Mon Feb 03, 2020 10:17 am

Re: Turn - Delayed cbet filter

Postby Flag_Hippo » Wed Apr 09, 2025 1:02 pm

sujirokefujha wrote:could someone help me create a cbet OOP delay expression filter?

If that's for the turn and from the perspective of the player making the bet then you can use the filter that was posted here and then add a filter for being out of position via 'Hand Details -> Player Position -> Turn -> Relative Position of Selected -> Is Out of Position'.
Flag_Hippo
Moderator
 
Posts: 16020
Joined: Tue Jan 31, 2012 7:50 am

Re: Turn - Delayed cbet filter

Postby sujirokefujha » Wed Apr 09, 2025 2:09 pm

Thanks a lot bro! it worked out
sujirokefujha
 
Posts: 2
Joined: Mon Feb 03, 2020 10:17 am


Return to PokerTracker 4

Who is online

Users browsing this forum: No registered users and 1 guest

cron
highfalutin