I figured out that on the site I'm playing, the "Rake Contributed" field should be used. I kept track of the rakeback on the site and I checked in PT4 now after 10k hands and when I multiply this with the percentage I'm getting, it's only off for 10 cents.
I have created the "EUR won w/RB" field as follows:
- Code: Select all
amt_won_curr_conv + (amt_rake_weighted_contributed * .35)
Works perfectly.
I now also want to create
BB/100 w/RB
Rake BB/100
But I don't succeed in creating this one... it should be based on the same amt_rake_weighted_contributed field as this is the one that works almost perfect.
Who could help me out on this?
Many thanks in advance