Raked BB/100 and BB/100 Rakeback

Discuss how to create custom stats, reports and HUD profiles and share your creations.

Moderators: WhiteRider, kraada, Flag_Hippo, morny, Moderators

Raked BB/100 and BB/100 Rakeback

Postby clanty » Sun Jun 18, 2017 8:00 pm

Hi,

I am trying to make the stats as mentioned above in thread title.

For Raked BB/100, I have worked out this: ((rake/stake)/(hands/1k)*10)

And for BB/100 Rakeback, I have worked out this: ((1/(hands/vpp)*5)/stake)

How am I to put this into PT4? I have tried to find the appropriate column expression for Stake, but could not find it.

Thank you!
clanty
 
Posts: 138
Joined: Fri Sep 18, 2015 8:24 pm

Re: Raked BB/100 and BB/100 Rakeback

Postby Flag_Hippo » Mon Jun 19, 2017 5:27 am

The size of the big blind is stored in the 'amt.bb' column with an expression of 'cash_limit.amt_bb'. There are a variety of rakeback statistics available in the Download Warehouse which include 'Weighted Contributed Rake in bb/100' and you can edit those if they are not exactly what you are after. If you then need any further assistance post what you have so far and we can give guidance on how to proceed.
Flag_Hippo
Moderator
 
Posts: 14495
Joined: Tue Jan 31, 2012 7:50 am

Re: Raked BB/100 and BB/100 Rakeback

Postby clanty » Mon Jun 19, 2017 1:57 pm

Hi Hippo,

Where I am going wrong here?

((rake/stake)/(hands/1k)*10) = ((amt_rake_attributed/cash_limit.amt_bb)/(cnt_hands/1000)*10) = raked bb/100 -- I am getting an invalid value expression
clanty
 
Posts: 138
Joined: Fri Sep 18, 2015 8:24 pm

Re: Raked BB/100 and BB/100 Rakeback

Postby Flag_Hippo » Tue Jun 20, 2017 4:51 am

You need to build a column to calculate the rake/stake for each hand and then use that:

Code: Select all
(column_name / (cnt_hands / 1000)) * 10
Flag_Hippo
Moderator
 
Posts: 14495
Joined: Tue Jan 31, 2012 7:50 am


Return to Custom Stats, Reports and HUD Profiles

Who is online

Users browsing this forum: No registered users and 12 guests

cron