Page 1 of 1

Filter open raise+cold call+ squeeze+ 4bet opportunity (hero

PostPosted: Mon Feb 03, 2025 8:11 pm
by betbet73
Good evening, I would like to insert a filter in which there was an open raise, a cold call and a squeeze and I have the possibility to make a 4bet. Example: EP opens, MP calls, Button squeeze and I have the option to 4bet (from SB or BB). How can I do it?

Re: Filter open raise+cold call+ squeeze+ 4bet opportunity (

PostPosted: Tue Feb 04, 2025 7:05 am
by Flag_Hippo
There isn't a built-in filter you can use for the position of callers. To filter for an EP open, MP call & BTN squeeze will require a custom expression filter. Assuming this is for 6max then that would be:

Code: Select all
cash_hand_summary.str_aggressors_p LIKE '830%' and cash_hand_summary.str_actors_p LIKE '320%'

You can use this expression filter in a custom report by clicking on the 'Filters' link and selecting 'Add New Expression Filters' and you will need to replace "cash" with "tourney" if you are in a tournament report. This post has more information on how the actors and aggressors strings work if you want to filter for different positions/situations.