Custom Stats: Definition of "bet"
Posted: Thu Aug 16, 2012 3:45 pm
Does bet mean open bet, i.e. being the first one to bet? Or does it include raises?
I'm trying to create a stat for when a player is the first to bet after having limped. There is a stat called "Bet Flop (limp pot)", but I believe that includes times where other players limped, which is not useful in a headup context. I essentially want "cbet after limping", even though it's not a cbet in the true sense of the word.
I think I need to do something like this: cnt_f_bet_limp_pot AND cnt_p_limp / cnt_f_open_opp_limp_pot AND cnt_p_limp
In other words: count how many times someone limped preflop AND was the first bet on the flop / how many times limped AND had the opportunity to open action on the flop.
Yea?
I'm trying to create a stat for when a player is the first to bet after having limped. There is a stat called "Bet Flop (limp pot)", but I believe that includes times where other players limped, which is not useful in a headup context. I essentially want "cbet after limping", even though it's not a cbet in the true sense of the word.
I think I need to do something like this: cnt_f_bet_limp_pot AND cnt_p_limp / cnt_f_open_opp_limp_pot AND cnt_p_limp
In other words: count how many times someone limped preflop AND was the first bet on the flop / how many times limped AND had the opportunity to open action on the flop.
Yea?