PFR from the SB
Posted: Tue Jul 10, 2012 8:53 am
I created 2 columns:
and
than I created statistic FPR from the SB
Value expression: (cnt_sb_pfr / cnt_sb) * 100
Format expression: format_number( (cnt_sb_pfr / cnt_sb) * 100, 2, true, true )
I checked all expressions - all fine, but when I try to add this stat into my HUD I am not see it. I don't understand what is the problem.
Can anybody to help me?
Thanks.
- Code: Select all
cnt_sb = sum( if[holdem_hand_player_statistics.flg_blind_b=false AND holdem_hand_player_statistics.flg_blind_s,1,0])
and
- Code: Select all
cnt_sb_pfr = SUM(if[holdem_hand_player_statistics.cnt_p_raise > 0 AND holdem_hand_player_statistics.flg_blind_s,1,0])
than I created statistic FPR from the SB
Value expression: (cnt_sb_pfr / cnt_sb) * 100
Format expression: format_number( (cnt_sb_pfr / cnt_sb) * 100, 2, true, true )
I checked all expressions - all fine, but when I try to add this stat into my HUD I am not see it. I don't understand what is the problem.
Can anybody to help me?
Thanks.