fold river after call turn delay c-bet -oop

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

Moderators: WhiteRider, kraada, Flag_Hippo, morny, Moderators

fold river after call turn delay c-bet -oop

Postby sgftymkgg » Sat Aug 27, 2022 1:43 am

sum(if[char_length(cash_hand_summary.str_aggressors_p) >= 2 and char_length(cash_hand_summary.str_aggressors_t) = 1 and lookup_actions_f.action LIKE 'X%' and cash_hand_player_statistics.amt_t_bet_facing > 0 and lookup_actions_t.action = 'XC' and substring(cash_hand_summary.str_aggressors_t from 1 for 1)::int = substring(cash_hand_summary.str_aggressors_p from '.$')::int and char_length(cash_hand_summary.str_aggressors_r) >= 1 and cash_hand_player_statistics.amt_r_bet_facing > 0 and substring(cash_hand_summary.str_aggressors_r from 1 for 1)::int = substring(cash_hand_summary.str_aggressors_p from '.$')::int and lookup_actions_r.action SIMILAR TO '(F|XF)%', 1, 0])


sum(if[char_length(cash_hand_summary.str_aggressors_p) >= 2 and char_length(cash_hand_summary.str_aggressors_t) = 1 and lookup_actions_f.action LIKE 'X%' and cash_hand_player_statistics.amt_t_bet_facing > 0 and lookup_actions_t.action = 'XC' and substring(cash_hand_summary.str_aggressors_t from 1 for 1)::int = substring(cash_hand_summary.str_aggressors_p from '.$')::int and char_length(cash_hand_summary.str_aggressors_r) >= 1 and cash_hand_player_statistics.amt_r_bet_facing > 0 and substring(cash_hand_summary.str_aggressors_r from 1 for 1)::int = substring(cash_hand_summary.str_aggressors_p from '.$')::int, 1, 0])

it's wrong

How to correct it?
sgftymkgg
 
Posts: 46
Joined: Sun Aug 02, 2020 10:08 am

Re: fold river after call turn delay c-bet -oop

Postby Flag_Hippo » Sun Aug 28, 2022 5:38 am

sgftymkgg wrote:lookup_actions_f.action LIKE 'X%'

This will also count hands where the player check calls or check raises the flop. Use lookup_actions_f.action = 'X' as this player is only checking the flop.
Flag_Hippo
Moderator
 
Posts: 14505
Joined: Tue Jan 31, 2012 7:50 am

Re: fold river after call turn delay c-bet -oop

Postby sgftymkgg » Sun Aug 28, 2022 9:40 am

Flag_Hippo wrote:
sgftymkgg wrote:lookup_actions_f.action LIKE 'X%'

This will also count hands where the player check calls or check raises the flop. Use lookup_actions_f.action = 'X' as this player is only checking the flop.

TY
sgftymkgg
 
Posts: 46
Joined: Sun Aug 02, 2020 10:08 am


Return to Custom Stats, Reports and HUD Profiles

Who is online

Users browsing this forum: No registered users and 28 guests

cron