PDA

View Full Version : How do I get a rakeback stat?



theorize
12-01-2009, 08:29 PM
I poked around a bit but was unsuccessful in figuring this out. Kindly point me in the right direction please :)

fozzy71
12-01-2009, 10:01 PM
http://www.holdemmanager.net/faq/afmviewfaq.aspx?faqid=44

theorize
12-02-2009, 01:37 AM
OK, I got that worked out sort of. Only problem is I play on four sites all with different rakeback percentages. So is there a way to configure this accurately to represent each account and RB amount or do I have to put a percentage in there that is about average of the four accounts just to get a rb amount that's close to what I am actually getting but not spot on.

WarrenD
12-02-2009, 03:57 AM
You could make 2 or more entries into CustomStats.txt, one for each site. An average of the sites wouldn't be accurate.

theorize
12-02-2009, 06:43 AM
Sorry I'm confused and don't know how exactly to add text to rep different sites/screen names

Have you managed this on your HM?

Mustika
12-05-2009, 10:44 AM
I tried this and created 3 entries:


Stat GroupName="Default" ColumnName="RB55" ValueExpressions="Sum(PH.RakeAmount)/100.0*0.55 as RakeBackAmount" Evaluate="RakeBackAmount" ColumnHeader="Rakeback55" ColumnFormat="$0.00" ColumnWidth="*" Tooltip="Rakeback based on 55%" />
Stat GroupName="Default" ColumnName="RB56" ValueExpressions="Sum(PH.RakeAmount)/100.0*0.56 as RakeBackAmount" Evaluate="RakeBackAmount" ColumnHeader="Rakeback56" ColumnFormat="$0.00" ColumnWidth="*" Tooltip="Rakeback based on 56%" />
Stat GroupName="Default" ColumnName="RB50" ValueExpressions="Sum(PH.RakeAmount)/100.0*0.50 as RakeBackAmount" Evaluate="RakeBackAmount" ColumnHeader="Rakeback50" ColumnFormat="$0.00" ColumnWidth="*" Tooltip="Rakeback based on 50%" /

*I left out the "<" before Stat each time beacause it messed up the post and wouldnt show the text

But when I add those Holdemamanger shows me the same rakeback percentage for all three entries. Whats wrong?

Cero
12-30-2009, 06:01 PM
I tried to get my rakeback stats and followed that link how to create a custom stat to show how much rakeback i've made. Well I didn't found that CustomStats.txt file under the C:\Program Files\RVG Software\Holdem Manager\Reports folder. Anyone who can help? Why i don't have that CustomStats.txt file? Is there some other file that I can use?

fozzy71
01-01-2010, 12:59 PM
You need to make a new, blank text file and name it CustomStats.txt.

right-click > new > text document

Cero
01-01-2010, 01:52 PM
OK, I try to do that. Thanks for answering :)

Jusbe
10-11-2010, 11:48 AM
How do I make this RB stat so that it calculates the RB% from "Rake €" stat and not from the USD one?

Alex
10-26-2010, 12:36 PM
And i want to calculate Rakeback from the "$ Rake" stat. How can i do that?

Biju
10-27-2010, 03:49 PM
Where is the FAQ on creating a rakeback stat. The orig link just goes to faq home and I can't find it. I had to revert back to 1.11.04 due to an issue on Bodog and this stat has now vanished.

Rob O
01-07-2011, 07:58 PM
me too. the link just goes to the general faq page but i cannot find how to make a custom stat.

titoufred
01-16-2011, 08:25 PM
I tried this and created 3 entries:


Stat GroupName="Default" ColumnName="RB55" ValueExpressions="Sum(PH.RakeAmount)/100.0*0.55 as RakeBackAmount" Evaluate="RakeBackAmount55" ColumnHeader="Rakeback55" ColumnFormat="$0.00" ColumnWidth="*" Tooltip="Rakeback based on 55%" />
Stat GroupName="Default" ColumnName="RB56" ValueExpressions="Sum(PH.RakeAmount)/100.0*0.56 as RakeBackAmount" Evaluate="RakeBackAmount" ColumnHeader="Rakeback56" ColumnFormat="$0.00" ColumnWidth="*" Tooltip="Rakeback based on 56%" />
Stat GroupName="Default" ColumnName="RB50" ValueExpressions="Sum(PH.RakeAmount)/100.0*0.50 as RakeBackAmount" Evaluate="RakeBackAmount" ColumnHeader="Rakeback50" ColumnFormat="$0.00" ColumnWidth="*" Tooltip="Rakeback based on 50%" /

*I left out the "<" before Stat each time beacause it messed up the post and wouldnt show the text

But when I add those Holdemamanger shows me the same rakeback percentage for all three entries. Whats wrong?

you must change the name of the variable RakebackAmount which is a global variable, otherwise the last erases the previous.