No function for Fold to PF 3bet after Call
![Post Post](https://www.pokertracker.com/phpBB3-forums/styles/prosilver-embed/imageset/icon_post_target.gif)
Posted:
Sun Feb 16, 2014 6:38 am
by jeongwee
No function for Fold to PF 3bet after Call?
![Sad :(](https://www.pokertracker.com/phpBB3-forums/images/smilies/icon_e_sad.gif)
Re: No function for Fold to PF 3bet after Call
![Post Post](https://www.pokertracker.com/phpBB3-forums/styles/prosilver-embed/imageset/icon_post_target.gif)
Posted:
Sun Feb 16, 2014 11:45 am
by WhiteRider
I suspect that is one of those situations which didn't warrant a built-in stat, but you could make it as a custom stat. Take a look at the
Custom Stats Guide to see how custom stats work.
Re: No function for Fold to PF 3bet after Call
![Post Post](https://www.pokertracker.com/phpBB3-forums/styles/prosilver-embed/imageset/icon_post_target.gif)
Posted:
Tue Feb 18, 2014 7:33 am
by jeongwee
WhiteRider wrote:I suspect that is one of those situations which didn't warrant a built-in stat, but you could make it as a custom stat. Take a look at the
Custom Stats Guide to see how custom stats work.
ty whiterider
i just bought pokertracker4 and
i found this from Custom Statistics
Fold to PF 2Bet After Minbet Flop
by kraada Jul. 16, 2012
793 downloads
The percentage of the time that a player folded to the first raise on the flop given that he bet the minimum on the flop and faced a raise.
but looks like its a wrong stats or maybe wrong description?
fold to preflop 2bet after minbet flop???????? not minbet preflop?????
Re: No function for Fold to PF 3bet after Call
![Post Post](https://www.pokertracker.com/phpBB3-forums/styles/prosilver-embed/imageset/icon_post_target.gif)
Posted:
Tue Feb 18, 2014 8:58 am
by kraada
That should be fold to F 2bet after minbet flop; I'll make sure it gets fixed.
Re: No function for Fold to PF 3bet after Call
![Post Post](https://www.pokertracker.com/phpBB3-forums/styles/prosilver-embed/imageset/icon_post_target.gif)
Posted:
Sat Aug 09, 2014 9:19 am
by RenzoBR
You can build this stat.
I used "Holdem tournament player statistics" table here.
1- Create a new column
Name: cnt_p_3bet_after_call
Expression: sum( if[tourney_holdem_hand_player_statistics.flg_p_open = false AND tourney_holdem_hand_player_statistics.cnt_p_raise > 0 AND tourney_holdem_hand_player_statistics.flg_p_3bet AND tourney_holdem_hand_player_statistics.enum_p_3bet_action='C' AND tourney_holdem_hand_player_statistics.enum_p_3bet_action='F', 1, 0])
Description: Fold to preflop 3bet after other player call 3bet before you.
Save, apply and housekeeping database.
2- Create a new stat
Name: Fold to PF 3bet after call
Description: Fold to PF 3bet after Call
Value Expression: cnt_p_3bet_after_call
Format...
Title: FPF3BaC width 55 right
Format Expression: format_number( cnt_p_3bet_after_call , 0 , false , false )
Format summary expression: format_number( cnt_p_3bet_after_call , 0 , false , false )