Page 1 of 1
Minimum Stack at the Table
![Post Post](https://www.pokertracker.com/phpBB3-forums/styles/prosilver-embed/imageset/icon_post_target.gif)
Posted:
Thu Jul 26, 2012 8:06 am
by elaborater
Hi,
how is it possible to get the minimum Stacksize (in BB) at a table? e.g. HU: Villain 120bb, Hero 90bb => Minimum Stacksize: 90bb
thanks!
Re: Minimum Stack at the Table
![Post Post](https://www.pokertracker.com/phpBB3-forums/styles/prosilver-embed/imageset/icon_post_target.gif)
Posted:
Thu Jul 26, 2012 9:18 am
by kraada
The amount that you can lose on a street as of the time of your first action is your effective stack size. These values are stored in:
cash_hand_player_statistics.amt_x_effective_stack (where x is p for preflop, f for flop, t for turn and r for river)
Note: You can use this for stats which are based on the amount of the stack sizes at the time. We don't store this information in the live tables so you can't see right now what the effective stack size from the last hand or any such thing.
Re: Minimum Stack at the Table
![Post Post](https://www.pokertracker.com/phpBB3-forums/styles/prosilver-embed/imageset/icon_post_target.gif)
Posted:
Thu Jul 26, 2012 11:51 am
by elaborater
hmm okay. so no way to have eff stacksize in the hud!?
Re: Minimum Stack at the Table
![Post Post](https://www.pokertracker.com/phpBB3-forums/styles/prosilver-embed/imageset/icon_post_target.gif)
Posted:
Thu Jul 26, 2012 11:57 am
by kraada
Not at the moment. We don't know anything about the hand in question until it's complete.
What we could do is tell you based on the end of the last hand the size of the smallest stack at the table regardless of their action in the current hand. Would that be sufficient? For example: if you're 6 handed and one guy has 10BB you could get 10BB, but if he open folds we can't adjust it so that it's based on what the people who have left have.
Re: Minimum Stack at the Table
![Post Post](https://www.pokertracker.com/phpBB3-forums/styles/prosilver-embed/imageset/icon_post_target.gif)
Posted:
Thu Jul 26, 2012 1:55 pm
by elaborater
yes that would be sufficient.