fold cbet flop limped pot

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

Moderators: WhiteRider, kraada, Flag_Hippo, morny, Moderators

fold cbet flop limped pot

Postby plukhead » Tue Aug 24, 2021 11:02 am

hola escribí una stat similar a fold cbet flop ,pero que funcione para limped pot .necesito saber si es correcta mas allá de que no esta escrita de la forma mas optima.gracias


tourney_hand_summary.cnt_players <=3
AND char_length(tourney_hand_summary.str_aggressors_p) = 1
AND tourney_hand_player_statistics.cnt_p_face_limpers > 0
AND lookup_actions_f.action SIMILAR TO '(F|XF)%'
AND NOT (tourney_hand_summary.str_actors_p = '09'
AND tourney_hand_summary.str_actors_f LIKE '9%')
AND NOT (tourney_hand_summary.str_actors_p = '09'
AND tourney_hand_summary.str_actors_f LIKE '8%')
plukhead
 
Posts: 116
Joined: Mon Sep 16, 2019 11:16 pm

Re: fold cbet flop limped pot

Postby Flag_Hippo » Wed Aug 25, 2021 5:15 am

There is more going on there than what you have described. Can you please specify exactly what you want this to be counting and then I can check if it's OK based on the information you provide and suggest any changes. It looks like you don't want to include 3 handed limped pots but I don't want to assume anything.
Flag_Hippo
Moderator
 
Posts: 14441
Joined: Tue Jan 31, 2012 7:50 am

Re: fold cbet flop limped pot

Postby plukhead » Wed Aug 25, 2021 7:53 am

Intento escribir una stats que sea similar a fold cbet flop, pero con la diferencia de que funcione solo en limped pot, y que contemple 3H y HU.
Las cadenas de actores que utilice, fueron con la intención de excluir en 3H las situaciones de donk en limped pot.
plukhead
 
Posts: 116
Joined: Mon Sep 16, 2019 11:16 pm

Re: fold cbet flop limped pot

Postby Flag_Hippo » Wed Aug 25, 2021 2:14 pm

Thank you. You should add tourney_hand_player_statistics.amt_f_bet _facing > 0 otherwise hands like this will be counted:

Flop
SB checks
BB checks
BTN bets
SB raises
BB folds


Your code is not going to count OOP flop bets from the SB or BB 3 handed but it will count OOP bets from them when HU. If that is what you want then your expression is OK.

You also don't need tourney_hand_player_statistics.cnt_p_face_limpers > 0 because you have already specified it's a limped pot with char_length(tourney_hand_summary.str_aggressors_p) = 1.
Flag_Hippo
Moderator
 
Posts: 14441
Joined: Tue Jan 31, 2012 7:50 am

Re: fold cbet flop limped pot

Postby plukhead » Wed Aug 25, 2021 9:19 pm

You also don't need tourney_hand_player_statistics.cnt_p_face_limpers > 0 because you have already specified it's a limped pot with char_length(tourney_hand_summary.str_aggressors_p) = 1.
Gracias, si no incluyo tourney_hand_player_statistics.cnt_p_face_limpers > 0 ,tambien contabiliza manos en las que hero da limp.por esa razon lo utilice
plukhead
 
Posts: 116
Joined: Mon Sep 16, 2019 11:16 pm


Return to Custom Stats, Reports and HUD Profiles

Who is online

Users browsing this forum: No registered users and 24 guests

cron
highfalutin