Page 1 of 1

how to create custom HUD stat x/f postflop

PostPosted: Tue Mar 20, 2018 6:57 am
by bruno3000
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

Re: how to create custom HUD stat x/f postflop

PostPosted: Tue Mar 20, 2018 11:56 am
by potamito
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.

Re: how to create custom HUD stat x/f postflop

PostPosted: Thu Mar 22, 2018 11:11 am
by bruno3000
@potamito
thanks for your answer
fear I need some guidance
can PM you beginning of next week

highfalutin