Discuss how to create custom stats, reports and HUD profiles and share your creations.
Moderators: WhiteRider, kraada, Flag_Hippo, morny, Moderators
by Tinman9956 » Sat Oct 25, 2025 9:42 am
I suck at stats. What I'm looking for is somebody to help me with the stats BTN fold vs BB river donk, BTN call vs BB river donk, and BTN raise vs BB river donk for cash games to add to a pop up. I found the PT4 stats, but would like some direction on how I could go about doing this, if it's not to complicated. Thank You.
-
Tinman9956
-
- Posts: 254
- Joined: Wed Nov 02, 2011 8:29 pm
by Flag_Hippo » Tue Oct 28, 2025 6:55 am
For that you will need to duplicate the columns used in those statistics and add this to the column expressions before creating the new stats:
- Code: Select all
and cash_hand_player_statistics.position = 0 and cash_hand_summary.str_aggressors_r LIKE '8%'
See
this guide for the basics on custom statistics creation and
this guide on how to create a new version of a stat. 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: 17039
- Joined: Tue Jan 31, 2012 7:50 am
by Tinman9956 » Tue Oct 28, 2025 9:47 am
Thanks for the code. I added the code but I ger this error, what am I doing wrong. Thanks
-
Tinman9956
-
- Posts: 254
- Joined: Wed Nov 02, 2011 8:29 pm
by Flag_Hippo » Tue Oct 28, 2025 1:14 pm
The column needs to be in this format:
- Code: Select all
sum(if[expression, then, else])
For example:
- Code: Select all
sum(if[cash_hand_player_statistics.enum_r_donk_action='F' and cash_hand_player_statistics.position = 0 and cash_hand_summary.str_aggressors_r LIKE '8%', 1, 0])
-
Flag_Hippo
- Moderator
-
- Posts: 17039
- Joined: Tue Jan 31, 2012 7:50 am
by Tinman9956 » Tue Oct 28, 2025 3:43 pm
Thanks for all your help. I made the columns, but am having an issue with the stat, I looked at the guides, but can't figure out how to get the positions set. Here is a screenshot of what I have. Again thanks for all your help, I just don't get this stuff.
-
Tinman9956
-
- Posts: 254
- Joined: Wed Nov 02, 2011 8:29 pm
by Flag_Hippo » Wed Oct 29, 2025 5:58 am
The positions are already set in the custom column expressions. You just need to use your custom column names to create the stats 'Value Expression'.
-
Flag_Hippo
- Moderator
-
- Posts: 17039
- Joined: Tue Jan 31, 2012 7:50 am
by Tinman9956 » Wed Oct 29, 2025 10:15 am
Got it working, again, thanks for all your help.
-
Tinman9956
-
- Posts: 254
- Joined: Wed Nov 02, 2011 8:29 pm
Return to Custom Stats, Reports and HUD Profiles
Users browsing this forum: No registered users and 7 guests