Hello!
I would like to make a filter where there was a delayed cbet on the turn
How can I do it?
Thanks a lot!
Moderators: WhiteRider, kraada, Flag_Hippo, morny, Moderators
(Specific Bet Opportunity Continuation Bet Opportunity) AND (First Flop Action Check) AND (NOT (Second Flop Action Any Action)) AND (Bet Turn Any Turn Bet)
char_length(cash_hand_summary.str_aggressors_p) >= 2 and char_length(cash_hand_summary.str_aggressors_t) >= 1 and lookup_actions_f.action = 'X' and cash_hand_player_statistics.amt_t_bet_facing > 0 and substring(cash_hand_summary.str_aggressors_t from 1 for 1)::int = substring(cash_hand_summary.str_aggressors_p from '.$')::int
Users browsing this forum: No registered users and 24 guests