Skip to forum
Notifications
Clear all

Pt3 Hud

4 Posts
3 Users
0 Reactions
726 Views
donut10
Joined: 05.01.2011

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


Reply
Quote
3 replies
mkjmkjmkj
Joined: 05.02.2012

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


Reply
Quote
donut10
Joined: 05.01.2011

ty mate


Reply
Quote
martinemem
Joined: 05.07.2011

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.


Reply
Quote