Various Stats combination

Questions and discussion about PokerTracker 4 for Windows

Moderators: WhiteRider, kraada, Flag_Hippo, morny, Moderators

Various Stats combination

Postby philip77 » Sun Aug 26, 2012 5:14 am

Hi,

Is it possible to combine various stats to make a new one, or do you have to redefine the new stat with the complete columns definition?
For example, if I want to create a stat that is the maximum of Fold to Flop CBet / Turn and River, is there a way I could make the definition something like:
new stat= Max(#Fold to Flop CBet; #Fold to Turn CBet; #Fold to River CBet)

Thanks
philip77
 
Posts: 245
Joined: Fri Nov 13, 2009 6:33 am

Re: Various Stats combination

Postby WhiteRider » Sun Aug 26, 2012 9:44 am

Yes, you can do that sort of thing, but you'll need to use the value expressions rather than the stat names.

Take the Value Expressions from each stat you want to compare, and put them in a "max" expression like this:
max( expr1, expr2, ... )

For example, fold to flop and turn cbets would be like this:

max( (cnt_f_cbet_def_action_fold / cnt_f_cbet_def_opp) * 100, (cnt_t_bet_def_action_fold / cnt_t_bet_def_opp) * 100 )
WhiteRider
Moderator
 
Posts: 54025
Joined: Sat Jan 19, 2008 7:06 pm
Location: UK


Return to PokerTracker 4

Who is online

Users browsing this forum: No registered users and 9 guests