4bet pot stats

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

Moderators: WhiteRider, kraada, Flag_Hippo, morny, Moderators

4bet pot stats

Postby oblio » Fri Jul 05, 2013 9:05 am

Hello,

Could someone please make the following stats and share them (or tell me how to do it)?

-cbet flop in 4bet pot
-fold to flop cbet in 4bet pot
-cbet turn in 4bet pot
-fold to turn cbet in 4bet pot

-bet river in 4bet pot
-fold to river bet in 4bet pot
oblio
 
Posts: 32
Joined: Mon Apr 04, 2011 4:42 pm

Re: 4bet pot stats

Postby kraada » Fri Jul 05, 2013 10:42 am

I'll put them on my list. However, I can tell you that if you want to build them yourself all you need to add to the columns in the sum(if[X, 1, 0]) portion is appending to the X the following to make it for 4bet (exactly) pots:

AND char_length(cash_hand_summary.str_aggressors_p) = 4
kraada
Moderator
 
Posts: 54431
Joined: Wed Mar 05, 2008 2:32 am
Location: NY

Re: 4bet pot stats

Postby oblio » Fri Jul 12, 2013 12:41 pm

I'm sorry, I don't really understand; I'm not good with computer/programming stuff. Sorta surprised these stats are not built-in. If you could let me know where/when I can download them that'd be great, thanks!
oblio
 
Posts: 32
Joined: Mon Apr 04, 2011 4:42 pm

Re: 4bet pot stats

Postby kraada » Fri Jul 12, 2013 1:36 pm

These are not built in because in our in depth analysis we found very little difference between 3bet and 4bet pots, and given the rarity and large sample size you would need to distinguish between the two, we ended up just using 3bet+ pot stats as our built ins.
kraada
Moderator
 
Posts: 54431
Joined: Wed Mar 05, 2008 2:32 am
Location: NY

Re: 4bet pot stats

Postby Chang » Tue Sep 09, 2014 7:54 am

Hi, so the column for e.g. number of times a player cbets in 4bet pots would be:

sum(if[cash_hand_player_statistics.flg_f_cbet AND (cash_hand_player_statistics.flg_p_3bet or cash_hand_player_statistics.flg_p_4bet) AND char_length(cash_hand_summary.str_aggressors_p) = 4, 1, 0])

Right?
Chang
 
Posts: 34
Joined: Sat Sep 27, 2008 2:16 pm

Re: 4bet pot stats

Postby kraada » Tue Sep 09, 2014 8:06 am

That will work, though you can also replace "(cash_hand_player_statistics.flg_p_3bet or cash_hand_player_statistics.flg_p_4bet)" with just "cash_hand_player_statistics.flg_p_4bet" - in an exactly 4bet pot, a player can never 3bet and then cbet by definition. Though as you have it built it won't hurt anything either.
kraada
Moderator
 
Posts: 54431
Joined: Wed Mar 05, 2008 2:32 am
Location: NY

Re: 4bet pot stats

Postby mike717 » Sun May 17, 2015 7:08 pm

hey, are this stats still unavailable? I'd appreciate if someone can share flop cbet in 4bet pot and flop fold to cbet in 4bet pot for both IP/OOP
mike717
 
Posts: 1
Joined: Sun May 17, 2015 7:03 pm

Re: 4bet pot stats

Postby Caofa » Thu Aug 20, 2015 12:06 pm

mike717 wrote:hey, are this stats still unavailable? I'd appreciate if someone can share flop cbet in 4bet pot and flop fold to cbet in 4bet pot for both IP/OOP

+1
dont necessary need to be IP/OOP, but cbeting stats in 4betpot are totally usefull, pretty amazing that they are not out there yet...
Caofa
 
Posts: 5
Joined: Mon Aug 03, 2015 8:04 am

Re: 4bet pot stats

Postby dave2085 » Fri Dec 08, 2017 10:24 am

i build a fold to flop cbet stat (4bet pot), i just took the expression from fold to flop cbet in 3bet pots+

and deleted the fold to cbet in 3betpot stuff:

my expression looks like this:

sum(if[(cash_hand_player_statistics.flg_p_4bet_def_opp) AND cash_hand_player_statistics.enum_f_cbet_action='F', 1, 0])


this should work!?
dave2085
 
Posts: 186
Joined: Mon Jun 02, 2008 10:41 am

Re: 4bet pot stats

Postby Flag_Hippo » Sat Dec 09, 2017 7:43 am

That's fine although it will be for 4bet+ pots so if you want 4bet pots specifically you can add char_length(cash_hand_summary.str_aggressors_p) = 4.
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 25 guests

cron
highfalutin