Page 1 of 1

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

PostPosted: Mon Dec 30, 2019 5:06 pm
by pigi21
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

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

PostPosted: Tue Dec 31, 2019 5:50 am
by pigi21
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

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

PostPosted: Tue Dec 31, 2019 6:43 am
by Flag_Hippo
That's fine. You can also review/test hands using any expressions you create in a custom hand report with the method described here.

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

PostPosted: Tue Dec 31, 2019 7:56 am
by pigi21
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