Questions and discussion about PokerTracker 4 for Windows
Moderators: WhiteRider, kraada, Flag_Hippo, morny, Moderators
by 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: 48
- Joined: Wed Jul 29, 2020 9:14 am
by 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: 14054
- Joined: Tue Jan 31, 2012 7:50 am
by gscrmn » Mon Sep 25, 2023 11:10 am
How about when I am FACING it?
-
gscrmn
-
- Posts: 48
- Joined: Wed Jul 29, 2020 9:14 am
by 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: 14054
- Joined: Tue Jan 31, 2012 7:50 am
Return to PokerTracker 4
Users browsing this forum: Fleri89, Google [Bot] and 24 guests