PF AI

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

Moderators: WhiteRider, kraada, Flag_Hippo, morny, Moderators

PF AI

Postby burn1nglove » Tue Mar 31, 2026 12:15 am

Hello! Please tell me how to make a quick filter for situations that include all hands where I went all-in preflop on any line (that is, on the SB I push, opponent calls, I raise-opponent pushes-I call, I limp - opponent pushes/ISO -I call/push. And on the BB, I call a push after an open-push, 3B push, ISO-push opponent calls). And is it possible to somehow distinguish between hands that were all-in and those that weren't all-in after all-in?
burn1nglove
 
Posts: 3
Joined: Tue Jun 17, 2025 1:05 pm

Re: PF AI

Postby Flag_Hippo » Thu Apr 02, 2026 6:17 am

burn1nglove wrote:Hello! Please tell me how to make a quick filter for situations that include all hands where I went all-in preflop on any line (that is, on the SB I push, opponent calls, I raise-opponent pushes-I call, I limp - opponent pushes/ISO -I call/push. And on the BB, I call a push after an open-push, 3B push, ISO-push opponent calls).

You can build a quick filter for that with:

Code: Select all
(NOT (First Flop Action Any Action)) AND (Saw Showdown)

Guide: NOT Filters
burn1nglove wrote:And is it possible to somehow distinguish between hands that were all-in and those that weren't all-in after all-in?

That will need a custom expression filter in a custom report:

Guide: Creating My Reports

Code: Select all
NOT lookup_actions_f.action LIKE '_%' AND tourney_hand_player_statistics.flg_showdown AND (tourney_hand_player_statistics.amt_bet_ttl = tourney_hand_player_statistics.amt_before)

You can use this expression filter by clicking on the 'Filters' link and selecting 'Add New Expression Filters'. Change '=' to '<' for hands where you covered your opponent(s).
Flag_Hippo
Moderator
 
Posts: 17040
Joined: Tue Jan 31, 2012 7:50 am


Return to Custom Stats, Reports and HUD Profiles

Who is online

Users browsing this forum: No registered users and 3 guests