4bet vs hero

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

Moderators: WhiteRider, kraada, Flag_Hippo, morny, Moderators

4bet vs hero

Postby Huttydr » Wed Feb 24, 2021 7:46 am

hello again sorry for the inconvenience, now i want to built a 4Bet vs Hero only in 4bet sequence this would be the idea. what that you think?


sum(if[cash_hand_player_statistics.flg_p_first_raise and cash_hand_player_statistics.flg_p_4bet and char_length(cash_hand_summary.str_aggressors_p) = 4 and exists
(select 1
from cash_hand_player_statistics hero
where hero.id_hand = cash_hand_player_statistics.id_hand
and hero.flg_hero
and hero.flg_p_3bet), 1, 0])
Huttydr
 
Posts: 15
Joined: Tue Jan 12, 2021 3:35 pm

Re: 4bet vs hero

Postby Flag_Hippo » Wed Feb 24, 2021 2:28 pm

Specifying the aggressors string length is only 4 characters using char_length(cash_hand_summary.str_aggressors_p) = 4 will not count the hands when Hero 5Bets. Use >= (Greater Than or Equal) instead.
Flag_Hippo
Moderator
 
Posts: 14510
Joined: Tue Jan 31, 2012 7:50 am

Re: 4bet vs hero

Postby Huttydr » Wed Feb 24, 2021 2:32 pm

Flag_Hippo wrote:Specifying the aggressors string length is only 4 characters using char_length(cash_hand_summary.str_aggressors_p) = 4 will not count the hands when Hero 5Bets. Use >= (Greater Than or Equal) instead.

OK, I understand thanks!
Huttydr
 
Posts: 15
Joined: Tue Jan 12, 2021 3:35 pm


Return to Custom Stats, Reports and HUD Profiles

Who is online

Users browsing this forum: No registered users and 19 guests

cron
highfalutin