This is certainly possible. Do you want to restrict it to times that the player made the initial raise and faced a 3bet and called or do you want to count anytime anybody 3bet or higher then cbet the flop?
i meant the first case: raise preflop, faced a 3bet and called...faced a cbet at the flop, and how much % does he folds?? P.S. of course, i mean for the HUD
cnt_f_cbet_def_action_fold_3bp: sum(if[holdem_hand_player_statistics.flg_p_first_raise and holdem_hand_player_statistics.enum_p_3bet_action = 'C' and holdem_hand_player_statistics.enum_f_cbet_action = 'F', 1, 0])
cnt_f_cbet_def_3bp: sum(if[holdem_hand_player_statistics.flg_p_first_raise and holdem_hand_player_statistics.enum_p_3bet_action = 'C' and holdem_hand_player_statistics.flg_f_cbet_def_opp, 1, 0])
In the stat put the former over the latter and multiply by 100.
sorry kraada, im not able to use the advanced functions of PT i have to go to "configure stats" in the menu, havent'i? then i go to the tab "colums" or "statistics"? and then? i've tried both, but it said it's not a valid expression...
perfect, just made it, it works perfectly... another question: it's possible to have the same stats when orignal raise is from BU (and 3bettor is of course form blinds, it doesnt matter which one)??
there is a problem, still i've found that THERE IS A DEFAULT stats in PT3: "fold F Cbet in 3bet pot" it should be the same, but it gives me different results (this default stat give lower result, 10% average: in number/opportunities it gives the same first number, and the second higher)...
The default stat uses any 3bet pot or higher that you're in regardless of the specifics of the preflop action. Your stat you requested is more specific and thus gives slightly different results.
ok, so i keep just the stats "hand made"...another question, is it possible to have the stat JUST from button (i mean OR is on button, and 3bettor is on blinds)?