Discuss how to create custom stats, reports and HUD profiles and share your creations.
Moderators: WhiteRider, kraada, Flag_Hippo, morny, Moderators
by lifeisagame69 » Sat Jan 04, 2025 1:05 am
How can i setup a stats that would represent a continuation bet on flop, turn and river, in single raised pot out of position blind vs blind?
-
lifeisagame69
-
- Posts: 222
- Joined: Wed Oct 29, 2008 12:27 am
by Ventilatorrr » Sat Jan 04, 2025 12:57 pm
Hello,
First you need to create two custom columns, one for the instance when player Triple Barrels with the conditions you specified and the other for the opportunity to Tripple Barrel. Afterward, you create a statistic using these two columns.
I believe this does what you are looking for:
1st column:
cnt_3brl_bvb_oop_srp- Code: Select all
sum(if[cash_hand_player_statistics.flg_blind_s AND cash_hand_player_statistics.flg_p_open_opp AND cash_hand_player_statistics.flg_p_first_raise AND NOT lookup_actions_p.action LIKE '__%' AND cash_hand_player_statistics.flg_f_first AND cash_hand_player_statistics.flg_r_cbet , 1, 0])
2nd column:
cnt_3brl_bvb_oop_srp_opp- Code: Select all
sum(if[cash_hand_player_statistics.flg_blind_s AND cash_hand_player_statistics.flg_p_open_opp AND cash_hand_player_statistics.flg_p_first_raise AND NOT lookup_actions_p.action LIKE '__%' AND cash_hand_player_statistics.flg_f_first AND cash_hand_player_statistics.flg_r_cbet_opp , 1, 0])
Statistic:
Triple Barrel BVB OOP SRP- Code: Select all
(cnt_3brl_bvb_oop_srp / cnt_3brl_bvb_oop_srp_opp) * 100
-
Ventilatorrr
- Moderator
-
- Posts: 79
- Joined: Sun Jul 19, 2015 12:39 pm
Return to Custom Stats, Reports and HUD Profiles
Users browsing this forum: No registered users and 10 guests