Thurpan wrote:The float flop statistic doesnt work in 3bp
'Float Flop' in PokerTracker 4 is only for single raised pots so that is working as intended. This is the definition of 'Float Flop' in PokerTracker 4:
PokerTracker 4 wrote:Float Flop
Percentage of the time that a player bets in position on the flop after calling an open raise from the preflop aggressor and the aggressor fails to continuation bet on the flop.
An open raise can only be a 2Bet so the statistic is only for single raised pots although the statistic itelf will count all 2Bets and not just open raises as per the column definition:
PokerTracker 4 wrote:cnt_f_float
Number of times a player bet when they had the opportunity to bet the flop after calling exactly one preflop raise with position on the preflop raiser.
If you would like a 'Float Flop' statistic that counts both single raised and 3Bet pots then you can create a custom statistic by adding the columns from those statistics together:
- Code: Select all
((cnt_f_float + cnt_f_float_3bet_pot) / (cnt_f_float_opp + cnt_f_float_opp_3bet_pot)) * 100
Thurpan wrote:However there arent versions of the call/fold/raise vs float bet.
There is a 'Fold to Flop Float Bet in 3Bet Pot' custom statistic available in the
Download Warehouse.