Struggling with creating stats

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

Moderators: WhiteRider, kraada, Flag_Hippo, morny, Moderators

Struggling with creating stats

Postby Naeco » Wed Feb 01, 2023 10:41 pm

Hello,

I have thoroughly read the tutorial on how to create a Statistic, however I'm still struggling so I will ask for help here:

I would like to modify an existing stat: "Raise with SB Limper in BB".

I'd like a version of this stat with only all-in, and another one with only non-allin.

Could someone give me some tips on how I can do it myself ?

Thanks!
Naeco
 
Posts: 24
Joined: Tue Jun 12, 2018 7:43 am

Re: Struggling with creating stats

Postby Flag_Hippo » Fri Feb 03, 2023 6:42 am

When a players first preflop raise is all-in the following is true:

Code: Select all
tourney_hand_player_statistics.amt_p_raise_made >= tourney_hand_player_statistics.amt_p_effective_stack

when it isn't this is true:

Code: Select all
tourney_hand_player_statistics.amt_p_raise_made < tourney_hand_player_statistics.amt_p_effective_stack

You can use these to modify an existing statistic - see this guide for an example.
Flag_Hippo
Moderator
 
Posts: 14441
Joined: Tue Jan 31, 2012 7:50 am

Re: Struggling with creating stats

Postby Naeco » Thu Mar 23, 2023 11:06 am

Late answer here but thank you, I finally succeeded.
Naeco
 
Posts: 24
Joined: Tue Jun 12, 2018 7:43 am


Return to Custom Stats, Reports and HUD Profiles

Who is online

Users browsing this forum: No registered users and 14 guests

cron
highfalutin