Specific opponent is first raiser

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

Moderators: WhiteRider, kraada, Flag_Hippo, morny, Moderators

Specific opponent is first raiser

Postby Jackntigger » Sun Nov 01, 2020 7:07 pm

Hi, is there any way I can write an expression to specify who the first raiser is? Say I'm the active player on one of the blinds and I have a range of suited connectors and I want to specify that the first raiser that I'm facing is 'CallerHank' or 'CallerJohn'.
So I'm looking to be able to group together players who don't fold much to a 3bet and test how specific hand ranges fare vs them.
Jackntigger
 
Posts: 84
Joined: Fri May 08, 2015 10:35 pm

Re: Specific opponent is first raiser

Postby Flag_Hippo » Mon Nov 02, 2020 5:26 am

You can filter for the first raiser(s) from your perspective with this expression filter:

Code: Select all
cash_hand_player_statistics.id_hand in (SELECT chps.id_hand from cash_hand_player_statistics chps, player p where chps.flg_p_first_raise and chps.id_player = p.id_player and p.player_name SIMILAR TO '(CallerHank|CallerJohn)')
Flag_Hippo
Moderator
 
Posts: 14503
Joined: Tue Jan 31, 2012 7:50 am

Re: Specific opponent is first raiser

Postby Jackntigger » Mon Nov 02, 2020 8:36 pm

Thank you, works great.
Jackntigger
 
Posts: 84
Joined: Fri May 08, 2015 10:35 pm


Return to Custom Stats, Reports and HUD Profiles

Who is online

Users browsing this forum: No registered users and 15 guests

cron