Pfr SB vs BB

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

Moderators: WhiteRider, kraada, Flag_Hippo, morny, Moderators

Pfr SB vs BB

Postby payforview » Thu May 14, 2020 9:24 am

Hi, i would like to create pfr SB vs BB with more than 13bb
The stat have to calculate only pfr versus bb excluding allin preflop and btn action.
I tried in this way, but I think is not good

(cnt_pfr_SB_13 / cnt_hands_SB_13) * 100

cnt_pfr_SB_13:
Code: Select all
sum(if[tourney_hand_player_statistics.cnt_p_raise > 0 AND NOT (tourney_hand_player_statistics.flg_p_limp) AND lookup_positions.flg_sb AND (tourney_hand_player_statistics.amt_p_effective_stack / tourney_blinds.amt_bb) > 13, 1, 0])


cnt_hands_SB_13:
Code: Select all
sum(if[tourney_hand_player_statistics.id_hand > 0 AND lookup_positions.flg_sb AND (tourney_hand_player_statistics.amt_p_effective_stack / tourney_blinds.amt_bb) > 13, 1, 0])
payforview
 
Posts: 13
Joined: Mon Jul 23, 2012 8:57 am

Return to Custom Stats, Reports and HUD Profiles

Who is online

Users browsing this forum: No registered users and 21 guests

cron
highfalutin