Discuss how to create custom stats, reports and HUD profiles and share your creations.
Moderators: WhiteRider, kraada, Flag_Hippo, morny, Moderators
by kingreigns » Wed Aug 24, 2016 10:12 am
So i have made this but not sure how to make it be specifically for a cbet.
(cnt_f_halfpotbet_def_action_fold / cnt_f_halfpotbet_def_opp) * 100
sum(if[(cash_hand_player_statistics.val_f_bet_facing_pct BETWEEN 31 and 36) and cash_hand_player_statistics.cnt_f_call = 0 and cash_hand_player_statistics.cnt_f_raise = 0 and cash_hand_player_statistics.enum_folded = 'F', 1, 0])
sum(if[cash_hand_player_statistics.val_f_bet_facing_pct BETWEEN 31 and 36, 1, 0])
-
kingreigns
-
- Posts: 312
- Joined: Mon Jan 20, 2014 12:11 pm
by kraada » Wed Aug 24, 2016 10:29 am
Add: cash_hand_player_statistics.flg_f_cbet_def_opp
-
kraada
- Moderator
-
- Posts: 54435
- Joined: Wed Mar 05, 2008 2:32 am
- Location: NY
by kingreigns » Wed Aug 24, 2016 2:49 pm
So like this?
sum(if[(cash_hand_player_statistics.val_f_bet_facing_pct BETWEEN 31 and 36) AND cash_hand_player_statistics.flg_f_cbet_def_opp AND cash_hand_player_statistics.cnt_f_call = 0 and cash_hand_player_statistics.cnt_f_raise = 0 and cash_hand_player_statistics.enum_folded = 'F', 1, 0])
-
kingreigns
-
- Posts: 312
- Joined: Mon Jan 20, 2014 12:11 pm
by kraada » Wed Aug 24, 2016 3:46 pm
That would do it yes.
-
kraada
- Moderator
-
- Posts: 54435
- Joined: Wed Mar 05, 2008 2:32 am
- Location: NY
by kingreigns » Thu Aug 25, 2016 3:02 pm
do i also need to add it the opportunities?
sum(if[cash_hand_player_statistics.val_f_bet_facing_pct BETWEEN 31 and 36, 1, 0])
Like this?
sum(if[cash_hand_player_statistics.val_f_bet_facing_pct BETWEEN 31 and 36 AND cash_hand_player_statistics.flg_f_cbet_def_opp, 1, 0])
-
kingreigns
-
- Posts: 312
- Joined: Mon Jan 20, 2014 12:11 pm
by kraada » Thu Aug 25, 2016 3:51 pm
You got it

-
kraada
- Moderator
-
- Posts: 54435
- Joined: Wed Mar 05, 2008 2:32 am
- Location: NY
Return to Custom Stats, Reports and HUD Profiles
Users browsing this forum: No registered users and 3 guests