Fold vs IsoCB 3way BB vs SB

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

Moderators: WhiteRider, kraada, Flag_Hippo, morny, Moderators

Fold vs IsoCB 3way BB vs SB

Postby BloMur » Sat Apr 14, 2018 5:13 pm

Hello
Anyone have idea how to create statistic in 3way scenario in line:

PREFLOP:

BTN fold
SB limp
BB (Hero) iso nai
SB flat

POSTFLOP:

SB check
BB (Hero) bet (ISO CB)
SB fold

Any help will be appreciated
BloMur
 
Posts: 49
Joined: Fri Nov 24, 2017 7:47 pm

Re: Fold vs IsoCB 3way BB vs SB

Postby Flag_Hippo » Sun Apr 15, 2018 10:22 am

Code: Select all
sum(if[tourney_hand_player_statistics.position = 8 and tourney_hand_summary.str_actors_p LIKE '989' and tourney_hand_player_statistics.flg_p_first_raise and tourney_hand_player_statistics.cnt_players = 3 and tourney_hand_player_statistics.flg_f_cbet_opp, 1, 0])


Code: Select all
sum(if[tourney_hand_player_statistics.position = 8 and tourney_hand_summary.str_actors_p LIKE '989' and tourney_hand_player_statistics.flg_p_first_raise and tourney_hand_player_statistics.cnt_players = 3 and tourney_hand_player_statistics.flg_f_cbet, 1, 0])
Flag_Hippo
Moderator
 
Posts: 14441
Joined: Tue Jan 31, 2012 7:50 am

Re: Fold vs IsoCB 3way BB vs SB

Postby BloMur » Mon Apr 16, 2018 6:29 pm

Thank you for code line. I will use it for sure but I was asking for diffrent stat.

I wanted fold vs iso cb not iso cb .

Thanks in advance :)
BloMur
 
Posts: 49
Joined: Fri Nov 24, 2017 7:47 pm

Re: Fold vs IsoCB 3way BB vs SB

Postby Flag_Hippo » Tue Apr 17, 2018 5:28 am

Code: Select all
sum(if[tourney_hand_player_statistics.position = 9 and tourney_hand_summary.str_actors_p LIKE '989' and tourney_hand_player_statistics.flg_p_limp and not tourney_hand_player_statistics.flg_p_3bet and tourney_hand_player_statistics.cnt_players = 3 and tourney_hand_player_statistics.enum_f_cbet_action = 'F', 1, 0])


Code: Select all
sum(if[tourney_hand_player_statistics.position = 9 and tourney_hand_summary.str_actors_p LIKE '989' and tourney_hand_player_statistics.flg_p_limp and not tourney_hand_player_statistics.flg_p_3bet and tourney_hand_player_statistics.cnt_players = 3 and lookup_actions_f.action LIKE 'X_%', 1, 0])
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 20 guests

cron