Discuss how to create custom stats, reports and HUD profiles and share your creations.
Moderators: WhiteRider, kraada, Flag_Hippo, morny, Moderators
by Omar Hawk » Sun Nov 11, 2012 5:52 am
Hello,
I would like to create a report according to the following criteria:
1.) A player raised first in to 2 big blinds
2.) The hand goes to showdown
I have tried to create this simple filter in the report window, but I could not find a way to specify the size of the preflop raise in big blinds.
-
Omar Hawk
-
- Posts: 14
- Joined: Fri May 01, 2009 12:40 pm
by WhiteRider » Sun Nov 11, 2012 7:25 am
If you want to see individual hands where any player made a min-open-raise then you'll need to use My Reports.
Create a new Hand report.
Click the blue Filters link and choose 'Add new expression filter'.
Disable the 'Filter on Active Player' option.
Now add a simple filter using Actions and Opportunities > Preflop > Preflop Bet Sizing > 2Bet Size BB Between 2 and 2, and also Preflop Raises > Raised First In.
This will list the hands from the point of view of the player which matches the filter.
-
WhiteRider
- Moderator
-
- Posts: 54017
- Joined: Sat Jan 19, 2008 7:06 pm
- Location: UK
by RedPlanet » Sun Nov 11, 2012 7:44 am
@WhiteRider:
Can you please describe the column for a custom-stat raise 1st-in SB (Betsizing: 2x; 2,5x ... Openpush)?
-
RedPlanet
-
- Posts: 61
- Joined: Tue Mar 20, 2012 1:17 pm
by WhiteRider » Sun Nov 11, 2012 12:59 pm
To specify that the size of the first raise made by the player was 2BB, use this:
(cash_hand_player_statistics.amt_p_raise_made / cash_limit.amt_bb) = 2
..or replace cash_ with tourney_ if the stat is for tournaments.
Add that to the expression used by the Raise First In columns, for example.
-
WhiteRider
- Moderator
-
- Posts: 54017
- Joined: Sat Jan 19, 2008 7:06 pm
- Location: UK
by Omar Hawk » Sun Nov 11, 2012 5:55 pm
WhiteRider wrote:If you want to see individual hands where any player made a min-open-raise then you'll need to use My Reports.
Create a new Hand report.
Click the blue Filters link and choose 'Add new expression filter'.
Disable the 'Filter on Active Player' option.
Now add a simple filter using Actions and Opportunities > Preflop > Preflop Bet Sizing > 2Bet Size BB Between 2 and 2, and also Preflop Raises > Raised First In.
This will list the hands from the point of view of the player which matches the filter.
Works perfectly. Thank you very much.
-
Omar Hawk
-
- Posts: 14
- Joined: Fri May 01, 2009 12:40 pm
by RedPlanet » Fri Nov 16, 2012 11:17 am
WhiteRider wrote:To specify that the size of the first raise made by the player was 2BB, use this:
(cash_hand_player_statistics.amt_p_raise_made / cash_limit.amt_bb) = 2
..or replace cash_ with tourney_ if the stat is for tournaments.
Add that to the expression used by the Raise First In columns, for example.
Tanks - what should i take for an Openshove from the SB?
-
RedPlanet
-
- Posts: 61
- Joined: Tue Mar 20, 2012 1:17 pm
by kraada » Fri Nov 16, 2012 11:50 am
An open shove is:
cash_hand_player_statistics.amt_p_raise_made >= cash_hand_player_statistics.amt_p_effective_stack
And then you can filter on position and raising first in in any number of ways.
-
kraada
- Moderator
-
- Posts: 54431
- Joined: Wed Mar 05, 2008 2:32 am
- Location: NY
Return to Custom Stats, Reports and HUD Profiles
Users browsing this forum: No registered users and 24 guests