Hey all,
I'm trying to set a filter where the pot is folded around to me in the SB but can't seem to get it. I want to see my action after it's folded to me. What am I missing?
Moderators: WhiteRider, kraada, Flag_Hippo, morny, Moderators
abostick59 wrote:Hi, I am bumping this old thread because I have a related question: I want to filter for situations where the action is folded around to the small blind and the hero is in the big blind. I have been looking for a way to do this, but so far it has been eluding me.
Getting hands where the action folds to the SB and they limp/complete is still eluding me. The best I can come up with is a filter where the hero in the BB faces a single limper in any position.)Players Dealt into Hand Between 3 and 10) AND Position of Active Player Position of Selected Exactly 8) AND Position of First Raiser Position of Selected Exactly 9) AND (Number of Limpers Exactly 0)
cash_hand_summary.str_actors_p LIKE '9%' and cash_hand_summary.str_aggressors_p NOT LIKE '89%'
Flag_Hippo wrote:There isn't a built-in filter for the positions of limpers/callers however you can use the following filter expression in 'My Reports' which ensures a small blind limp:
- Code: Select all
cash_hand_summary.str_actors_p LIKE '9%' and cash_hand_summary.str_aggressors_p NOT LIKE '89%'
See this post for more information on how the actors and aggressors strings work. You can use this expression filter by clicking on the 'Filters' link and selecting 'Add New Expression Filters'. For a tournament report just substitute all instances of 'cash' with 'tourney'.
abostick59 wrote:So if I am reading this correctly, this filter expression picks out times that (a) the SB is the only player to VPIP, and (b) the SB did not raise. Have I got that right?
abostick59 wrote:I want to be sure I am including situations where the SB completes and the BB raises. In particular, I want to be sure that I am including situations where the SB completes, the BB raises, and the SB three-bets.
Return to Custom Stats, Reports and HUD Profiles
Users browsing this forum: No registered users and 42 guests