Hi,
i have the following custom stats in a pop up in my HUD, that I found here https://www.pokertracker.com/custom/stats
Call PF 3Bet After Raise IP
(cnt_p_3bet_def_action_call_when_open_raised_ip / cnt_p_3bet_def_opp_when_open_raised_ip) * 100
Call PF 3Bet After Raise OOP
(cnt_p_3bet_def_action_call_when_open_raised_oop / cnt_p_3bet_def_opp_when_open_raised_oop) * 100
If I have to big sample size on a player they don’t work. Roughly it doesn’t work if I have more then 30k-50k hand on the opponent.
I use these stats by position, so I have them on 8 places in the same popup, so I can understand its big queries to run every time I open the popup. Does its sound normal that problem occurs with big sample size? Is it something I can do to get around this problem?