3BET and ISO A 1BB

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

Moderators: WhiteRider, kraada, Flag_Hippo, morny, Moderators

3BET and ISO A 1BB

Postby plukhead » Thu Jun 23, 2022 9:27 am

hola necesito ayuda con 2 expresiones

1 - 3bet (vs 2bet <= 1/3 Stack Efectivo) a 1BB desde cualquier posicion con mas de 17BB de stack efectivo

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/3)))
AND (tourney_hand_player_statistics.amt_p_effective_stack / tourney_blinds.amt_bb) BETWEEN 17 AND 75, 1, 0])

faltaria agregarle la expresion para filtrar solo las 3bet a 1BB

2- ISO a 1BB desde cualquier posicion con mas de 17BB de stack efectivo

tourney_hand_player_statistics.amt_p_effective_stack / tourney_blinds.amt_bb) BETWEEN 17 AND 75
AND tourney_hand_player_statistics.cnt_p_face_limpers > 0
AND tourney_hand_player_statistics.flg_p_first_raise

faltaria la expresion para filtrar solo los iso a 1BB

Gracias.
plukhead
 
Posts: 116
Joined: Mon Sep 16, 2019 11:16 pm

Re: 3BET and ISO A 1BB

Postby Flag_Hippo » Thu Jun 23, 2022 12:44 pm

1. If you mean a min 3Bet vs a min 2Bet (which would be to 3BB total) then that would be:

Code: Select all
tourney_hand_player_statistics.flg_p_3bet and (tourney_hand_player_statistics.amt_p_raise_made / tourney_blinds.amt_bb) = 3

2. If you mean a min 2Bet vs a limp (which would be to 2BB total) then that would be:

Code: Select all
tourney_hand_player_statistics.flg_p_first_raise and tourney_hand_player_statistics.cnt_p_face_limpers > 0 and (tourney_hand_player_statistics.amt_p_raise_made / tourney_blinds.amt_bb) = 2
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 27 guests

cron
highfalutin