4bet+ Preflop After Raising from EP vs MP 3bet

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

Moderators: WhiteRider, kraada, Flag_Hippo, morny, Moderators

4bet+ Preflop After Raising from EP vs MP 3bet

Postby pigi21 » Mon Dec 30, 2019 5:06 pm

Hi guys,

I'm trying to add custom stats for 4bet+ preflop after raising from a specific position vs specific 3bet position. I'm asking help for EP vs MP 3bet just for example, because I think the formula will be the same for every position vs position (needs only change positions parameters).

I have created the following value expression

Code: Select all
(cnt_p_4bet_from_ep_vs_mp / cnt_p_4bet_opp_from_ep_vs_mp) *100


where first column is

Code: Select all
sum(if[cash_hand_player_statistics.flg_p_first_raise and cash_hand_player_statistics.flg_p_4bet and cash_hand_summary.str_aggressors_p LIKE '8323%' and cash_hand_summary.str_actors_p LIKE '3%', 1, 0])


I'm in trouble with the second one, I don't know how to write them. I need the count of opportunity of 4betting after raise first in preflop from EP vs MP 3bet.

Hope you can help me

Cheers
pigi21
 
Posts: 7
Joined: Tue Dec 13, 2016 11:48 am

Re: 4bet+ Preflop After Raising from EP vs MP 3bet

Postby pigi21 » Tue Dec 31, 2019 5:50 am

I have forgotten the second column code I entered

Code: Select all
sum(if[cash_hand_player_statistics.flg_p_4bet_opp AND cash_hand_player_statistics.flg_p_first_raise and cash_hand_summary.str_aggressors_p LIKE '832%' and cash_hand_summary.str_actors_p LIKE '3%', 1, 0])


don't know if it is correct

thanks
pigi21
 
Posts: 7
Joined: Tue Dec 13, 2016 11:48 am

Re: 4bet+ Preflop After Raising from EP vs MP 3bet

Postby Flag_Hippo » Tue Dec 31, 2019 6:43 am

That's fine. You can also review/test hands using any expressions you create in a custom hand report with the method described here.
Flag_Hippo
Moderator
 
Posts: 15456
Joined: Tue Jan 31, 2012 7:50 am

Re: 4bet+ Preflop After Raising from EP vs MP 3bet

Postby pigi21 » Tue Dec 31, 2019 7:56 am

Flag_Hippo wrote:That's fine. You can also review/test hands using any expressions you create in a custom hand report with the method described here.



Thanks a lot! Happy new year :D
pigi21
 
Posts: 7
Joined: Tue Dec 13, 2016 11:48 am


Return to Custom Stats, Reports and HUD Profiles

Who is online

Users browsing this forum: No registered users and 5 guests

cron