Any one know where to get CBet in 3Bet pot stat for the PT3 HUD?
And can you filter each specific stat to only appear after a certain sample size?
Thanks in advance
Any one know where to get CBet in 3Bet pot stat for the PT3 HUD?
And can you filter each specific stat to only appear after a certain sample size?
Thanks in advance
you can create it yourself
( cnt_p_3bet_f_cbet / cnt_p_3bet_f_cbet_opp ) * 100
cnt_p_3bet_f_cbet=
sum(if[ holdem_hand_player_statistics.flg_p_3bet AND holdem_hand_player_statistics.flg_f_cbet, 1 , 0 ])
cnt_p_3bet_f_cbet_opp=
sum(if[ holdem_hand_player_statistics.flg_p_3bet AND holdem_hand_player_statistics.flg_f_cbet_opp, 1 , 0 ])
to the second qeustion yes you can i cant remember how but try asking on the pokertracker forum
i've sent an invitation to you.
I have some technical questions, and you seem to know i little about the format of the stats.