Hi!
I did couple of simple notes, now I need two that are a bit more complicated:
1. How often does villan 4Bet after I raise his steal attempt.
Villan must be in CO, BTN or SB.
Hero must be in SB or BB.
What I put in is:
PLAYER:
(Raised Preflop Any Raise) AND (Raised First In)
AND
(Position of Active Player Position of Selected Exactly 9) OR (Position of Active Player Position of Selected Exactly 0) OR (Position of Active Player Position of Selected Exactly 1)
AND
Raised Preflop Any 4Bet
OPPONENT:
Player is Hero
AND
(Position of Active Player Position of Selected Exactly 8) OR (Position of Active Player Position of Selected Exactly 9)
AND
Raised Preflop Any 3Bet
I tested it and it seems to work well.
The problem I have is the second one which is very similar, yet testing doesn't give me any notes...
2. How often does villan Fold after I raise his steal attempt.
Villan must be in CO, BTN or SB.
Hero must be in SB or BB.
What I put is:
PLAYER:
(Raised Preflop Any Raise) AND (Raised First In)
AND
(Position of Active Player Position of Selected Exactly 9) OR (Position of Active Player Position of Selected Exactly 0) OR (Position of Active Player Position of Selected Exactly 1)
AND
Folded Preflop Any Fold
AND
(First Action Raise) AND (Second Action Fold)
OPPONENT:
Player is Hero
AND
(Position of Active Player Position of Selected Exactly 8) OR (Position of Active Player Position of Selected Exactly 9)
AND
Raised Preflop Any 3Bet
Thank you for your help in advance!