Hi,
I see live_tourney_table.min_stack but I also want to know the size of the largest stack still to act in the hand so I can make some "tournament life" risk evaluations. From looking at this it seems that a column, or colums, needs adding to the live_toruney_table table. Is that right? Does this mean that it's impossible for me to get that number?
This is something that confuses me about the custom column interface. Clearly there's no point in me manually adding a max_stack column to the live_tourney_table table because nothing will update it. Indeed I've also tried via the custom stat interface and it fails as it's not valid sql - the column doesn't exist in the db. So how do I go about creating a stat like this? Or is this something PT will need to add in a future update?
Regards,
David