4bet Range%

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

Moderators: WhiteRider, kraada, Flag_Hippo, morny, Moderators

4bet Range%

Postby gravessen » Wed Sep 26, 2012 11:14 am

In Hm2 i had a 4bet range% stat... that fives me already the % of the range they 3bet instead of 4bet%...


Do i have this stat on pt4? thanks
gravessen
 
Posts: 13
Joined: Sat Feb 09, 2008 10:02 am

Re: 4bet Range%

Postby WhiteRider » Wed Sep 26, 2012 12:14 pm

An equivalent stat exists - we call it "4Bet+ Ratio" in PT4 because it's not really a "range", which is a collection of hole cards, it's a ratio.
WhiteRider
Moderator
 
Posts: 53961
Joined: Sat Jan 19, 2008 7:06 pm
Location: UK

Re: 4bet Range%

Postby bruzi » Sun Oct 27, 2013 4:10 am

Hi all-

If someone wants to make a 5 bet range (stats) ?(4B+ratio exist but this isnt what I need)

Thank you!!
bruzi
 
Posts: 116
Joined: Tue Mar 12, 2013 3:53 am

Re: 4bet Range%

Postby WhiteRider » Sun Oct 27, 2013 5:21 am

How exactly would you define the stat you want? Would the player's first raise have to be a certain type (e.g. 2bet or 3bet)?
WhiteRider
Moderator
 
Posts: 53961
Joined: Sat Jan 19, 2008 7:06 pm
Location: UK

Re: 4bet Range%

Postby bruzi » Sun Oct 27, 2013 5:31 am

WhiteRider wrote:How exactly would you define the stat you want? Would the player's first raise have to be a certain type (e.g. 2bet or 3bet)?



-(4 bet range/-open raise 10% ->get 3bet and 4bet 30%->4B range is 3%)

I need after 3Bet if is possible..
bruzi
 
Posts: 116
Joined: Tue Mar 12, 2013 3:53 am

Re: 4bet Range%

Postby WhiteRider » Sun Oct 27, 2013 5:39 am

Can you explain how your 5Bet version would work? That seems to be the same as the current 4Bet Ratio stat.
WhiteRider
Moderator
 
Posts: 53961
Joined: Sat Jan 19, 2008 7:06 pm
Location: UK

Re: 4bet Range%

Postby bruzi » Sun Oct 27, 2013 6:24 am

WhiteRider wrote:Can you explain how your 5Bet version would work? That seems to be the same as the current 4Bet Ratio stat.



I need 5bet range,HoldemManager2 has this stats (total 5Bet range)..
I am little confused,but HM2 has this stats -If u can u make same ty.(I dont know definition).
bruzi
 
Posts: 116
Joined: Tue Mar 12, 2013 3:53 am

Re: 4bet Range%

Postby WhiteRider » Sun Oct 27, 2013 7:58 am

I assume you would want new columns like these (to use instead of the 4bet versions in the 4Bet Ratio stat):

cnt_p_5bet_after_raising =
sum(if[(cash_hand_player_statistics.flg_p_first_raise OR cash_hand_player_statistics.flg_p_3bet) and (char_length(cash_hand_summary.str_aggressors_p) >= 4 AND substring(cash_hand_summary.str_aggressors_p from 4 for 1)::int != cash_hand_player_statistics.position AND cash_hand_player_statistics.flg_p_4bet), 1, 0])

cnt_p_5bet_opp_after_raising =
sum(if[(cash_hand_player_statistics.flg_p_first_raise OR cash_hand_player_statistics.flg_p_3bet) and (cash_hand_player_statistics.flg_p_4bet_opp and not(cash_hand_player_statistics.flg_p_3bet_def_opp)), 1, 0])

Then you can make a new stat:
5Bet+ Ratio =
((cnt_pfr / (cnt_hands - cnt_walks)) * (cnt_p_5bet_after_raising / cnt_p_5bet_opp_after_raising)) * 100

Custom Statistics Guide
WhiteRider
Moderator
 
Posts: 53961
Joined: Sat Jan 19, 2008 7:06 pm
Location: UK

Re: 4bet Range%

Postby bruzi » Sun Oct 27, 2013 8:17 am

WhiteRider wrote:I assume you would want new columns like these (to use instead of the 4bet versions in the 4Bet Ratio stat):

cnt_p_5bet_after_raising =
sum(if[(cash_hand_player_statistics.flg_p_first_raise OR cash_hand_player_statistics.flg_p_3bet) and (char_length(cash_hand_summary.str_aggressors_p) >= 4 AND substring(cash_hand_summary.str_aggressors_p from 4 for 1)::int != cash_hand_player_statistics.position AND cash_hand_player_statistics.flg_p_4bet), 1, 0])

cnt_p_5bet_opp_after_raising =
sum(if[(cash_hand_player_statistics.flg_p_first_raise OR cash_hand_player_statistics.flg_p_3bet) and (cash_hand_player_statistics.flg_p_4bet_opp and not(cash_hand_player_statistics.flg_p_3bet_def_opp)), 1, 0])

Then you can make a new stat:
5Bet+ Ratio =
((cnt_pfr / (cnt_hands - cnt_walks)) * (cnt_p_5bet_after_raising / cnt_p_5bet_opp_after_raising)) * 100

Custom Statistics Guide


I do not know how make this,but thanks anyway.
bruzi
 
Posts: 116
Joined: Tue Mar 12, 2013 3:53 am

Re: 4bet Range%

Postby WhiteRider » Sun Oct 27, 2013 12:14 pm

Please review the Custom Statistics Guide I linked you to, which explains how to build custom stats.
WhiteRider
Moderator
 
Posts: 53961
Joined: Sat Jan 19, 2008 7:06 pm
Location: UK

Next

Return to Custom Stats, Reports and HUD Profiles

Who is online

Users browsing this forum: No registered users and 22 guests

cron
highfalutin