Page 1 of 1

Stats, Stacksizing, Hands

PostPosted: Sun Jun 16, 2013 12:51 pm
by siebenzwei
I like the option to show stats only with a specific stacksize in BB in MTTs like "Show Hands with 10-20BB" but when a almost unknown player turns into this stacksize i have zero stats on the table. I would love a option like:
Code: Select all
If (Hands with 10-20BB >= 100)
{
"Show Hands with 10-20BB"
}else{
"Don´t Filter"
}

Is something like this possible?

Re: Stats, Stacksizing, Hands

PostPosted: Mon Jun 17, 2013 7:52 am
by kraada
In order to enable these filters go to the Hud -> Edit Hud Options window. The Tournament Stacks area at the top right is how you filter like this.

Re: Stats, Stacksizing, Hands

PostPosted: Wed Jul 03, 2013 12:49 pm
by siebenzwei
I know this section but that´s not what i mean, please read my comment again... I wont only use the Filter 10-20BB when i have a bigger samplesize of this stacksize.

Code: Select all
If (Hands with 10-20BB >= 100)
{
"Show Hands with 10-20BB"
}else{
"Don´t Filter"
}

Re: Stats, Stacksizing, Hands

PostPosted: Wed Jul 03, 2013 1:23 pm
by kraada
You could do that with a custom statistic, but there's no other option for it.