Somewhere i can get the custom stat for PT4 that calculate ITM adjusted?
Here's the calculation for Chip EV - http://www.husng.com/content/beating-spin-go-poker?page=1#comment-43463
I'll get the ITM stat for you, it's been floating around.
I really want the ITM Adjusted stat as well.
Alright,
the stat is simpler then I tought.
So if anyone is still searching for it, here it is for you guys.
Just take eV chiips / game (if you didn't know that already, the definition in PT4 is: amt_expected_won / cnt_tourneys
Then I stole the ratio of chips/game to ITM, and there we have it.
Just give out the numbers as text manually^^
so the definition for evITM is like this:
if ((amt_expected_won / cnt_tourneys) < 35, 'RETHINK YOUR STRATEGY',
if ((amt_expected_won / cnt_tourneys) < 35, '35.7',
if ((amt_expected_won / cnt_tourneys) < 36.5, '35.8'
,if ((amt_expected_won / cnt_tourneys) < 38, '35.9',
if ((amt_expected_won / cnt_tourneys) < 39.5, '36.0',
.... and so on
at the end you just type :
format (''))))))
you have to close every () of course :)
Here's a completed stat download if anyone is interested - https://s3.amazonaws.com/husng-downloads/Spins+EV+ITM_.pt4stat
Here's the calculation for Chip EV - http://www.husng.com/content/beating-spin-go-poker?page=1#comment-43463
I'll get the ITM stat for you, it's been floating around.
I really want the ITM Adjusted stat as well.
Alright,
the stat is simpler then I tought.
So if anyone is still searching for it, here it is for you guys.
Just take eV chiips / game (if you didn't know that already, the definition in PT4 is: amt_expected_won / cnt_tourneys
Then I stole the ratio of chips/game to ITM, and there we have it.
Just give out the numbers as text manually^^
so the definition for evITM is like this:
if ((amt_expected_won / cnt_tourneys) < 35, 'RETHINK YOUR STRATEGY',
if ((amt_expected_won / cnt_tourneys) < 35, '35.7',
if ((amt_expected_won / cnt_tourneys) < 36.5, '35.8'
,if ((amt_expected_won / cnt_tourneys) < 38, '35.9',
if ((amt_expected_won / cnt_tourneys) < 39.5, '36.0',
.... and so on
at the end you just type :
format (''))))))
you have to close every () of course :)
Here's a completed stat download if anyone is interested - https://s3.amazonaws.com/husng-downloads/Spins+EV+ITM_.pt4stat