Moderators: WhiteRider, kraada, Flag_Hippo, morny, Moderators
Flag_Hippo wrote:Just to clarify you would like that for when the 2Bet is a raise first in i.e. there are no limpers or do you want that for any 2Bet?
d5t6y7 wrote:I need help programming a stat that tells me how often the CO folds to a button 3 bet after opening the pot. I'd also like to do this for other positions, such an button vs small blind etc.
sum(if[cash_hand_player_statistics.flg_p_first_raise and cash_hand_player_statistics.flg_p_open_opp and cash_hand_player_statistics.position = 1 and cash_hand_player_statistics.flg_p_3bet_def_opp and cash_hand_player_statistics.enum_p_3bet_action='F' and cash_hand_summary.str_aggressors_p LIKE '810%', 1, 0])
sum(if[cash_hand_player_statistics.flg_p_first_raise and cash_hand_player_statistics.flg_p_open_opp and cash_hand_player_statistics.position = 1 and cash_hand_player_statistics.flg_p_3bet_def_opp and cash_hand_summary.str_aggressors_p LIKE '810%', 1, 0])
d5t6y7 wrote:In order to change the position to say btn vs small blind, would I set position= 0
d5t6y7 wrote:and change LIKE '810%', 1, 0 to LIKE '810%', 0 ,9?
Return to Custom Stats, Reports and HUD Profiles
Users browsing this forum: No registered users and 52 guests