fold cbet BUvsBB isopot <1/3 SE

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

Moderators: WhiteRider, kraada, Flag_Hippo, morny, Moderators

fold cbet BUvsBB isopot <1/3 SE

Postby plukhead » Tue Apr 27, 2021 2:40 pm

hola tengo problemas para escribir una stats que cuente fold vs cbet en isopot de BU vs BB
la secuencia seria BU limp,SB fold ,BB iso< 1/3 del SE ,BU call ,flop BB bet ,BU fold
lo intente de la siguiente manera

sum(if[tourney_hand_player_statistics.position=0
AND tourney_hand_summary.str_actors_p = '0'
AND NOT (tourney_hand_summary.str_actors_p = '09')
AND lookup_actions_p.action = 'LC'
AND tourney_hand_player_statistics.amt_p_raise_facing <
(tourney_hand_player_statistics.amt_p_effective_stack / 3)
AND lookup_actions_f.action = 'F' , 1, 0])

sum(if[tourney_hand_player_statistics.position=0
AND tourney_hand_summary.str_actors_p = '0'
AND NOT (tourney_hand_summary.str_actors_p = '09')
AND lookup_actions_p.action = 'LC'
AND tourney_hand_player_statistics.amt_p_raise_facing <
(tourney_hand_player_statistics.amt_p_effective_stack / 3)
AND tourney_hand_player_statistics.amt_f_bet_facing > 0 , 1, 0])
plukhead
 
Posts: 116
Joined: Mon Sep 16, 2019 11:16 pm

Re: fold cbet BUvsBB isopot <1/3 SE

Postby Flag_Hippo » Wed Apr 28, 2021 1:16 pm

plukhead wrote:AND tourney_hand_summary.str_actors_p = '0'

With this you are saying only the BTN VPIP'd and they made one action. If the BTN limped, SB folds, BB raises and BTN calls then the actors string would be '080'. See this post for more information on how the actors and aggressors strings work.
plukhead wrote:AND lookup_actions_p.action = 'LC'

'L' isn't a valid action. The BTN actions preflop will be 'CC'.
Flag_Hippo
Moderator
 
Posts: 14441
Joined: Tue Jan 31, 2012 7:50 am

Re: fold cbet BUvsBB isopot <1/3 SE

Postby plukhead » Mon May 03, 2021 10:54 am

ok gracias por otro lado quiero escribir cbet de BB vs BU en isopot
la secuencia seria ....
preflop -BU limp ,SB fold ,BB ISO no allin ,BU call
flop-BB bet
intente escribirla de la siguiente manera pero tengo dudas de que sea correcto

sum(if[tourney_hand_player_statistics.position=8
AND tourney_hand_summary.str_actors_p = '080'
AND tourney_hand_player_statistics.cnt_p_face_limpers > 0
AND tourney_hand_player_statistics.flg_p_first_raise
AND lookup_actions_f.action LIKE 'B%' , 1, 0 ])
plukhead
 
Posts: 116
Joined: Mon Sep 16, 2019 11:16 pm

Re: fold cbet BUvsBB isopot <1/3 SE

Postby Flag_Hippo » Tue May 04, 2021 12:17 pm

That's fine.
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