Open Side Menu Go to the Top
Register
[Guide] Spin & Go :: PT4 adjusted results [Guide] Spin & Go :: PT4 adjusted results

04-07-2016 , 12:18 PM
I thought of making a PT4 results modifications thread since I was searching like crazy to find everything and to figuare out what all meant and what to do with it. Maybe someone will get any use from it, want to improve the stats or contribute with your own stats

:::::::::::::::::::::::::::::::::::::::::::::::::: :::::::::::::::::::::::::::::::::::::::::::::::::: :::::

Definitions

cEV
Quote:
(amt_expected_won / cnt_tourneys)

$EV
Code:
(((amt_expected_won / cnt_tourneys + 500) / 1500 * (1 - (amt_fee / amt_buyin_fee)) * 3) - 1.0) * amt_buyin_fee * cnt_tourneys

EV ROI:
Code:
(((amt_expected_won / cnt_tourneys) + 500) / 1500 * ((1 - (amt_fee / (amt_buyin + amt_fee))) * 3) - 1) * 100

EV ITM
Code:
(((amt_expected_won / cnt_tourneys) + 500 ) / 1500 ) * 100

:::::::::::::::::::::::::::::::::::::::::::::::::: :::::::::::::::::::::::::::::::::::::::::::::::::: :::::


Multiplier
If you wanna see how your multiplier distribution is and how your doing in them.

Alternative 1
Code:
tourney_summary.amt_prize_pool = 2 * (tourney_summary.amt_buyin + tourney_summary.amt_fee)
(change the number 2 to whatever multiplier you wanna see the results for)


Alternative 2
Code:
format('x', format_number(this, 0, true, false) )
Can be downloaded here if you search for multiplier; https://www.pokertracker.com/custom/stats


Alternative 3
http://forumserver.twoplustwo.com/18...in-go-1529111/
(Remember to save tournament summaries in PS)


:::::::::::::::::::::::::::::::::::::::::::::::::: :::::::::::::::::::::::::::::::::::::::::::::::::: :::::


How to
Go to configuare -> statistics
Choose T / Players / Stats
Click new and paste in the definition.
Or import the definition by clicking options and import.

Imports stats; http://s000.tinyupload.com/index.php...55934527982576


:::::::::::::::::::::::::::::::::::::::::::::::::: :::::::::::::::::::::::::::::::::::::::::::::::::: :::::


Meaning of the terms
(Im not a pro at this so I might be wrong)


EV = expected value

cEV = 'Chip Expected Value' shows your expectation (profit or loss for each play) based on the number of tournament chips won or lost.

$EV = 'Dollar Expected Value', shows your expectation (profit / loss) based on your current prize pool equity.



$EV is used in tournaments, particularly in the later stages, where, because of the Independent Chip Model, the face value of chips is not the same as their $ value. Situations can arise where a certain play can be +$EV but -cEV. The most common error you will see at the bubble of a sit n go tournament is to see people make decisions based on their chip stack (cEV) and not their prize pool equity ($EV).


For cash players - and winner takes all tournament players - cEV and $EV are the same thing, a chip gained has the same value as a chip lost. However, in a tournament with a multi-prize structure, a chip gained has lower value than a chip lost.


In spin and go it doesn't matter if you look at EV, cEV, ITM%, ROI or any other measure because they are all correlated. It's a winner takes all format so your $EV and cEV are the same. That means you can do whatever it takes to win chips of people without caring about payjumps.


:::::::::::::::::::::::::::::::::::::::::::::::::: :::::::::::::::::::::::::::::::::::::::::::::::::: :::::

If you have any improvements or definitions of your own please share
[Guide] Spin & Go :: PT4 adjusted results Quote
04-07-2016 , 12:39 PM
Example of how it can look, and giving you a better overview of you play and results.



With multiplier stat added




And of course the stats can be used in the grahs tab aswell.

Last edited by mrbambocha; 04-07-2016 at 12:46 PM.
[Guide] Spin & Go :: PT4 adjusted results Quote
04-07-2016 , 04:43 PM
Some more stats regarding rakeback. Change the number 23 to your own rakeback;




VPPs Required for every step + amount of StarsCoins unlocked
https://www.pokerstars.eu/vip/steps/information/


:::::::::::::::::::::::::::::::::::::::::::::::::: :::::::::::::::::::::::::::::::


VPPs
Code:
amt_vpps

Rakeback
Code:
amt_fee_curr_conv * .23

Net Won + RakeBack
Code:
var_amt_net_curr_conv + amt_fee_curr_conv * .23

Net Won Adjusted +Rakeback
Code:
var_amt_net_expected_curr_conv + amt_fee_curr_conv * .23
:::::::::::::::::::::::::::::::::::::::::::::::::: :::::::::::::::::::::::::::::::


If you just wanna import the stats;
http://s000.tinyupload.com/index.php...14827522069744

Last edited by mrbambocha; 04-07-2016 at 05:06 PM.
[Guide] Spin & Go :: PT4 adjusted results Quote
04-07-2016 , 04:56 PM
Performance
A good idea overall, but especially if your adding custom stats, is to rebuild the cache, and it never hurts to tune up your DB. From the PokerTracker menu, Database > Database Management


First of do a backup, then:
Select the database
Click “Rebuild Cache“
Select “Custom Cache Rebuild“

Select the database
Click “Housekeeping“
Select “Tune PostgreSQL“


(Use the latest postgre for the best performance and x64 version of PostgreSQL if your on a 64bit computer. Guide to manual tuning; https://www.pokertracker.com/guides/...ing-postgresql )

Last edited by mrbambocha; 04-07-2016 at 05:08 PM.
[Guide] Spin & Go :: PT4 adjusted results Quote
04-09-2016 , 03:55 PM
Nice thread
[Guide] Spin & Go :: PT4 adjusted results Quote
05-30-2016 , 05:20 PM
What happens in reports when it says "Populating..." for over 10 minutes? Sometimes it works and sometimes it doesnt.
[Guide] Spin & Go :: PT4 adjusted results Quote
05-30-2016 , 05:55 PM
Nevermind found it.
[Guide] Spin & Go :: PT4 adjusted results Quote
12-02-2016 , 09:33 PM
The EV ROI formula doesnt validate for me, got this from the PT4 forums that does work..

Quote:
(((amt_expected_won / cnt_tourneys) + 500) / 1500 * ((1 - (amt_fee / (amt_buyin + amt_fee))) * 3) - 1) * 100
[Guide] Spin & Go :: PT4 adjusted results Quote
10-02-2018 , 10:43 AM
Guys, does anyone have any idea how i could change EV$ to show EV€?
[Guide] Spin & Go :: PT4 adjusted results Quote
05-10-2020 , 04:15 PM
Bumping this up because I need some help to adapt these formulas for blast tournaments.
4500 total chips/tourney.1500/player.
Can anyone help?
Thanks!
[Guide] Spin & Go :: PT4 adjusted results Quote
05-10-2020 , 08:13 PM
Quote:
Originally Posted by Laurik03
Bumping this up because I need some help to adapt these formulas for blast tournaments.
4500 total chips/tourney.1500/player.
Can anyone help?
Thanks!
Just sub 4500 for 1500 and 1500 for 500. At least for the ev calcs.
[Guide] Spin & Go :: PT4 adjusted results Quote

      
m