Evoke_89 wrote:How? I literally do not understand this code, so do not know how to edit it.
If you want more information on how this works
this guide covers the basics on custom statistics creation and
this guide goes into more detail.
Evoke_89 wrote:What i do know is something is not correct (there are times a player calls before the active player and after the better (through call).
That code excludes the times any other player calls a continuation bet before the active player folds, calls or raises. If you have a specific hand history where a hand should be counted but isn't (or isn't, but should be) then please attach that here or PM it to me.
Evoke_89 wrote:I am amazed though there is such a vast void between the code for R/C responses and F responses.
That code is not only for folds but includes calls and raises provided no other player puts money in versus the continuation bet before the active player. There is more than one situation to test for/exclude as depending on the positions of the other players relative to the active player as you'd want to count some folds but not others e.g:
SB cbets, BB (Hero) folds, MP calls
COUNTSB cbets, BB calls, MP (Hero) folds
DO NOT COUNTSB checks, BB cbets, MP (Hero) folds, SB calls
COUNTSB (Hero) checks, BB cbets, MP calls, SB (Hero) folds
DO NOT COUNTSB (Hero) checks, MP checks, BTN cbets, SB (Hero) folds, MP calls
COUNTSB checks, MP (Hero) checks, BTN cbets, SB calls, MP (Hero) folds
DO NOT COUNT