As the title states, looking for PT4 to display various stats of individual hands for husng. Including bb/100 for each hand. Any suggestions on how to do this since I don't see this function under Statistics.
THanks
Moderators: WhiteRider, kraada, Flag_Hippo, morny, Moderators
kraada wrote:To make all in adjusted BB per hand click Configure -> Statistics and in the T Players Stats section, highlight the BB/100 version in the left hand side and click the Duplicate button. Change to the Definition page and change the Name, Title and Description as you want, then in the Value Expression remove the "/ 100" piece so that it's just over cnt_hands. Make the same change in the Format Expression and save your stat then it will be per hand.
I'm not sure what else you're asking for though, could you please elaborate on that?
kraada wrote:If you want to see things split up by position what you want to do is look at a By Position report or add the Position stat to the report. That will break things down and get one row per position.
If you're going to be adding and taking out that stat regularly you might instead be best off making a custom report on the My Reports page - if you add Position and Hole Cards they'll be broken down by position and hole cards and then you don't have to mess around with the defaults and can instead filter when you want to look for specific hands.
To split it into different stack depths you'll want to create a custom stat which groups by the stack sizes in the groupings you want. Take a look at how we do the grouping stat Flop Bet Size and its column val_f_bet_size and that should give you an idea how to proceed. For effective stack size you'd just want to use cash_hand_player_statistics.amt_p_effective_stack instead (and divide by cash_limit.amt_bb to get it in big blinds).
Users browsing this forum: No registered users and 59 guests