Page 1 of 1
Single Stat BB Filter
Posted:
Thu Feb 07, 2013 11:40 am
by js2002
Hi,
I want to filter some stats by BB. For example: 1-10bb, 10-13bb ....
Whats the best solution for that?
Makes it sense?
I want a popup/table like
---------1-10bb ----10-13bb ....
VPIP
PFR
Can I somehow use "val_p_stack_size" ? I dont want to add "Stack/amt_bb" for every column, thats a huge problem (too much effort).
Re: Single Stat BB Filter
Posted:
Thu Feb 07, 2013 11:57 am
by js2002
ok i found:
tourney_hand_player_statistics.amt_p_effective_stack
why is it defined before blindpost but after ante?
Re: Single Stat BB Filter
Posted:
Thu Feb 07, 2013 12:28 pm
by kraada
It was originally after the blind as well but we changed that portion because otherwise things get strange when you have the big stack in the big blind for the other players (since they could lose the amount equal to his stack before posting). The ante does not have these concerns.
Re: Single Stat BB Filter
Posted:
Thu Feb 07, 2013 1:14 pm
by js2002
I see, I will use it for my bb filtered new MTT HUD
besides: your M hud of pt3 still doesnt work in pt4, right?
Re: Single Stat BB Filter
Posted:
Thu Feb 07, 2013 1:27 pm
by js2002
ps
why does pt4 doesnt have the eff stack/bb filter in the stat properties? that would be very easy todo.
Now i have to build every stat with every eff stack filter
O(z) = x*y that to much
Re: Single Stat BB Filter
Posted:
Thu Feb 07, 2013 2:03 pm
by kraada
You can't directly convert my PT3 HUD to PT4 at this time, but I do have a simple PT4 version for tournaments; it's attached here.
I've been trying to find time to improve it but I haven't had a chance
Re: Single Stat BB Filter
Posted:
Thu Feb 07, 2013 2:09 pm
by js2002
that was very kind, I will have a look soon.