Open-limp SB stat

Questions and discussion about PokerTracker 4 for Windows

Moderators: WhiteRider, kraada, Flag_Hippo, morny, Moderators

Re: Open-limp SB stat

Postby setherson2 » Fri Jan 10, 2014 4:15 am

Ok so I'm just gonna dump another random question in here. I'm getting used to the Holdem Hand Range Visualizer in the Statistics tab. Is there a way to set it so that I can see which hands, in any given configuration, I have profited with and which I have lost with? Like a green for profit, red for loss type thing.
setherson2
 
Posts: 68
Joined: Fri Jan 20, 2012 11:00 pm

Re: Open-limp SB stat

Postby kraada » Fri Jan 10, 2014 8:48 am

No, that is not possible at this time. What you can do is go to the Summary -> Group by Starting Hands (Holdem) then apply a filter via More Filters and that will show you your profit and loss with each hole card pair in that situation.
kraada
Moderator
 
Posts: 54431
Joined: Wed Mar 05, 2008 2:32 am
Location: NY

Re: Open-limp SB stat

Postby setherson2 » Fri Jan 10, 2014 3:56 pm

Cool, good alternative. Thanks.
setherson2
 
Posts: 68
Joined: Fri Jan 20, 2012 11:00 pm

Re: Open-limp SB stat

Postby setherson2 » Sat Jan 11, 2014 7:00 pm

kraada wrote:You have to do it with a custom stat either way, but the value you care about is:

tourney_hand_player_statistics.amt_p_raise_made / tourney_hand_player_statistics.amt_p_effective_stack

That's the size of the player's first raise in terms of his effective stack.

So:

tourney_hand_player_statistics.amt_p_raise_made / tourney_hand_player_statistics.amt_p_effective_stack > .6 would be true when he raised to more than 60% of his effective stack.

So a 3bet more than 60% of effective stack column would look like:

sum(if[tourney_hand_player_statistics.flg_p_3bet and tourney_hand_player_statistics.amt_p_raise_made / tourney_hand_player_statistics.amt_p_effective_stack > .6, 1, 0])

See this guide for the basics on custom statistics creation and this guide for a deeper walkthrough. The latter was written for PT4 but the techniques all apply to PT3, the interface is just slightly different.


Ok so I think I got this done right, will this work?

Image

Image
setherson2
 
Posts: 68
Joined: Fri Jan 20, 2012 11:00 pm

Re: Open-limp SB stat

Postby setherson2 » Sat Jan 11, 2014 7:16 pm

I also just made one for raise first in 60%+, is it clean too?

Image

Image
setherson2
 
Posts: 68
Joined: Fri Jan 20, 2012 11:00 pm

Re: Open-limp SB stat

Postby setherson2 » Sat Jan 11, 2014 7:35 pm

Actually, it looks like I need to make a new count column for each to limit the count of their opportunities to do each thing for when their stacks a below a certain number of big blinds. How do I do that?
setherson2
 
Posts: 68
Joined: Fri Jan 20, 2012 11:00 pm

Re: Open-limp SB stat

Postby setherson2 » Sat Jan 11, 2014 7:42 pm

More specifically I would want columns for 'opportunities to 3bet with stack <35 bb' and 'opportunities to open with stack <25 bb'
setherson2
 
Posts: 68
Joined: Fri Jan 20, 2012 11:00 pm

Re: Open-limp SB stat

Postby kraada » Sun Jan 12, 2014 9:44 am

That will work and as you've written it you're right it doesn't limit by stack size in any way.

Add into the column this piece:

"AND (tourney_hand_player_statistics.amt_p_effective_stack / tourney_blinds.amt_bb) < X"

to limit to hands only when the player has an effective stack of less than X big blinds at the start of the hand. You'll need to edit the opportunity column as well to have this bit.
kraada
Moderator
 
Posts: 54431
Joined: Wed Mar 05, 2008 2:32 am
Location: NY

Re: Open-limp SB stat

Postby setherson2 » Sun Jan 12, 2014 12:18 pm

Look good?

Image

Image
setherson2
 
Posts: 68
Joined: Fri Jan 20, 2012 11:00 pm

Re: Open-limp SB stat

Postby kraada » Sun Jan 12, 2014 12:25 pm

Looks good; you probably want to edit that into cnt_p_3bet_60 as well then; otherwise you could get 3bets when the player started with a different stack size that count.
kraada
Moderator
 
Posts: 54431
Joined: Wed Mar 05, 2008 2:32 am
Location: NY

PreviousNext

Return to PokerTracker 4

Who is online

Users browsing this forum: Amazonbot and 67 guests

cron
highfalutin