BU vs BB spots

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

Moderators: WhiteRider, kraada, Flag_Hippo, morny, Moderators

BU vs BB spots

Postby ridodirado » Wed Mar 19, 2025 3:51 am

I would like to extract the BU vs BB spots with this action sequence: BC BC XX. How can I create the filter in the report?
ridodirado
 
Posts: 41
Joined: Thu Dec 15, 2011 11:31 am

Re: BU vs BB spots

Postby Flag_Hippo » Wed Mar 19, 2025 4:36 am

If you want all BU vs BB spots regardless of preflop actions you can enter this expression filter in a custom report:

Code: Select all
cash_hand_summary.str_actors_p LIKE '08%'

You can use this expression filter by clicking on the 'Filters' link and selecting 'Add New Expression Filters' (substitute '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 situations.

You can filter for a players actions on each street via 'Hand Details -> Actions & Opportunities -> Street -> Street Action Sequence'. This is specific to each player so you need to do that from either the perspective of the BTN or BB. If you do that from the persepective of the BB betting out of position you will need to filter for them NOT taking a second action on each street.
Flag_Hippo
Moderator
 
Posts: 17044
Joined: Tue Jan 31, 2012 7:50 am

Re: BU vs BB spots

Postby ridodirado » Wed Mar 19, 2025 2:00 pm

I'm confused. With this string
cash_hand_summary.str_aggressors_p LIKE '80' and cash_hand_summary.str_actors_p LIKE '08'
I extract all BU vs BB spots where hero is BU. Now I have two questions:
1) How can i extract the ones where hero is BB?
2) How can I proceed to extract those where on the flop BU checks BB and then on the turn BU checks BB checks?
ridodirado
 
Posts: 41
Joined: Thu Dec 15, 2011 11:31 am

Re: BU vs BB spots

Postby Flag_Hippo » Thu Mar 20, 2025 5:35 am

ridodirado wrote:1) How can i extract the ones where hero is BB?
2) How can I proceed to extract those where on the flop BU checks BB and then on the turn BU checks BB checks?

The expression filter on it's own isn't for any specific player but you can filter your own position using a regular filter.
ridodirado wrote:2) How can I proceed to extract those where on the flop BU checks BB and then on the turn BU checks BB checks?

I'm not sure what you are describing here since the BU would always act after the BB postflop but if you filter for being in the BB yourself then you can filter for your own actions on each street via 'Hand Details -> Actions & Opportunities -> Street -> Street Action Sequence'. If you want to specify that you only took one action on a street such as a single check then you will need to filter for checking as your first action and then NOT taking a second action.
Flag_Hippo
Moderator
 
Posts: 17044
Joined: Tue Jan 31, 2012 7:50 am

Re: BU vs BB spots

Postby ridodirado » Thu Mar 20, 2025 7:33 am

Sorry for the mistake. The correct sequence is
PF: BU bet BB call
FLOP: BB X BU bet BB call
TURN: BB X BU X
RIVER....
If I use the filter by position it extracts all the spots where I am BB and I call even if OR is not the BU. Or not?
How can I specify that oppo must be BU only?
ridodirado
 
Posts: 41
Joined: Thu Dec 15, 2011 11:31 am

Re: BU vs BB spots

Postby Flag_Hippo » Thu Mar 20, 2025 2:20 pm

You can do that with built-in filters:

(Position of Active Player Position of Selected Exactly 8) AND (Position of First Raiser Position of Selected Exactly 0) AND (Called Steal) AND ((First Flop Action Check) AND (Second Flop Action Call)) AND (First Turn Action Check) AND (NOT (Second Turn Action Any Action))

ridodirado.zip
(1.33 KiB) Downloaded 168 times
Flag_Hippo
Moderator
 
Posts: 17044
Joined: Tue Jan 31, 2012 7:50 am

Re: BU vs BB spots

Postby ridodirado » Fri Mar 21, 2025 2:29 am

Ty
ridodirado
 
Posts: 41
Joined: Thu Dec 15, 2011 11:31 am


Return to Custom Stats, Reports and HUD Profiles

Who is online

Users browsing this forum: No registered users and 7 guests