Page 1 of 1

Custom Stat: Fold to F Cbet % after Limp Call

PostPosted: Thu Nov 30, 2023 5:25 am
by cgonzo666
Hello,

I'm still not very good at making custom stats and was wondering if someone could help me out.

I'm trying to find a way to see the percentage of times a player folds to a flop continuation bet after limp/ call pre-flop.

Re: Custom Stat: Fold to F Cbet % after Limp Call

PostPosted: Thu Nov 30, 2023 7:09 am
by Flag_Hippo
If a player limped the following is true:

Code: Select all
cash_hand_player_statistics.flg_p_limp

You can add that information to the columns used for an existing CBet statistic to specify a player limped - see this guide for the basics on custom statistics creation and this post shows how to create a new version of a statistic.

highfalutin