Page 1 of 1

2 questions for hud stats

PostPosted: Sun Oct 21, 2012 3:02 pm
by PunisheR
I will be brief :P

1. Can i multiply 2 stats of 2 opponents in Hud? like ("fold vs open" of opponent in SB) * ("fold vs open" of opponent in BB) * 100
How?

2. Can i do something like (If ( I'm in BB , then X, else Y) <-- this in oponent HuD
How?

thx,

I hope u understand me... xD

Re: 2 questions for hud stats

PostPosted: Mon Oct 22, 2012 3:53 am
by WhiteRider
Neither of these are possible in the Hud. We don't have any information about the new hand so we don't know which players are in which positions.

Re: 2 questions for hud stats

PostPosted: Mon Oct 22, 2012 4:07 pm
by PunisheR
In the last hand, opponent in BB now is Sb... LOL u need to work in it , this can open lot of statistics oportunitis... Call me if u get it :P

Re: 2 questions for hud stats

PostPosted: Mon Oct 22, 2012 4:32 pm
by WhiteRider
That isn't necessarily true - positions can be skipped if players leave or join the table. I appreciate that it would be useful, but technically it isn't easy, and getting it wrong could lead to costly misunderstandings. It may be something which can be added in the future, but I don't anticipate it being added anytime soon.

Re: 2 questions for hud stats

PostPosted: Mon Oct 22, 2012 8:44 pm
by pasita
WhiteRider wrote:That isn't necessarily true - positions can be skipped if players leave or join the table. I appreciate that it would be useful, but technically it isn't easy, and getting it wrong could lead to costly misunderstandings. It may be something which can be added in the future, but I don't anticipate it being added anytime soon.

You do show stack in blinds and M-values based on the last hand, also you filter based on the # of players in the last hand, actually someone could move out and be replaced and you'd show the stats from from the guy in last hand (unless the move-out is always documented in the HH, not sure of this)... I don't see how showing stats based on the position in the last hand (and making in intelligent guess about the next position) would really differ.

Re: 2 questions for hud stats

PostPosted: Tue Oct 23, 2012 4:36 am
by PunisheR
Ok, understand it, and what about "If , hero have stack between X and Y, then Z, else ZY" <--- this in opponent HuD, It can be posible? How?

thx

Re: 2 questions for hud stats

PostPosted: Tue Oct 23, 2012 6:40 am
by WhiteRider
The stats are displayed on a per-player basis, and each player's stats don't have any reference to any other player's stats.
If you're playing heads up you could use the live stats information about the smallest stack at the table to find out the effective stack size, but that won't allow you to access hero's stats from the opponent's point of view. See the stat "Live Min Stack BB" for how that is accessed.

Can you give us an example of what you're trying to do? That might let us answer your questions more thoroughly.

Re: 2 questions for hud stats

PostPosted: Tue Oct 23, 2012 8:11 am
by PunisheR
I'm trying to do lot of things jejeje, in my last replay i try to do stadistic with effective stack 1v1 in non-heads-up xD as if my oponent have 20 and me 40 then 20 :P:P I never do any stat, my knowledge is limited :P

Re: 2 questions for hud stats

PostPosted: Tue Oct 23, 2012 12:28 pm
by WhiteRider
You can't have stats based on the effective stacks of two specific players in the current hand because we don't know what those two players will do in the current hand (the Hud is based on information from before the hand starts) or what other players will be involved.
It is possible to use the player's current stack, or the smallest stack at the table, (based on information from the end of the previous hand) but you can't compare two specific players or use information from another specific player.