HUD display stack size in bbs in ZOOM

General discussion of PokerTracker 3.

Moderator: Moderators

HUD display stack size in bbs in ZOOM

Postby Gytiz » Tue Apr 17, 2012 5:52 am

Hello, I would like to know how to add new stat to display stack size in bbs in ZOOM?

This posted bellow doesn't work on ZOOM tables, but works fine with normal ones.

Custom Stat Example

As an example, this is how I built a "Stack in BB" stat in the Holdem Cash Player Statistics section.

To calculate stack in BB we need to divide the stack size by the size of the big blind so first I built a Variable to hold each of those values.
In the custom stats window select the Holdem Cash Player Statistics section and go to the Variables tab.
(These Variables already exist in the tournament sections as they are used in the M stat.)

Click New and give the variable a name, let's start with "var_live_amt_bb".
Enter the Expression: live_table_stat( 'amt_bb' )
Add a Description too: "The BB amount in the previous hand at this table".

Add the second Variable in the same way: "var_live_amt_stack" with Expression: live_player_stat( str_player_name, 'amt_stack' ) and Description "The player's stack at the end of the previous hand".

Now that we have both the Variables that we need we can build the stat.
Go to the Statistics tab and click New.

Give your stat a Name, such as "Stack in BB", and a Description.
Enter the Value Expression using the new Variables: var_live_amt_stack / var_live_amt_bb

Although these stats won't work in reports (only the HUD) it is always a good idea to fill in the Format tab too.

Click Apply to save your stat.
Gytiz
 
Posts: 5
Joined: Tue Apr 17, 2012 5:45 am

Re: HUD display stack size in bbs in ZOOM

Postby kraada » Tue Apr 17, 2012 7:42 am

That stat is based on the stack sizes at the end of the last hand and as such will not work in Zoom.
kraada
Moderator
 
Posts: 54431
Joined: Wed Mar 05, 2008 2:32 am
Location: NY

Re: HUD display stack size in bbs in ZOOM

Postby Gytiz » Tue Apr 17, 2012 10:34 am

kraada wrote:That stat is based on the stack sizes at the end of the last hand and as such will not work in Zoom.

I understand that. So I ask if it is possible to see stack size in bbs in Zoom using different /stats/variables/settings/etc.? I am pretty sure it is possible but cann't find that forum thread, I think it was something about HU.
Gytiz
 
Posts: 5
Joined: Tue Apr 17, 2012 5:45 am

Re: HUD display stack size in bbs in ZOOM

Postby kraada » Tue Apr 17, 2012 11:57 am

No, PT3 does not know anything about the current hand in progress until it is completed (except, in the case of Zoom, the names and locations of the players).
kraada
Moderator
 
Posts: 54431
Joined: Wed Mar 05, 2008 2:32 am
Location: NY

Re: HUD display stack size in bbs in ZOOM

Postby Gytiz » Tue Apr 17, 2012 12:02 pm

Thank You for the answers.
Gytiz
 
Posts: 5
Joined: Tue Apr 17, 2012 5:45 am


Return to General [Read Only]

Who is online

Users browsing this forum: No registered users and 12 guests

cron