Filtering for flips

Questions and discussion about PokerTracker 4 for Windows

Moderators: WhiteRider, kraada, Flag_Hippo, morny, Moderators

Filtering for flips

Postby xKINGSFULLx » Wed Jan 15, 2020 2:06 am

I want to know how to filter my tournament hands for times I got it in preflop in a flip situation. I feel like I've been running terrible in flips lately and I need to know if I actually am, or it's all in my head.
xKINGSFULLx
 
Posts: 7
Joined: Tue Feb 02, 2016 8:33 pm

Re: Filtering for flips

Postby Flag_Hippo » Wed Jan 15, 2020 10:28 am

You can do that in a custom report with the following expression filter:

Code: Select all
tourney_hand_player_statistics.val_equity between .45 and .55 and (tourney_hand_player_statistics.enum_allin SIMILAR TO '(P|p)' OR tourney_hand_player_statistics.enum_face_allin SIMILAR TO '(P|p)')

You can change the equity values/street in this filter as required.
Flag_Hippo
Moderator
 
Posts: 15615
Joined: Tue Jan 31, 2012 7:50 am

Re: Filtering for flips

Postby xKINGSFULLx » Wed Jan 15, 2020 6:34 pm

Thank you that did work for me.

I had to filter for hands I either went all in pre or called allin pre. I had to do this because it considered it a a hand a flip no matter what street you get it in on if the equities fall within the parameters. I did this by:


Actions and Opportunities > Actions and Opportunities - Preflop > Preflop Raises > Raised All-In Preflop

And

Actions and Opportunities > Actions and Opportunities - Preflop > Preflop Calls > Went All-In (on)

So I assuming I did that correctly I have one more question.

It also considers it a flip when you get it in vs the same hand, like AA vs AA. Is there a way I can filter OUT those hands? I believe I'll have to change the custom filter expression somehow?

Thanks.
xKINGSFULLx
 
Posts: 7
Joined: Tue Feb 02, 2016 8:33 pm

Re: Filtering for flips

Postby Flag_Hippo » Thu Jan 16, 2020 7:46 am

xKINGSFULLx wrote:I had to filter for hands I either went all in pre or called allin pre. I had to do this because it considered it a a hand a flip no matter what street you get it in on if the equities fall within the parameters. I did this by:

Actions and Opportunities > Actions and Opportunities - Preflop > Preflop Raises > Raised All-In Preflop

And

Actions and Opportunities > Actions and Opportunities - Preflop > Preflop Calls > Went All-In (on)

The expression filter I gave does that already and when testing it I do not see any hands where the all-in was postflop. Can you please attach a screenshot showing the active expression filter with hands that are showing incorrectly either here or in a Support Ticket.

xKINGSFULLx wrote:It also considers it a flip when you get it in vs the same hand, like AA vs AA. Is there a way I can filter OUT those hands? I believe I'll have to change the custom filter expression somehow?

Code: Select all
tourney_hand_player_statistics.val_equity between .45 and .49 and tourney_hand_player_statistics.val_equity between .51 and .55 and (tourney_hand_player_statistics.enum_allin SIMILAR TO '(P|p)' OR tourney_hand_player_statistics.enum_face_allin SIMILAR TO '(P|p)')
Flag_Hippo
Moderator
 
Posts: 15615
Joined: Tue Jan 31, 2012 7:50 am


Return to PokerTracker 4

Who is online

Users browsing this forum: No registered users and 42 guests

cron
highfalutin