Page 1 of 1

MinRaise Report

PostPosted: Sun Nov 11, 2012 5:52 am
by Omar Hawk
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.

Re: MinRaise Report

PostPosted: Sun Nov 11, 2012 7:25 am
by WhiteRider
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.

Re: MinRaise Report

PostPosted: Sun Nov 11, 2012 7:44 am
by RedPlanet
@WhiteRider:

Can you please describe the column for a custom-stat raise 1st-in SB (Betsizing: 2x; 2,5x ... Openpush)?

Re: MinRaise Report

PostPosted: Sun Nov 11, 2012 12:59 pm
by WhiteRider
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.

Re: MinRaise Report

PostPosted: Sun Nov 11, 2012 5:55 pm
by Omar Hawk
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.

Re: MinRaise Report

PostPosted: Fri Nov 16, 2012 11:17 am
by RedPlanet
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?

Re: MinRaise Report

PostPosted: Fri Nov 16, 2012 11:50 am
by kraada
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.