Discuss how to create custom stats, reports and HUD profiles and share your creations.
Moderators: WhiteRider, kraada, Flag_Hippo, morny, Moderators
by injaxwetrust » Fri Aug 17, 2012 1:17 pm
Hi Guys,
I would like to know how to create the following custom statistics and then how to lay them over my personal results graph.
I managed to download the Pokerstars VPPs statistic and customized it to show VPPs / Hand as well.
What I am looking for are the following lines:
My Rakeback Won = VPPs * 0.0x Game Currency
My AiA + Rakeback Won = All in Adjusted Game Currency Won + My Rakeback Won
My Total Won = My Game Currency Won + My Rakeback Won
I will calculate the precise number of cents a single VPP is worth manually.
Can anyone help me with this or point me to a thread that already has these questions answered?
Best regards,
Jax
-
injaxwetrust
-
- Posts: 4
- Joined: Thu Jun 14, 2012 10:38 am
by kraada » Fri Aug 17, 2012 4:52 pm
I'm a bit confused at how you're calculating My Rakeback Won - did you mean it as VPPs times a multiplier that you'll set? If so that's the easiest of your custom stats to start with. In the Configure --> Statistics window find your VPP stat (in the Cash Player section) and click on it and click Duplicate. In the Value Expression multiply amt_vpps by whatever multiplier you want - for example at .016/vpp you'd have amt_vpps * .016.
Change the name, description and title appropriately (title is what shows in PT4 reports, name and description are for your own use, just pick a unique name) and save your stat (you may need to adjust width if you change the title - it's how wide the column starts at by default).
Your other stats involve using columns that already exist to create new stats. Again you'll be in the Configure Statistics window in the Cash Player section. You can see the columns used in other statistics by searching and looking at other stats. For example, Game Currency Won is represented by the column "amt_won". So if you wanted to add your VPP value at .016/VPP you could use:
amt_won + amt_vpps * .016
Again you'd have to fill in name/title/width/etc.
I hope that clarifies things for you some.
-
kraada
- Moderator
-
- Posts: 54431
- Joined: Wed Mar 05, 2008 2:32 am
- Location: NY
by injaxwetrust » Fri Aug 17, 2012 5:24 pm
Hi Kradaa,
Yes it's a VPP number multiplied by a number that I set manually.
The second part of my question is how do I then display this new number as game currency?
For example say every VPP is worth 0.06 USD it will give me the correct number but how do I then lay this over my results graph?
[EDIT]
I figured out how to transform the statistic into "money" by using format_money()
I think I'll manage from here and will post my custom stats in this post when I'm done.
[/EDIT]
Regards,
Jax
-
injaxwetrust
-
- Posts: 4
- Joined: Thu Jun 14, 2012 10:38 am
by kraada » Fri Aug 17, 2012 6:06 pm
Sounds good. Please also feel free to upload them to the
Warehouse!
-
kraada
- Moderator
-
- Posts: 54431
- Joined: Wed Mar 05, 2008 2:32 am
- Location: NY
by injaxwetrust » Fri Aug 17, 2012 6:30 pm
Hey Kradaa,
I have another question regarding BB/100 + Rakeback.
Let me first post what I already have and keep in mind the multiplier used is that of a low volume PokerStars Supernova:
Pokerstars Rakeback:
amt_vpps * 0.067
Won + Rakeback:
amt_won + amt_vpps * 0.067
All-In-Adjusted Won + Rakeback:
amt_expected_won + amt_vpps * 0.067
Now for the next stat I don't know how to solve the middle part without hard coding the stake. The number one represents 100NL but there are obviously more stakes I play.
BB/100 + RB:
(((amt_vpps * 0.067)*1) + amt_bb_won) / (cnt_hands / 100)
Can you tell me how to fix this part:
((amt_vpps * 0.067)*1)
Best regards,
Jax
[EDIT]
And getting them into my personal results graph was easy:
1. Select overlay stats, configure.
2. Select custom stat and tick the Sum results box
3. Press ok and b00m headshot.
[/EDIT]
-
injaxwetrust
-
- Posts: 4
- Joined: Thu Jun 14, 2012 10:38 am
by WhiteRider » Sat Aug 18, 2012 5:02 am
injaxwetrust wrote:Now for the next stat I don't know how to solve the middle part without hard coding the stake. The number one represents 100NL but there are obviously more stakes I play.
BB/100 + RB:
(((amt_vpps * 0.067)*1) + amt_bb_won) / (cnt_hands / 100)
Can you tell me how to fix this part:
((amt_vpps * 0.067)*1)
The amt_vpps column already takes into account the stake of each hand. Is there an additional reason that you need to adjust something based on the stake?
-
WhiteRider
- Moderator
-
- Posts: 54017
- Joined: Sat Jan 19, 2008 7:06 pm
- Location: UK
by injaxwetrust » Sat Aug 18, 2012 7:57 am
Hey WhiteRider,
Yes, I'm currently running at 3.5bb100 but when I add my rakeback to my winnings and convert that to bb/100 I end up with a lower number. Technically it should be ~1.75bb100 higher.
Also I have a question regarding overlaying these stats on my personal results graph:
I can display my regular Currency Won and AiA Currency Won line in either Currency or BBs.
I can't seem to do that for my custom statistics. How do I get these to be able to "convert" to BBs properly?
Regards,
Jax
-
injaxwetrust
-
- Posts: 4
- Joined: Thu Jun 14, 2012 10:38 am
by kraada » Sat Aug 18, 2012 9:56 am
You would need to create a BB version of these stats - you can see that in the BB versions of the built in stats they use different columns which divide by the big blind size (cash_limit.amt_bb) in the calculation method. But something like VPPs aren't in big blinds so I'm not sure what that would mean to convert it to big blinds.
Regarding your formula I see no reason why that wouldn't just be larger than the number that was there previously. Why are you multiplying by 1 by the way? That seems entirely redundant.
-
kraada
- Moderator
-
- Posts: 54431
- Joined: Wed Mar 05, 2008 2:32 am
- Location: NY
Return to Custom Stats, Reports and HUD Profiles
Users browsing this forum: Amazonbot and 52 guests