help for newbie to PT4 on custom stats...and more

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

Moderators: WhiteRider, kraada, Flag_Hippo, morny, Moderators

help for newbie to PT4 on custom stats...and more

Postby melimelo11 » Tue Jul 10, 2012 8:11 pm

Hi,

First of all congrats for such a great product and even though it's still a beta, it's already much lighter, faster, more realiable and more customizable than what other competitors are currently offering...so congrats to everyone at PT.

My request for help is regarding several stats I can't find and can't customise either:

1. Raise first in by position (6 max): i know how to include that in the HUD (RFI + specifying the position) but cannot include those stats when configuring the Summary Report under the Statistics tab. I know I can look it up when selecting Grouping by Position but I would like to see that as an individual stat by position when Grouping by Session or by Date (as, for example, I want to observe the evolution of my game when trying to increase/decrease my level of open raise at certain positions). Is this possible?

2. Same thing for winnings with and without showdown beyond seeing that in the graphs section and for steal (and steal success) at CO and BTN separately and not grouped by LP.

Also would like to know wether it is possible to:

1. Customise graph below summary report (statistics tab) to show not onle actual winnning but also AI equity adjusted winnings (and showing the graph in bb if possible)

2. Copy set of stats from one report to another (or from one grouping to another) to avoid wasting time doing the same stat adding process when configuring several reports that in the end I would like to have pretty similar sets of stats

Finally I've seen that when I include the stake stat when configuring any session report, the stake shown is most often wrong (a bug???) and when adding site or site icon the field comes up empty

Thanks for your help!
melimelo11
 
Posts: 16
Joined: Thu Jul 05, 2012 8:38 am

Re: help for newbie to PT4 on custom stats...and more

Postby WhiteRider » Wed Jul 11, 2012 3:33 am

1. You can do this with custom stats.
Check out this tutorial which was written for PT3 but explains the general process.
As an example, the actions column for Raise First In in PT4 is:

cnt_p_raise_first_in =
sum(if[cash_hand_player_statistics.flg_p_first_raise AND cash_hand_player_statistics.flg_p_open_opp, 1, 0])

To make this for the button (position 0) duplicate it and change it to:

cnt_p_raise_first_in_btn =
sum(if[cash_hand_player_statistics.flg_p_first_raise AND cash_hand_player_statistics.flg_p_open_opp AND cash_hand_player_statistics.position = 0, 1, 0])

2. You can do the same thing here. Button is 0, cutoff is 1, and so on away from the button. BB is always 8 and SB always 9 regardless of the number of players involved.

3. Those graphs cannot be configured but I'll mention your request to the development team.

4. No, that isn't possible but again I'll mention it to the development team.

Stake isn't valid in "Session" reports since a session can include more than one table session, which can be at different stakes. Stake will only work correctly in "Table Session" reports. The same applies to sites - it is possible to have players from different sites aliased and therefore there can be more than one site in a "session".
WhiteRider
Moderator
 
Posts: 54018
Joined: Sat Jan 19, 2008 7:06 pm
Location: UK

Re: help for newbie to PT4 on custom stats...and more

Postby melimelo11 » Wed Jul 11, 2012 6:14 am

Tx a lot for your very quick reply.

Could you pls clarify:

1. What are the assigned numbers for each position in a 6-max table?

And one issue I'm having:

2. I've got a custom hud and when including the bb/100 stat, I assing 0 decimals to the stat but in the HUD it keeps popping up with 2 decimals. Why?

Thanks once again
melimelo11
 
Posts: 16
Joined: Thu Jul 05, 2012 8:38 am

Re: help for newbie to PT4 on custom stats...and more

Postby kraada » Wed Jul 11, 2012 8:35 am

(1) 9 is SB, 8 is BB, 0 is button, 1 is cutoff, 2 is hijack and 3 is UTG.

(2) This is a known PT4 issue that should be resolved for our next beta release.
kraada
Moderator
 
Posts: 54431
Joined: Wed Mar 05, 2008 2:32 am
Location: NY


Return to Custom Stats, Reports and HUD Profiles

Who is online

Users browsing this forum: No registered users and 22 guests

cron