Page 1 of 1

donk bet limped pot

PostPosted: Wed May 24, 2023 6:22 am
by peridz
Hello, I would like to know what condition I should add to this column to obtain the stat for limped pots

sum(if[tourney_hand_player_statistics.flg_f_donk, 1, 0]) y la columna de cnt_f_donk_oop es
sum(if[tourney_hand_player_statistics.flg_f_donk_opp, 1, 0])

Thank you

Re: donk bet limped pot

PostPosted: Thu May 25, 2023 4:43 am
by Flag_Hippo
You can't use that since it's not possible to donk bet in a limped pot. A flop donk bet in PokerTracker 4 is defined as:
PokerTracker 4 wrote:Percentage of the time that a player bet the flop out of position before the preflop raiser had a chance to act.

Limped pots do not have a preflop raiser so if your columns use flg_f_donk or flg_f_donk_opp that's not going to work. Depending on exactly what you want you will need to define your custom statistic in another way - take a look at the 'Flop open-bet in limped pot when HU' custom statistic in the Download Warehouse or this thread for examples.