WTSD without preflop all ins

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

Moderators: WhiteRider, kraada, Flag_Hippo, morny, Moderators

WTSD without preflop all ins

Postby sky44 » Mon Apr 06, 2026 1:49 am

This is the first stat I've created—could you check to see if I made any mistakes?

1st column cnt_wtsd_no_ai (type sum)

Code: Select all
sum(if[ tourney_hand_player_statistics.flg_showdown
        AND tourney_hand_player_statistics.flg_f_saw
        AND lookup_actions_f.action LIKE '_%', 1, 0 ])


2nd column cnt_f_saw_no_ai (type sum)

Code: Select all
sum(if[ tourney_hand_player_statistics.flg_f_saw
        AND lookup_actions_f.action LIKE '_%', 1, 0 ])


final statistic WTSD (no preflop all-in)

Code: Select all
( cnt_wtsd_no_ai / cnt_f_saw_no_ai ) * 100

Format: Percentage
Decimals: Yes


this stat work, but will it actually show me WTSD, excluding preflop all-ins?
sky44
 
Posts: 23
Joined: Thu Feb 27, 2014 6:18 am

Re: WTSD without preflop all ins

Postby Flag_Hippo » Mon Apr 06, 2026 4:32 am

Yes that's correct.
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 0 guests