Adding RakeBack to Graph (Version v3.11.7 beta)

General discussion of PokerTracker 3.

Moderator: Moderators

Adding RakeBack to Graph (Version v3.11.7 beta)

Postby RiverHurt » Fri Feb 03, 2012 7:08 pm

How can I add rake back to my graph? What are the steps? How do you change the rakeback percentage?

Thank you very much!
RiverHurt
 
Posts: 38
Joined: Sun Oct 02, 2011 4:18 pm

Re: Adding RakeBack to Graph (Version v3.11.7 beta)

Postby WhiteRider » Sat Feb 04, 2012 5:45 am

You will need a custom stat to calculate the rakeback - there are a few available in the Customize PokerTracker section depending on how your rakeback deal is calculated.
You can then add the stat to the graph tab by clicking the 'Configure' link next to Show Stats. Add your stat and enable the 'sum' option to get a running total.
WhiteRider
Moderator
 
Posts: 54017
Joined: Sat Jan 19, 2008 7:06 pm
Location: UK

Re: Adding RakeBack to Graph (Version v3.11.7 beta)

Postby RiverHurt » Sat Feb 04, 2012 8:29 pm

My rack back is with cake poker and it is 33 percent of the MGR.

I downloaded RakeBack(for graphs) by korjusk and Total Won(Including RakeBack) by korjusk. Does it matter where I save does files? I saved them in my documents.

When I follow the instructions for the Total Won(Including RakeBack)
PT3 -> configure -> configure stats -> holdem cash player statistic -> columns -> amt_rbStat
I cannot find amt_rbStat to change it.

I configured the graph display stats, I added RAKE and selected sum but this just adds in a second near straight purple line which is the rake totalled session on session.

Since cake poker rake back is based on the MGR (33%), I just want to add 33% of the MGR per session to the Amount Won stat so there is just one line which represents amount won + 33% of MGR.

If you know what I am doing wrong please let me know. I am sure its something simple but I cannot figure it out!

Thanks!
RiverHurt
 
Posts: 38
Joined: Sun Oct 02, 2011 4:18 pm

Re: Adding RakeBack to Graph (Version v3.11.7 beta)

Postby WhiteRider » Sun Feb 05, 2012 5:54 am

Once you have saved the file to your computer you need to import it into PT3 before you can use it. In the Configure Stats window go to the Statistics tab and click Import. Select the stat files that you saved. You should then see the stats and columns mentioned. Be sure to click Apply to save the new stats. However, if you can add the stats to the graph it sounds like you may have done that part, but then you should see the columns too...

From the stat description it looks as if that stat just uses a percentage of the rake, whereas you need one which uses MGR.
If you can now see the columns the easiest way to get what you want is probably to replace the rake part of the column expression with the MGR field, which is:
holdem_hand_summary.amt_mgr

Alternatively, duplicate the built-in MGR stat and change the new stat's Value Expression to "0.33 * amt_mgr".
If your rakeback is based purely on MGR then that should give you the right value.

Tutorial: Custom Reports and Statistics
WhiteRider
Moderator
 
Posts: 54017
Joined: Sat Jan 19, 2008 7:06 pm
Location: UK

Re: Adding RakeBack to Graph (Version v3.11.7 beta)

Postby RiverHurt » Mon Feb 06, 2012 4:52 pm

Thanks for the help with this! I have the rake back stat imported and changed the (0.27*amt_rake) to (0.33*amt_mgr), my graph shows the original green line with amount won session on session and a second purple line with the total amount won (amount won + 33% MGR).

However the 33% of the MGR is not added to your winnings in the general tab. Instead of doing the above I tried to alter the amt_won expression to:

(sum(holdem_hand_player_statistics.amt_won)) + (0.33*(sum(holdem_hand_summary.amt_mgr))

so the rake back/ MGR is accounted for before the info is feed to the graph section but PT3 only allows you to alter custom stats. Is there any way I could do this so the graph will just show one line which sums(amt_won + 0.33*amt_mgr). This would also show your total winnings in the general tab.

I want to do this because the results would actually show how much you have won and your win-rate would be shown taken the effective amount of rake paid into consideration.

Thanks!
RiverHurt
 
Posts: 38
Joined: Sun Oct 02, 2011 4:18 pm

Re: Adding RakeBack to Graph (Version v3.11.7 beta)

Postby WhiteRider » Mon Feb 06, 2012 5:22 pm

Yes, you can do that. Once you have a column which calculates your rakeback duplicate the Amount Won stat and change the Value Expression so that you add your new column to the amt_won column which is already used.

To do it in a single column instead you'd want the sum round a single expression, like this:

sum(holdem_hand_player_statistics.amt_won + (0.33 * holdem_hand_summary.amt_mgr) )

Tutorial: Custom Reports and Statistics
WhiteRider
Moderator
 
Posts: 54017
Joined: Sat Jan 19, 2008 7:06 pm
Location: UK

Re: Adding RakeBack to Graph (Version v3.11.7 beta)

Postby RiverHurt » Mon Feb 06, 2012 6:17 pm

I have amt_rbStat, whose expression I have changed to (amt_mgr*0.33). How can I add this to the amt_won? PT3 will not let me overwrite a protected stat.

I see what your saying, change the expression for the amount won column, but I dont understand how I can duplicate the amount won stat if it is protected.

Also is the value expression just what is already in the expression box in the edit column info section?
RiverHurt
 
Posts: 38
Joined: Sun Oct 02, 2011 4:18 pm

Re: Adding RakeBack to Graph (Version v3.11.7 beta)

Postby WhiteRider » Tue Feb 07, 2012 4:01 am

Select the Amount Won stat and click the Duplicate button to make a copy which you can edit.

Check out the Tutorial: Custom Reports and Statistics for more information on working with stats.
WhiteRider
Moderator
 
Posts: 54017
Joined: Sat Jan 19, 2008 7:06 pm
Location: UK

Re: Adding RakeBack to Graph (Version v3.11.7 beta)

Postby adgfsfs » Fri Feb 17, 2012 10:58 am

WhiteRider wrote:You can then add the stat to the graph tab by clicking the 'Configure' link next to Show Stats. Add your stat and enable the 'sum' option to get a running total.


Do you mean 'next to Show Session Stats' ? When added there it only shows on graph for sessions (not for hands or dates). It also disappears after PT3 restart. Is there any way to add that line to graph for hands and permanently ?
adgfsfs
 
Posts: 10
Joined: Thu Oct 23, 2008 9:13 am

Re: Adding RakeBack to Graph (Version v3.11.7 beta)

Postby kraada » Fri Feb 17, 2012 11:07 am

You can't add those values when graphing for Hands in PT3 but you can in PT4. It's not possible to configure it to always show on restart though unfortunately.
kraada
Moderator
 
Posts: 54431
Joined: Wed Mar 05, 2008 2:32 am
Location: NY

Next

Return to General [Read Only]

Who is online

Users browsing this forum: No registered users and 37 guests

cron
highfalutin