Flag_Hippo wrote: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 you'd want to count some folds but not others e.g:
SB cbets, BB (Hero) folds, MP calls COUNT
SB cbets, BB calls, MP (Hero) folds DO NOT COUNT
SB checks, BB cbets, MP (Hero) folds, SB calls COUNT
SB (Hero) checks, BB cbets, MP calls, SB (Hero) folds DO NOT COUNT
SB (Hero) checks, MP checks, BTN cbets, SB (Hero) folds, MP calls COUNT
SB checks, MP (Hero) checks, BTN cbets, SB calls, MP (Hero) folds DO NOT COUNT
I think I understand a little bit, since posting my post. But not so much about how to specify passive actions (calls and folds).
I can say "there are 3 player, 2 players before the flop aggressor,player 1 and player 2 check and play 3 is aggressor with a Cbet/Float/Delay CBet IP".
But then am confused how to specify the "after player 3 bets" actions (when the first player calls or folds and hero is the 2nd player who checked after player 1 and before the aggressor bet).
When a player calls or folds, they are not an aggressor, they are an actor. How do you define another players action after the aggressor bets?
When i am player 2, I want to :
-Include the times player 1 folds, after player 3 bets.
-Exclude the times player 1 calls.
When I am player 1:
-I don't care what player 2 does because I react to player 3's bet before player 2 does.
Thank you for your reply. I will read and re-read it thoroughly after work. AS will i with any reply.
Many thanks.