Page 1 of 1
Pokerstars VPPs player stat?
Posted:
Sun Jan 06, 2013 6:36 pm
by Twizz
I've downloaded the 2012 PokerStars VPP stat and It's usable in hand reports, but I would like to have something like a VPPs/hand or VPPs/100 stat on player reports (by stake for example). Ican't figure out how to do this, is it even possible?
Re: Pokerstars VPPs player stat?
Posted:
Mon Jan 07, 2013 10:39 am
by kraada
Sure, this is possible.
Click Configure -> Statistics, on the $, Player, Stats section highlight the VPP stat and click the Duplicate button. Change to the Definition page and change the various descriptions as you desire (name, short desc, title). In the Value Expression divide by cnt_hands, so you get:
amt_vpps / cnt_hands
That will give you VPP/hand - just save your new stat and use it.
To get VPPs per hundred hands, use instead the value expression:
amt_vpps / (cnt_hands / 100)
Re: Pokerstars VPPs player stat?
Posted:
Mon Jan 07, 2013 2:43 pm
by Twizz
Thanks
Appearently I didn't download the VPP player stat, only the stat for hand reports.
Re: Pokerstars VPPs player stat?
Posted:
Mon Jan 07, 2013 3:10 pm
by kraada
Then you'll want to go back and grab the Player version and then follow those steps.
Re: Pokerstars VPPs player stat?
Posted:
Thu Feb 28, 2013 12:54 pm
by tops10
Hi, this is the first custom stat I'm trying to import but can't figure out how. When I download the file I get a very long formula in Notepad, which I've saved. This is how I've tried importing the VPP stat:
Configure->Statistics
Options->Import
Select the file saved on my computer
This is the error message I get before PT4 crashes:
PokerTracker has detected an out of memory condition.
PokerTracker will now attempt to close to prevent data loss.
Can someone please let me know if I'm importing custom stats incorrectly? Thanks.
Re: Pokerstars VPPs player stat?
Posted:
Thu Feb 28, 2013 3:09 pm
by kraada
If you opened it up in notepad and saved it that might be causing problems. Redownload the .pt4stat file from our
warehouse. You don't need to open it in any program - just click File -> Import Statistic in PT4 and then choose the file and click OK and that will import it.
Re: Pokerstars VPPs player stat?
Posted:
Thu Feb 28, 2013 3:18 pm
by tops10
Thanks very much, that did it.
Re: Pokerstars VPPs player stat?
Posted:
Thu Apr 25, 2013 10:14 am
by lkpearson12
But I don't know where the stats are saving so having a hard time to locate them to import??
Re: Pokerstars VPPs player stat?
Posted:
Thu Apr 25, 2013 12:40 pm
by kraada
What browser are you using to download the file?