How to create Custom Stat

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

Moderators: WhiteRider, kraada, Flag_Hippo, morny, Moderators

How to create Custom Stat

Postby roctill7 » Tue Mar 04, 2014 12:14 am

Hello,

I would like to create a custom stat for my HUD and need a guidance for first time. I want to have a stat that will show me how many times (%) player folds to my open shove at certain stack depth level.
roctill7
 
Posts: 11
Joined: Sat Jun 09, 2012 1:54 pm

Re: How to create Custom Stat

Postby kraada » Tue Mar 04, 2014 9:25 am

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

The other pieces of code you might need for this particular stat include:

(tourney_hand_player_statistics.amt_p_effective_stack / tourney_blinds.amt_bb) Between X and Y

Will limit things to situations where the player in question had an effective stack between X big blinds and Y big blinds.

and

(tourney_hand_player_statistics.amt_p_2bet_facing >= tourney_hand_player_statistics.amt_p_effective_stack)

will limit it to situations the player faced a 2bet for at least his effective stack.
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: o0Q0o and 43 guests

cron