CO fold vs BU 3 bet

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

Moderators: WhiteRider, kraada, Flag_Hippo, morny, Moderators

Re: CO fold vs BU 3 bet

Postby Flag_Hippo » Tue Dec 10, 2024 1:14 pm

ThrustWorld wrote:I'm trying to do stats [Position] fold vs [Position] 3 bet.
I need a clarification: the values I need to change are "cash_hand_player_statistics.position = 1"

You change that based on the position of the player who is folding.
ThrustWorld wrote:and "cash_hand_summary.str_aggressors_p LIKE '810%', 1, 0]", right? "809%" is for sb and "810%" is for the other positions?

'809%' is for the BTN 2betting and the SB 3betting. '810%' is for the CO 2betting and the BTN 3betting. See this post for more information on how the aggressors and actors strings are defined.
Flag_Hippo
Moderator
 
Posts: 15381
Joined: Tue Jan 31, 2012 7:50 am

Re: CO fold vs BU 3 bet

Postby ThrustWorld » Wed Dec 11, 2024 8:59 am

So the numbers inside "" represent the position + action of the respective player. Now it is clear, thanks!
ThrustWorld
 
Posts: 2
Joined: Sat May 20, 2023 7:16 pm

Re: CO fold vs BU 3 bet

Postby Toddhoy » Fri Dec 20, 2024 9:42 pm

Hey I'm also keen to use this but don't actually know how to implement :cry: .

I have saved the SQL as a column but then don't know how to make into the proper stat. I assume it needs to be the column cnt_p_3bet_def_action_fold_when_rfi_co_vs_btn divided by another custom column which is RFI CO and face 3bet multiplied by 100?

So the denominator should be something like: sum(if[cash_hand_player_statistics.flg_p_first_raise and cash_hand_player_statistics.flg_p_open_opp and cash_hand_player_statistics.position = 1 and cash_hand_player_statistics.flg_p_3bet_def_opp and cash_hand_summary.str_aggressors_p LIKE '810%', 1, 0])

Basically just tried to remove the fold condition from the denominator to get the % of times the fold happens when the action took place. And then we can use this stat in all players report?
Pls help!

Cheers
Toddhoy
 
Posts: 3
Joined: Fri Dec 05, 2014 11:38 pm

Re: CO fold vs BU 3 bet

Postby Flag_Hippo » Sat Dec 21, 2024 7:03 am

Yes that's correct.
Flag_Hippo
Moderator
 
Posts: 15381
Joined: Tue Jan 31, 2012 7:50 am

Re: CO fold vs BU 3 bet

Postby Toddhoy » Sat Dec 21, 2024 10:13 pm

Thanks for confirming! Sorry to be a pest but is it possible to add a condition to filter to a range of 3bet sizes? I only want to look at hands where the 3bettor made it between 10 and 15 big blinds
Toddhoy
 
Posts: 3
Joined: Fri Dec 05, 2014 11:38 pm

Re: CO fold vs BU 3 bet

Postby Flag_Hippo » Sun Dec 22, 2024 6:22 am

For that you can add:

Code: Select all
((cash_hand_player_statistics.amt_p_raise_made + cash_hand_player_statistics.amt_p_3bet_facing) / cash_limit.amt_bb) between 10 and 15
Flag_Hippo
Moderator
 
Posts: 15381
Joined: Tue Jan 31, 2012 7:50 am

Previous

Return to Custom Stats, Reports and HUD Profiles

Who is online

Users browsing this forum: No registered users and 34 guests

cron