Open Side Menu Go to the Top

06-13-2008 , 04:52 AM
Is there going to be an option in PT3 where you can select to view your winnings including Rakeback. Obviously you set the % and then everything would adjust accordingly. This would be great!
Rakeback Option
150% up to $2,000 Welcome Bonus on CoinPoker
Join the action now
Daily Rewards • Splash Pots • CoinRaces
Rakeback Option
06-13-2008 , 08:37 AM
We are hoping to build in bankroll management into the software, however it is not our current highest priority at the moment.

However, you can create a custom report to do exactly what you wish. There is a stat in the database called MGR. So long as you are at a site using a dealt method of calculating rakeback (FTP is one) you can take MGR and multiply it by 0.27 to get rakeback. You would need to do this as a custom statistic but it is pretty easy since everything else is in there. Then you could just add your winnings and you'd be all set.
06-13-2008 , 09:52 AM
Excellent, thanks for the advice. Now I just need to work out how to do all of what you just said.
06-13-2008 , 10:20 AM
I have confidence you can figure it out
07-27-2008 , 06:53 PM
ok I cant seem to get this working... ill admit I havnt gone thru the docs all the way.

I duped "Rake" but I cant seem to get a valid change... im sure because I don't know crap about doing this.

Just need a little help here

Want to multiply Rake by 0.27

Then add "Rake-Back" to "Net_Won"

Thnx for the input.

once I understand how to do this I should be good to go.
07-27-2008 , 10:50 PM
The expression field should read:
Code:
amt_mgr * 0.27 + holdem_table_session_summary.amt_won
in the Holdem Cash Session area and it should give you what you want.
07-28-2008 , 07:19 AM
i get the invalid message with what you just posted Kraada. I dont have a problem creating the mgr * 0.27 tho, i just cant find it in the configure stats report then even tho ive added it to the correct column..weird

@ sharpy

maybe you could just upload your stat when finished? thx
07-28-2008 , 08:09 AM
Quote:
Originally Posted by §437 Nr. 3
i get the invalid message with what you just posted Kraada. I dont have a problem creating the mgr * 0.27 tho, i just cant find it in the configure stats report then even tho ive added it to the correct column..weird
That's because, after having added it, you also need to go to the "Statistics" tab in the Configure Statistics window and add a new stat where you just enter the name of your column that you created. There is a rakeback stat available in the repository too, btw.
07-28-2008 , 10:48 AM
Quote:
Originally Posted by Kraada
The expression field should read:
Code:
amt_mgr * 0.27 + holdem_table_session_summary.amt_won
in the Holdem Cash Session area and it should give you what you want.
could you also give me the expression for the $ per table hour? I cant find it, but id really like to have hourlys with RB included
07-28-2008 , 10:48 AM
Quote:
Originally Posted by Peligroso
That's because, after having added it, you also need to go to the "Statistics" tab in the Configure Statistics window and add a new stat where you just enter the name of your column that you created. There is a rakeback stat available in the repository too, btw.
thx, that worked
07-28-2008 , 10:53 AM
Quote:
Originally Posted by §437 Nr. 3
could you also give me the expression for the $ per table hour? I cant find it, but id really like to have hourlys with RB included
In the Holdem Cash Sessions area you can find $/Table Hour defined as amt_won / (cnt_minutes / 60)

So you could dup this stat and create one to be (amt_won + rakeback) / (cnt_minutes / 60) which will give you your real profit including rakeback as an hourly.
09-04-2008 , 06:42 PM
Kraada, I play tourneys only, and have made a amount rakeback column which is working just fine.

But I tryed to alter your "amt_mgr * 0.27 + holdem_table_session_summary.amt_won"

to-> amt_mgr * 027 + tourny_holdem_results.amt_won

and can't get a valid expression.

I'm missing something obviously, any thoughts?

TY

P.S. If I get this working then I should be able to add it to any other stat I want to correct?

o and i forgot.. when creating a new column we need to "refresh the cache".. exactely how do I do that? Im not so computer savy anymore

Last edited by Sharpy808; 09-04-2008 at 06:44 PM. Reason: cache question....
09-05-2008 , 08:53 AM
Well, that wouldn't quite work for tournaments. MGR is based on rake divided by players at the table for cash games and is used to calculate rakeback. For tournaments they just calculate based on how much rake they take from you; since the same amount comes from all players it's much simpler to simply use the rake.

So for a tournament you'd probably want to be in the Holdem Tournament Tournaments section and the value expression would be:
Code:
amt_rake * 0.27 + amt_won
.
09-05-2008 , 09:46 AM
Works like a champ

Thanks for baby sitting me thru that sir.
09-05-2008 , 12:15 PM
Glad to be of assistance!
Rakeback Option
150% up to $2,000 Welcome Bonus on CoinPoker
Join the action now
Daily Rewards • Splash Pots • CoinRaces
Rakeback Option

      
m