Facing min raise on flop or turn

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

Moderators: WhiteRider, kraada, Flag_Hippo, morny, Moderators

Facing min raise on flop or turn

Postby Jackntigger » Wed Apr 11, 2018 8:38 pm

Hi, how do I create a filter for facing a min raise on say the flop? So, for example I bet 2 into a 3 dollar pot and my opponent raises to 4 or any combination like this where my opponent raises to 2x my bet size.
Thanks
Jackntigger
 
Posts: 84
Joined: Fri May 08, 2015 10:35 pm

Re: Facing min raise on flop or turn

Postby Flag_Hippo » Thu Apr 12, 2018 8:00 am

You can filter for a specific bet size & raise size faced but there isn't an overall simple filter that will capture all minraises at once. To filter for all flop minraises when you bet you can use the following expression filter in 'My Reports':

Code: Select all
cash_hand_player_statistics.amt_f_bet_made / cash_hand_player_statistics.amt_f_2bet_facing = 1

To add the filter click on the 'Filters' link and select 'Add New Expression Filters'. Substitute 'cash' with 'tourney' if you are in a tournament report. If you want to filter for the turn or river then all you need to do is change the 'f' to 't' or 'r' e.g.

Code: Select all
cash_hand_player_statistics.amt_t_bet_made / cash_hand_player_statistics.amt_t_2bet_facing = 1
Flag_Hippo
Moderator
 
Posts: 14507
Joined: Tue Jan 31, 2012 7:50 am

Re: Facing min raise on flop or turn

Postby Jackntigger » Thu Apr 12, 2018 11:17 am

Thanks, this worked well.
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 28 guests

cron