I'm having an issue with my Total Fold statistic—it doesn’t seem to be working correctly. Here is the formula I’m using (all values are standard columns in PokerTracker 4):
- Code: Select all
((cnt_f_fold + cnt_t_fold + cnt_r_fold) / (cnt_f_call + cnt_f_raise + cnt_t_call + cnt_t_raise + cnt_r_call + cnt_r_raise)) * 100
It should calculate the percentage of folds across all postflop streets, but something seems off. Maybe some fold situations are not being accounted for, or the denominator does not fully reflect all possible actions.
Can someone help verify if this calculation is correct? Should I add other factors to make this statistic more accurate?
Thanks in advance!