3Bet Shove PF and 3Bet Not Shove PF

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

Moderators: WhiteRider, kraada, Flag_Hippo, morny, Moderators

3Bet Shove PF and 3Bet Not Shove PF

Postby Devos93 » Thu Mar 11, 2021 3:29 pm

Hi at all,
I'm trying to build up 3bet Al PF and 3bet Nal PF for my Spin&go Hud.

Already searching on the forum, I managed to get this one:
3bet Al:
Code: Select all
(cnt_p_3bet_ai / cnt_p_3bet_opp) * 100

cnt_p_3bet_ai:
Code: Select all
sum(if[tourney_hand_player_statistics.flg_p_3bet AND tourney_hand_player_statistics.amt_p_raise_made >= tourney_hand_player_statistics.amt_p_effective_stack, 1, 0])


But i just want to count those situation in which a villain open shove when facing mini raise preflop (2bet or a low bet size anyway), because i already use a "raise with previous limpers" for the shove without previous raises. What i have to implement in it ?
Devos93
 
Posts: 6
Joined: Wed Jan 13, 2021 1:19 pm

Re: 3Bet Shove PF and 3Bet Not Shove PF

Postby Devos93 » Fri Mar 12, 2021 10:22 am

for example i would like to filter follow situation (in spin&go):

BB open with a size between 2 and 2,5 BB
SB Fold
BB 3Bet Shove

I don't know what is wrong in the previous code.
Furthermore, how can i filter this stat for BBvsBTN 3bet Shove, and BBvsSB 3bet Shove ? :?:
Devos93
 
Posts: 6
Joined: Wed Jan 13, 2021 1:19 pm

Re: 3Bet Shove PF and 3Bet Not Shove PF

Postby Flag_Hippo » Sat Mar 13, 2021 1:27 pm

You can specify the size of the 2Bet faced using tourney_hand_player_statistics.amt_p_2bet_facing.

The amount faced is the amount needed to call in chips so divide by tourney_blinds.amt_bb for the value in big blinds.

For players in the big blind if the BTN minraises (2BB) they are facing a raise of 1BB so you would need to use that or add tourney_hand_player_statistics.amt_blind into your expression.

You can also include/exclude aggressors and/or actors using those strings - this post has more information on how the actors and aggressors strings work.
Flag_Hippo
Moderator
 
Posts: 14510
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 21 guests

cron