How to create a stat for OR (2bb,3bb,4bb.. OpenPush)

Discuss how to create custom stats, reports and HUD profiles and share your creations.

Moderators: WhiteRider, kraada, Flag_Hippo, morny, Moderators

How to create a stat for OR (2bb,3bb,4bb.. OpenPush)

Postby Nidel » Mon Dec 03, 2012 8:05 pm

I want to create a stat for OpenRaise to 2bb, other for Or > 2bb and ohter for Open Push. Is that posible?

Im quite new using PT and i would like to learn more about customizing stats, is there any advanced manual for this?

Than you!! ;)
Nidel
 
Posts: 49
Joined: Wed Mar 28, 2012 9:50 am

Re: How to create a stat for OR (2bb,3bb,4bb.. OpenPush)

Postby Barlin63 » Tue Dec 04, 2012 7:48 am

Hi, I do not want to hijack this thread but maybe we can catch two birds with one stone. I am looking for something similar as a popup. See the example. I would to know what the VPIP|%/PFR% is based on stack size and position.

Image
Barlin63
 
Posts: 221
Joined: Sun Mar 25, 2012 5:44 pm

Re: How to create a stat for OR (2bb,3bb,4bb.. OpenPush)

Postby Nidel » Tue Dec 04, 2012 8:10 am

I know how to do that :)

sb_filter_by_stack.PNG
sb_filter_by_stack
sb_filter_by_stack.PNG (3.63 KiB) Viewed 3531 times


I can explain you how to do it, just open a new thread and send me the kink ;)

...But i dont know how to create stats depending on the sizing :(
Nidel
 
Posts: 49
Joined: Wed Mar 28, 2012 9:50 am

Re: How to create a stat for OR (2bb,3bb,4bb.. OpenPush)

Postby kraada » Tue Dec 04, 2012 10:44 am

The column you want to be looking at is tourney_hand_player_statistics.amt_p_raise_made - that is the amount (in chips) of the first raise that the player made.

So for example in your custom stat you might add:
and (tourney_hand_player_statistics.amt_p_raise_made / tourney_blinds.amt_bb) = 2

to specify a 2BB open raise from that player.

If you want to specify how often they faced a 2bet of the specific size you want tourney_hand_player_statistics.amt_p_2bet_facing instead of _raise_made.
kraada
Moderator
 
Posts: 54431
Joined: Wed Mar 05, 2008 2:32 am
Location: NY

Re: How to create a stat for OR (2bb,3bb,4bb.. OpenPush)

Postby Nidel » Tue Dec 04, 2012 12:16 pm

kraada wrote:and (tourney_hand_player_statistics.amt_p_raise_made / tourney_blinds.amt_bb) = 2

to specify a 2BB open raise from that player.

TY, so if i want to create a stat for Open Push, could be something like this?

and (tourney_hand_player_statistics.amt_p_raise_made >= (min(live_amt_stack,2*live_amt_avg_stack-live_amt_stack))
Nidel
 
Posts: 49
Joined: Wed Mar 28, 2012 9:50 am

Re: How to create a stat for OR (2bb,3bb,4bb.. OpenPush)

Postby Nidel » Tue Dec 04, 2012 1:48 pm

I´ve created this 2 columns:

SB miniraise
sum(if[tourney_hand_player_statistics.cnt_p_raise > 0 AND NOT (tourney_hand_player_statistics.flg_p_limp) AND lookup_positions.flg_sb AND (tourney_hand_player_statistics.amt_p_raise_made / tourney_blinds.amt_bb) = 2, 1, 0])
SB push
sum(if[tourney_hand_player_statistics.cnt_p_raise > 0 AND NOT (tourney_hand_player_statistics.flg_p_limp) AND lookup_positions.flg_sb AND tourney_hand_player_statistics.amt_p_raise_made = tourney_hand_player_statistics.amt_p_effective_stack, 1, 0])

And Im using them for this 2 stats:

SB Mini Raise %
(cnt_pfr_SB_mini / cnt_hands_SB) * 100
SB Open Push %
(cnt_pfr_SB_push / cnt_hands_SB) * 100

Am i doing correctly?

Thnak you :)
Nidel
 
Posts: 49
Joined: Wed Mar 28, 2012 9:50 am

Re: How to create a stat for OR (2bb,3bb,4bb.. OpenPush)

Postby kraada » Tue Dec 04, 2012 3:29 pm

The latter two look good. You can't use min() in column definitions though so that won't work.
kraada
Moderator
 
Posts: 54431
Joined: Wed Mar 05, 2008 2:32 am
Location: NY

Re: How to create a stat for OR (2bb,3bb,4bb.. OpenPush)

Postby js2002 » Fri Feb 08, 2013 12:17 pm

With your definition Player can 2bet with size x and then do the shove as 3- or 4bet+.
I guess that is not wanted. Any hints on how I filter that out?


Ok checked this. This cant happen due to the first raise gets the raise made field.
But I found another problem with our stat.

There are hands that are openpushes where
tourney_hand_player_statistics.amt_p_raise_made = tourney_hand_player_statistics.amt_p_effective_stack is NOT TRUE
because
tourney_hand_player_statistics.amt_p_raise_made > tourney_hand_player_statistics.amt_p_effective_stack = TRUE exist!

These are spots where a bigstack Player pushes with the first raise allin vs stacks he has dominated.
Do you and kraada ;) think that
tourney_hand_player_statistics.amt_p_raise_made >= tourney_hand_player_statistics.amt_p_effective_stack will solve this problem?
js2002
 
Posts: 1501
Joined: Fri Feb 15, 2008 5:44 am
Location: Germany

Re: How to create a stat for OR (2bb,3bb,4bb.. OpenPush)

Postby kraada » Fri Feb 08, 2013 1:42 pm

You're right, that should be >=.
kraada
Moderator
 
Posts: 54431
Joined: Wed Mar 05, 2008 2:32 am
Location: NY

Re: How to create a stat for OR (2bb,3bb,4bb.. OpenPush)

Postby js2002 » Fri Feb 08, 2013 1:54 pm

great, now i can go one with some things.

Hey kraada, we spoke about Range HUDs and your "old" M popup. Do u got anything finished? I also take betas ;)

chefsache@homegames.eu
js2002
 
Posts: 1501
Joined: Fri Feb 15, 2008 5:44 am
Location: Germany


Return to Custom Stats, Reports and HUD Profiles

Who is online

Users browsing this forum: No registered users and 46 guests

cron
highfalutin