Quick Filter BB vs BTN 3H

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

Moderators: WhiteRider, kraada, Flag_Hippo, morny, Moderators

Quick Filter BB vs BTN 3H

Postby derus » Sat Apr 07, 2018 6:08 pm

Hey,
I want to create a quick filter that contains only BB vs BTN in 3H game. Assuming that SB always folds.
What I have done:
1. Players Dealt Into Hand Between 3 and 3.
2. Posted Big Blind.
3. Position of first raiser position of selected exatly 0.
4. NOT squeeze opportunity.

However, this filter doesnt contain situation, when BTN limps and probably when BTN raises and SB 3bet shoves.

I would appreciate any help how to resolve this.
Thanks.
derus
 
Posts: 7
Joined: Fri Oct 16, 2015 4:23 am

Re: Quick Filter BB vs BTN 3H

Postby WhiteRider » Sun Apr 08, 2018 4:37 am

If you want to see hands where the BB sees the flop with just the button you could use these filters to replace your 3 & 4:
Hand Details > Number of Players > Seeing Flop = 2
Hand Details > Player Position > Flop > Is out of Position.
WhiteRider
Moderator
 
Posts: 53972
Joined: Sat Jan 19, 2008 7:06 pm
Location: UK

Re: Quick Filter BB vs BTN 3H

Postby derus » Sun Apr 08, 2018 6:35 am

Thanks for the reply!

However this doesnt show situations, where I folded vs BTN raise and its quite crucial.
derus
 
Posts: 7
Joined: Fri Oct 16, 2015 4:23 am

Re: Quick Filter BB vs BTN 3H

Postby WhiteRider » Sun Apr 08, 2018 8:14 am

Using built-in filters I'm not sure you can capture every situation where the button has entered the pot and the SB has folded - specifically if there's one limp to the BB and they raise and the limper folds I'm not sure we can tell what position the limper was.

However, we can do that with an expression filter in My Reports.

To specify that the button VPIP'd and the SB did not, you can use this instead of your 3&4 filters:

tourney_hand_summary.str_actors_p like '0%' and tourney_hand_summary.str_actors_p not like '09%'

(This says that the first player to VPIP was the button, and the second was not the small blind.)

For more information on the "actors" string click here.

If you want to do it all in an expression filter you can use this:
tourney_hand_summary.cnt_players=3 and tourney_hand_player_statistics.position=8 and tourney_hand_summary.str_actors_p like '0%' and tourney_hand_summary.str_actors_p not like '09%'

I'm assuming you're playing tournaments - if it's for cash hands then replace "tourney_" with "cash_" throughout.
WhiteRider
Moderator
 
Posts: 53972
Joined: Sat Jan 19, 2008 7:06 pm
Location: UK

Re: Quick Filter BB vs BTN 3H

Postby derus » Sun Apr 08, 2018 9:14 am

It works perfectly, thank you sir!
derus
 
Posts: 7
Joined: Fri Oct 16, 2015 4:23 am


Return to Custom Stats, Reports and HUD Profiles

Who is online

Users browsing this forum: No registered users and 31 guests

cron
highfalutin