Page 1 of 1
stats by postion/ tournaments
Posted:
Sat Aug 30, 2008 9:06 am
by sostegno
Hello,
why are there no stats by position ( pfr/vpip...->utg, co...)available for tournaments ? Only available for cash ? why is this so?
Wanted to construct a nice matrix for the popup but was no way to do it !
Re: stats by postion/ tournaments
Posted:
Sat Aug 30, 2008 10:27 am
by WhiteRider
They are not available for cash games by default either.
The ones in the
Repository were built by a user - try downloading an Importing them and look how they are built, then replicate them in the Tournaments section.
Re: stats by postion/ tournaments
Posted:
Sat Aug 30, 2008 3:13 pm
by sostegno
yes i did that but the building blocks (variables and statistics) are not available for tournament player statistics
for example: "PFR_Button_Numerator" " VPIP_button_denominator" and " 2cnt_f_donk" those are not available for tournament statistics. Also cant validate if i copy paste them
Re: stats by postion/ tournaments
Posted:
Sat Aug 30, 2008 3:18 pm
by WhiteRider
No, the cash stats/columns/variables are built from the cash database fields, so you will need to create your own columns in the appropriate tournament section based on the tournament database fields.
Re: stats by postion/ tournaments
Posted:
Sat Aug 30, 2008 4:08 pm
by sostegno
have tried to copy the donk flop stat from the repository to tournament stats doesnt work
1. have copied the column cnt_f_donk and cnt_f_donk_oop
2.then ad new stat and copied the expression: "if( cnt_f_donk_opp > 0 , (cnt_f_donk / cnt_f_donk_opp) * 100 , 0)" -> validation error
IMO i have made everything right.
so please add some more preconfigured stats next beta, or better provide us with a nice POPUP MATRIX with stats sorted by position and street, giving a quick overview...
THX
Re: stats by postion/ tournaments
Posted:
Sat Aug 30, 2008 5:46 pm
by WhiteRider
I think by-position stats will be added at some point..
You can't just copy the content of the cnt_f_donk column because it contains fields from the cash part of the database - you will need to edit what you copy so that it uses tournament fields.