Psst. Wanna know how to make your stats show fractions too?

General discussion of PokerTracker 3.

Moderator: Moderators

Psst. Wanna know how to make your stats show fractions too?

Postby WhiteRider » Wed Aug 06, 2008 8:06 am

This isn't a simple fix to make all HUD stats magically show fraction of opportunities, but..
I've been playing around with formatting Custom Statistics, and I've worked out how to show counts and opportunities within a single stat for use in reports and the HUD.

So, for instance you can make Cold Call look like this:
33% (3/9)

The format string for this is a little complicated, so bear with me.
We are working on the 'Format' tab of a Statistic in the Configure Stats window.

You need to use the format function.
e.g. If a is 37 and b is 19, then this format expression:
format( 'a={1}, b={2}', a, b )
..would give a stat output of:
a=37, b=19

If you just do it with straighforward values like
format( '{1}', (cnt_p_ccall / cnt_p_ccall_opp) * 100 )
then you will get lots of decimal places if you add the stat to the HUD, so you also need to use format_number.

This is for Cold Calls again, and I've formatted to 0 decimal places.
Code: Select all
format( '{1}% ({2}/{3})', format_number((cnt_p_ccall / cnt_p_ccall_opp) * 100 ,0,false,false), cnt_p_ccall, cnt_p_ccall_opp )

Which would give an output like:
33% (3/9)

If you want to try this - select the CCPF stat in 'holdem cash player statistics' section of the Configure Stats window, and click the 'Dup' button to make your own copy you can edit.
Rename the stat, e.g. CCPF2, then click the 'format' tab and replace the content with the above format string.
Better still, experiment with your own version so you understand how it works.

You can then add your new stat to reports, such as 'Known Starting Hands Summary', or to the HUD.

I have added this to the Custom Statistics and Reports FAQ.
WhiteRider
Moderator
 
Posts: 53987
Joined: Sat Jan 19, 2008 7:06 pm
Location: UK

Re: Psst. Wanna know how to make your stats show fractions too?

Postby INSPIRON » Fri Aug 08, 2008 8:55 am

This is very nice. Thank you.

This requires a non-beta version though. I have beta 15, which is significantly better than build 2 (registered). So I don't want to use build 2. Meanwhile, if I want this fractions in stats i have to wait for the next official build, right? Because I don't suppose is possible for me if I buy the software to make this customizations in the beta version?

Thanks
INSPIRON
 
Posts: 8
Joined: Mon May 26, 2008 2:28 am

Re: Psst. Wanna know how to make your stats show fractions too?

Postby kraada » Fri Aug 08, 2008 9:50 am

This should work fine in the Beta versions; what it requires is a registered version. If you have not registered your version of PokerTracker 3 you will not be able to access the custom statistics interface. But once you have registered this will work in both Build 2 and Beta 15.
kraada
Moderator
 
Posts: 54431
Joined: Wed Mar 05, 2008 2:32 am
Location: NY

Re: Psst. Wanna know how to make your stats show fractions too?

Postby INSPIRON » Fri Aug 08, 2008 12:32 pm

That's good! Thank you!
INSPIRON
 
Posts: 8
Joined: Mon May 26, 2008 2:28 am


Return to General [Read Only]

Who is online

Users browsing this forum: No registered users and 20 guests

cron
highfalutin