stat fold sb

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

Moderators: WhiteRider, kraada, Flag_Hippo, morny, Moderators

stat fold sb

Postby Olivier Pierre » Wed Jun 24, 2026 1:25 am

Hello
I can’t find the stat, I play the spins, I want to find the stat, I’m in SB, the BTN has gone off and my percentage of times where I’ve gone off too
Thank you for your help
Olivier Pierre
 
Posts: 6
Joined: Sun Sep 24, 2023 12:57 pm

Re: stat fold sb

Postby Flag_Hippo » Wed Jun 24, 2026 4:55 am

That will need a custom statistic:

cnt_p_open_fold_sb
Code: Select all
sum(if[tourney_hand_player_statistics.position = 9 and tourney_hand_player_statistics.flg_p_open_opp and lookup_actions_p.action = 'F', 1, 0])

cnt_p_open_fold_sb_opp
Code: Select all
sum(if[tourney_hand_player_statistics.position = 9 and tourney_hand_player_statistics.flg_p_open_opp, 1, 0])

See this guide for the basics on custom statistics creation.
Flag_Hippo
Moderator
 
Posts: 17057
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 10 guests