[Custom Stat] Facing 3-bet frequency

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

Moderators: WhiteRider, kraada, Flag_Hippo, morny, Moderators

[Custom Stat] Facing 3-bet frequency

Postby ColdZer0 » Sun Apr 15, 2018 9:33 am

I am trying to create a stat that displays the percentage of the time a player faces a 3-bet after he raised first in. Is this correct?

(cnt_p_4bet_opp_when_open_raised / cnt_p_raise_first_in) * 100

How would I do the same thing for the Facing 4-bet frequency? cnt_p_5bet_opp_when_open_raised doesn't exist.

Thanks
ColdZer0
 
Posts: 5
Joined: Tue Feb 14, 2017 12:56 pm

Re: [Custom Stat] Facing 3-bet frequency

Postby Flag_Hippo » Tue Apr 17, 2018 9:33 am

ColdZer0 wrote:I am trying to create a stat that displays the percentage of the time a player faces a 3-bet after he raised first in. Is this correct?

(cnt_p_4bet_opp_when_open_raised / cnt_p_raise_first_in) * 100

If the 3Bet is all-in then there would be no opportunity to 4Bet so you should use this instead:

Code: Select all
(cnt_p_3bet_def_opp_when_open_raised / cnt_p_raise_first_in) * 100

ColdZer0 wrote:How would I do the same thing for the Facing 4-bet frequency? cnt_p_5bet_opp_when_open_raised doesn't exist.

Code: Select all
(cnt_p_4bet_def_opp_when_open_raised / cnt_p_raise_first_in) * 100
Flag_Hippo
Moderator
 
Posts: 14441
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 23 guests

cron
highfalutin