Page 1 of 1

Effective Blinds Stat

PostPosted: Tue Apr 20, 2010 9:26 pm
by jrkimbel
Is there a stat showing your current effective blinds? For example 9 players 400/800 +100 ante so effectively the blinds are 700/1400
If my stack is 14,000 then I have 10 BB effectively.
Sorry if the answer is already out there!
Thanks!

Re: Effective Blinds Stat

PostPosted: Wed Apr 21, 2010 2:52 am
by WhiteRider
Where do you want to see this?
We had a workaround for the HUD but that no longer works due to the improved incremental cache updates.
The request for stats like this for the HUD is in our system, but I don't know when they will be added.

You can build a custom stat to display this in the PT3 reports for individual hands.
The stat would be in the Holdem Tournament Hands section.
The column you need is:
amt_m =
tourney_holdem_hand_player_detail.amt_before / ( tourney_holdem_blinds.amt_bb + tourney_holdem_blinds.amt_sb + (tourney_holdem_hand_summary.cnt_players * tourney_holdem_hand_player_detail.amt_ante) )
Then a stat to display that value.

Tutorial - Custom Reports and Statistics

Re: Effective Blinds Stat

PostPosted: Wed Apr 21, 2010 6:49 pm
by jrkimbel
WhiteRider wrote:Where do you want to see this?


I would ideally like to see it on my hud like I see any other stat, updated every hand...I'm not very quick at figuring i out on the fly, so to speak.

Re: Effective Blinds Stat

PostPosted: Thu Apr 22, 2010 3:01 am
by WhiteRider
This isn't currently possible in the HUD, but the request is in our system.

Re: Effective Blinds Stat

PostPosted: Sat Sep 22, 2012 5:19 am
by js2002
possible now?
which columns/expression can we use?

Re: Effective Blinds Stat

PostPosted: Sat Sep 22, 2012 9:19 am
by kraada
No, this is not possible - and likely never will be - in PT3.

In PT4 we have new effective stack size filters in the main application but since your effective stack size in this hand depends on players' actions before your turn to act and we don't know that until the hand is over, we can't how you this data their either.

Re: Effective Blinds Stat

PostPosted: Sat Sep 22, 2012 11:53 am
by js2002
Huh?
A HU player just now reports that he has gotten such stats. How do the others do it? fake?

Re: Effective Blinds Stat

PostPosted: Sat Sep 22, 2012 12:35 pm
by kraada
For PT3 it is still not available. For heads up only it can be done using live_cash_table.amt_min_stack since the effective stack heads up can only be the smaller of the two stacks.

Re: Effective Blinds Stat

PostPosted: Sat Sep 22, 2012 12:54 pm
by js2002
oh, thought this was pt4 (found by google)

then how is it 4 pt4 ;)

Re: Effective Blinds Stat

PostPosted: Sat Sep 22, 2012 2:06 pm
by kraada
In PT4 you can do it as a live stat using live_cash_table.amt_min_stack.