Discuss how to create custom stats, reports and HUD profiles and share your creations.
Moderators: WhiteRider, kraada, Flag_Hippo, morny, Moderators
by ElHive » Thu Apr 11, 2024 2:28 am
For German players GG Poker retains an extra 3 percent on all tournament winnings. So in PT4 my winnings are always off.
What do I need to do to create a custom stat that subtracts 3% of every gross winning per tournament. But only for GG Poker?
I figure I first need a stat that calculates the retained amount and then another stat that subtracts said amount from the gross winnings. Right? But how do I do that?
-
ElHive
-
- Posts: 59
- Joined: Fri Jun 20, 2008 7:30 pm
by ElHive » Thu Apr 11, 2024 2:57 am
Hm, I think i figured it out:
- Code: Select all
var_amt_net_curr_conv - ((var_amt_net_curr_conv + amt_buyin_ttl_curr_conv) * .03)
That works for a basic information.
Is there a way to use this stat for graphs as well?
-
ElHive
-
- Posts: 59
- Joined: Fri Jun 20, 2008 7:30 pm
by Flag_Hippo » Thu Apr 11, 2024 1:44 pm
To add the statistic to a graph report see this
tutorial video - the example is for rakeback but the principle is the same.
-
Flag_Hippo
- Moderator
-
- Posts: 15174
- Joined: Tue Jan 31, 2012 7:50 am
Return to Custom Stats, Reports and HUD Profiles
Users browsing this forum: No registered users and 38 guests