Probe Turn hubb
Posted: Sat Jan 06, 2024 5:05 pm
Hi, I'm trying to do a turn probe statistic considering the number of times the player bets on the turn out of position after the pre-flop aggressor checks the flop.
Probe Turn hubb 10+
cnt_t_probe_hubb_10more/cnt_t_probe_opp_hubb_10more
position: HUBB
effective stack: 10bb+
preflop action: C on a 2bb bet
flop action: X
turn action: bet
cnt_t_probe_hubb_10more
sum(if[tourney_hand_player_statistics.flg_t_bet AND lookup_actions_f.action LIKE 'X' AND lookup_actions_p.action LIKE 'C' AND tourney_hand_player_statistics.flg_p_face_raise AND ((tourney_hand_player_statistics.amt_p_2bet_facing + tourney_hand_player_statistics.amt_blind) / tourney_blinds.amt_bb) BETWEEN 1.99 and 2.10) AND tourney_hand_summary.cnt_players = 2 AND and (tourney_hand_player_statistics.val_p_raise_aggressor_pos=9 and tourney_hand_player_statistics.position=8 AND ((tourney_hand_player_statistics.amt_p_effective_stack / tourney_blinds.amt_bb) BETWEEN 10 AND 100) and tourney_hand_player_statistics.flg_blind_b, 1, 0])
cnt_t_probe_opp_hubb_10more
sum(if[tourney_hand_player_statistics.flg_t_open_opp AND lookup_actions_f.action LIKE 'X' AND lookup_actions_p.action LIKE 'C' AND tourney_hand_player_statistics.flg_p_face_raise AND ((tourney_hand_player_statistics.amt_p_effective_stack / tourney_blinds.amt_bb) BETWEEN 10 AND 100) and (tourney_hand_player_statistics.val_p_raise_aggressor_pos=9 AND ((tourney_hand_player_statistics.amt_p_2bet_facing + tourney_hand_player_statistics.amt_blind) / tourney_blinds.amt_bb) BETWEEN 1.99 and 2.10) AND (tourney_hand_summary.cnt_players = 2 and tourney_hand_player_statistics.flg_blind_b), 1, 0])
Please check for me if everything is ok?
For some reason I am unable to identify the 'cnt_t_probe_hubb_10more' column, it is not valid, I have already checked the parentheses and found no errors.
Probe Turn hubb 10+
cnt_t_probe_hubb_10more/cnt_t_probe_opp_hubb_10more
position: HUBB
effective stack: 10bb+
preflop action: C on a 2bb bet
flop action: X
turn action: bet
cnt_t_probe_hubb_10more
sum(if[tourney_hand_player_statistics.flg_t_bet AND lookup_actions_f.action LIKE 'X' AND lookup_actions_p.action LIKE 'C' AND tourney_hand_player_statistics.flg_p_face_raise AND ((tourney_hand_player_statistics.amt_p_2bet_facing + tourney_hand_player_statistics.amt_blind) / tourney_blinds.amt_bb) BETWEEN 1.99 and 2.10) AND tourney_hand_summary.cnt_players = 2 AND and (tourney_hand_player_statistics.val_p_raise_aggressor_pos=9 and tourney_hand_player_statistics.position=8 AND ((tourney_hand_player_statistics.amt_p_effective_stack / tourney_blinds.amt_bb) BETWEEN 10 AND 100) and tourney_hand_player_statistics.flg_blind_b, 1, 0])
cnt_t_probe_opp_hubb_10more
sum(if[tourney_hand_player_statistics.flg_t_open_opp AND lookup_actions_f.action LIKE 'X' AND lookup_actions_p.action LIKE 'C' AND tourney_hand_player_statistics.flg_p_face_raise AND ((tourney_hand_player_statistics.amt_p_effective_stack / tourney_blinds.amt_bb) BETWEEN 10 AND 100) and (tourney_hand_player_statistics.val_p_raise_aggressor_pos=9 AND ((tourney_hand_player_statistics.amt_p_2bet_facing + tourney_hand_player_statistics.amt_blind) / tourney_blinds.amt_bb) BETWEEN 1.99 and 2.10) AND (tourney_hand_summary.cnt_players = 2 and tourney_hand_player_statistics.flg_blind_b), 1, 0])
Please check for me if everything is ok?
For some reason I am unable to identify the 'cnt_t_probe_hubb_10more' column, it is not valid, I have already checked the parentheses and found no errors.