hud profile for different tourny levels

General discussion of PokerTracker 3.

Moderator: Moderators

Re: hud profile for different tourny levels

Postby Jackassery » Sat Oct 24, 2009 12:41 pm

yes thank you
Jackassery
 
Posts: 29
Joined: Mon Jan 26, 2009 8:52 pm

Re: hud profile for different tourny levels

Postby kraada » Sun Oct 25, 2009 7:22 pm

Good, glad to hear it :)
kraada
Moderator
 
Posts: 54431
Joined: Wed Mar 05, 2008 2:32 am
Location: NY

Re: hud profile for different tourny levels

Postby Pokerchick » Thu Oct 29, 2009 6:40 am

I understand what was explained in this thread, but have another question (that may be very silly)

I play solely single table 6-max SNGs. It would be incredibly helpful for me to be able to break a player's stats down into 2 separate blind groups. Everything from level 1-3 say and everything from level 4 onwards.

There is obviously a huge difference between a player who is 20/15/2 for all levels and a player who is 8/6/1 at levels 1-3 and 35/30/8 at levels 4 onwards, however on PT HUD they may well end up both appearing as 20/15/2.

Is this kind of thing absolutely impossible (even if I always play at the same site with the same blind levels) or is it just very difficult? I'm happy to try to do it myself but obviously don't want to waste my time if it's completely impossible.
Pokerchick
 
Posts: 2
Joined: Thu Oct 29, 2009 5:19 am

Re: hud profile for different tourny levels

Postby WhiteRider » Thu Oct 29, 2009 6:55 am

You could build custom stats to show their VP$IP from certain blind amounts (e.g. less than and more than level 4 blind amounts) then display them in separate profiles and switch profiles manually at the appropriate time.
e.g. you could create a custom stat called "VP$IP to level 3" (or whatever) by duplicating the VP$IP stat.
You would then duplicate the cnt_vpip column and add a check for tourney_holdem_blinds.amt_bb < 100 (or whatever the level 4 big blind amount is).

Custom Stats guideCustom Statistics and Reports FAQ

If you need further help getting started with this please post back and let us know where you're stuck.
WhiteRider
Moderator
 
Posts: 54017
Joined: Sat Jan 19, 2008 7:06 pm
Location: UK

Re: hud profile for different tourny levels

Postby Jackassery » Tue Nov 03, 2009 6:38 pm

WhiteRider wrote:You could build custom stats to show their VP$IP from certain blind amounts (e.g. less than and more than level 4 blind amounts) then display them in separate profiles and switch profiles manually at the appropriate time.
e.g. you could create a custom stat called "VP$IP to level 3" (or whatever) by duplicating the VP$IP stat.
You would then duplicate the cnt_vpip column and add a check for tourney_holdem_blinds.amt_bb < 100 (or whatever the level 4 big blind amount is).

Custom Stats guideCustom Statistics and Reports FAQ

If you need further help getting started with this please post back and let us know where you're stuck.


Hmm is this what i was trying to find out if I could do as well? So I could have vpip, pfr, agg for the first few levels then have those three again for levels 4 onward and they would be different? Is this just filtering what levels of blinds you are picking up the stat? Thanks for all your help and patience by the way
Jackassery
 
Posts: 29
Joined: Mon Jan 26, 2009 8:52 pm

Re: hud profile for different tourny levels

Postby kraada » Tue Nov 03, 2009 6:54 pm

If you built the stats in this way, yes. You'd need a cnt_hands_levels_1_4 as well, but this stat would just count VP$IP (and hands) from blind levels that you specify. I'd be happy to walk you through one example in greater detail; which blind levels would you want it for and what are the blinds at those levels?
kraada
Moderator
 
Posts: 54431
Joined: Wed Mar 05, 2008 2:32 am
Location: NY

Re: hud profile for different tourny levels

Postby TheLuigi » Fri Oct 29, 2010 4:30 am

Hi again,

Is it possible to code new stats based on number of players in table? You could put those in HUD at the same time. Like normal VPIP, but also, for example, VPIP with more than 5 players or exactly 4 players etc.
TheLuigi
 
Posts: 15
Joined: Tue Jul 15, 2008 5:02 pm

Re: hud profile for different tourny levels

Postby kraada » Fri Oct 29, 2010 10:00 am

You could do that, or you could use the Player Ranges section of the Hud Options tab - that sets it so that you only see stats from X handed situations when X handed (so you could set it to see 4-6 handed data when 4-6 handed, for example).
kraada
Moderator
 
Posts: 54431
Joined: Wed Mar 05, 2008 2:32 am
Location: NY

Re: hud profile for different tourny levels

Postby kingkong32 » Sun Dec 12, 2010 3:08 pm

kraada wrote:If you built the stats in this way, yes. You'd need a cnt_hands_levels_1_4 as well, but this stat would just count VP$IP (and hands) from blind levels that you specify. I'd be happy to walk you through one example in greater detail; which blind levels would you want it for and what are the blinds at those levels?


This sounds great. I play HU SnG. I need VP$IP and PFR for the big blind and for the small blind for each blind level. Could you give me an example (PFR or VP$IP of the small blind for the first blind level with a big blind of 20) Then I could applicate it for the other levels...

Thank you very much.

It would also fine for me, If I could see the values for the actual blind level and for the whole tournament in one HUD.
kingkong32
 
Posts: 52
Joined: Wed Dec 08, 2010 1:49 pm

Re: hud profile for different tourny levels

Postby kraada » Sun Dec 12, 2010 3:19 pm

Assuming the level progression is: 10/20, 15/30, 25/50, 30/60:

cnt_vpip_lvl_1_4_sb: sum(if[tourney_holdem_hand_player_statistics.flg_blind_s and tourney_holdem_blinds.amt_bb <= 60 and tourney_holdem_hand_player_statistics.flg_vpip, 1, 0])

That will count up the number of times a player was in the small blind, the big blind size was 60 or less, and the player VP$IP. To make a count of hands, just remove flg_vpip, put the above over the # of hands and you'd have your VP$IP from the SB limited to the first 4 blind levels. You can of course change the amt_bb number to whatever you would like, and if you are happy with a general VP$IP from the blinds, you can omit the flg_blind_s and just build the stat and use the Blinds position option in the HUD.
kraada
Moderator
 
Posts: 54431
Joined: Wed Mar 05, 2008 2:32 am
Location: NY

PreviousNext

Return to General [Read Only]

Who is online

Users browsing this forum: Google [Bot] and 28 guests

cron
highfalutin