How I can insert filter in my statistic?

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

Moderators: WhiteRider, kraada, Flag_Hippo, morny, Moderators

How I can insert filter in my statistic?

Postby Feder96 » Thu Nov 09, 2023 7:55 am

Good morning,
I need to create new statistics, like "cbet flop when there is one A on the flop". How I can tell to PT4 that the cbet is refered only situation with A on flop?

The screenshot shows the normal statistic. What have I add?

Thank you!
Attachments
immagine_2023-11-09_125457393.png
Feder96
 
Posts: 8
Joined: Fri Apr 10, 2020 8:58 am

Re: How I can insert filter in my statistic?

Postby Flag_Hippo » Tue Nov 14, 2023 7:42 am

If there is one ace on the flop the following is true:

Code: Select all
tourney_hand_summary.card_1 > 0 AND ((tourney_hand_summary.card_1 % 13) = 0 AND (tourney_hand_summary.card_2 % 13) !=0 AND (tourney_hand_summary.card_3 % 13) !=0) OR ((tourney_hand_summary.card_2 % 13) = 0 AND (tourney_hand_summary.card_1 % 13) !=0 AND (tourney_hand_summary.card_3 % 13) !=0) OR ((tourney_hand_summary.card_3 % 13) = 0 AND (tourney_hand_summary.card_1 % 13) !=0 AND (tourney_hand_summary.card_2 % 13) !=0)

but before you can create this statistic you can need to create the custom columns for it with the correct expression in the 'Columns' section - see this guide for the basics on custom statistics creation and this guide for a deeper walkthrough. While the latter was written for PokerTracker 3 and the user interface is different the techniques still apply to PokerTracker 4.
Flag_Hippo
Moderator
 
Posts: 15186
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 46 guests

cron