bruno3000 wrote:Actually I would like to have x/f stats postflop which I can use on all streets.
The stat I would like to use in the HUD in three variants:
- x/f
- x/f HU
- x/f in 3bet Pots
Is there something already or could someone help me?
Thanks in advance
PT4 has a built-in stat called "Fold to F Float Bet" and is define as...
Percentage of the time that a player as preflop aggressor folded to a bet when another player bet in position after the preflop aggressor had a chance to continuation bet but did not do so in a singly raised pot.
Formula: Number of Times Player Folded to a Float Bet on the Flop / Number of Times Player Could Fold to a Float Bet on the Flop
That is basically a check/fold you can duplicate the columns and make the variations for what you want so for XF thereĀ“s no need of any changes but for HU just add this expression to both columns..
- Code: Select all
and tourney_hand_player_statistics.cnt_players = 2
And for 3bet pots...
- Code: Select all
char_length(tourney_hand_summary.str_aggressors_p) = 3
That should do the trick, give them a try and let us know, if you need more assistance shoot me a PM with your skype adress, cheers.