Page 1 of 1

Stat for tax retained on MTT winnings at site GG Poker

PostPosted: Thu Apr 11, 2024 2:28 am
by ElHive
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?

Re: Stat for tax retained on MTT winnings at site GG Poker

PostPosted: Thu Apr 11, 2024 2:57 am
by ElHive
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?

Re: Stat for tax retained on MTT winnings at site GG Poker

PostPosted: Thu Apr 11, 2024 1:44 pm
by Flag_Hippo
To add the statistic to a graph report see this tutorial video - the example is for rakeback but the principle is the same.