Creating new stat?

Discuss how to create custom stats, reports and HUD profiles and share your creations.

Moderators: WhiteRider, kraada, Flag_Hippo, morny, Moderators

Re: Creating new stat?

Postby redhot0007 » Tue Nov 06, 2012 10:38 am

WhiteRider wrote:FWIW I'd suggest removing the position check from your columns and use the Hud Position property instead - that will save you a significant amount of work as you'd only need to build one stat per stack size rather than 6.


OK i just moved the position check from columns like this and filtered by positions in hud profile

formula(hands raised / hands) * 100

RFI
sum(if[tourney_hand_player_statistics.flg_p_first_raise AND
(tourney_hand_player_statistics.flg_p_open_opp) AND
(tourney_hand_player_statistics.amt_p_effective_stack / tourney_blinds.amt_bb) BETWEEN 9 and 11, 1, 0])


Hands Played
sum(if[tourney_hand_player_statistics.id_hand > 0 AND
(tourney_hand_player_statistics.amt_p_effective_stack / tourney_blinds.amt_bb) BETWEEN 9 and 11, 1, 0])

But the numbers in the mid and late positions are way to small i will upload the picture of the HUD what i am seeing. Like in the SB it should be like 60%????

Thanks
Attachments
ScreenHunter_01 Nov. 06 16.32.gif
redhot0007
 
Posts: 20
Joined: Sat Jan 28, 2012 4:51 am

Re: Creating new stat?

Postby kraada » Tue Nov 06, 2012 11:33 am

When you hover over the stat what do you see as the times and opportunities listed?
kraada
Moderator
 
Posts: 54431
Joined: Wed Mar 05, 2008 2:32 am
Location: NY

Re: Creating new stat?

Postby redhot0007 » Tue Nov 06, 2012 12:05 pm

kraada wrote:When you hover over the stat what do you see as the times and opportunities listed?


i made a shot for you when i hover over the stat. it is a reg and i have large sample on him and the i see that he is raised 6 times out of 71 which is unreal

Thanks
Attachments
ScreenHunter_02 Nov. 06 17.52.gif
ScreenHunter_02 Nov. 06 17.52.gif (17.11 KiB) Viewed 1265 times
redhot0007
 
Posts: 20
Joined: Sat Jan 28, 2012 4:51 am

Re: Creating new stat?

Postby kraada » Tue Nov 06, 2012 12:44 pm

Choose that guy as the active player in PT4 and use the filters to filter to hands where he was in the SB and folded to with that stack size - if it's only 71 hands it shouldn't take long to verify if this is accurate or not.

The filters you want for this test are:

Hand Details -> Player Position -> Preflop -> Active Player Exactly 9
and
Actions and Opportunities -> Preflop -> Opportunities -> Opportunity to Open the Pot (or Steal Opportunity, both would do the same thing here)
and
Hand Details -> Pot Size & Stack Depth -> Preflop -> Effective Stack between 9 and 11 big blinds
kraada
Moderator
 
Posts: 54431
Joined: Wed Mar 05, 2008 2:32 am
Location: NY

Re: Creating new stat?

Postby redhot0007 » Tue Nov 06, 2012 3:44 pm

kraada wrote:Choose that guy as the active player in PT4 and use the filters to filter to hands where he was in the SB and folded to with that stack size - if it's only 71 hands it shouldn't take long to verify if this is accurate or not.

The filters you want for this test are:

Hand Details -> Player Position -> Preflop -> Active Player Exactly 9
and
Actions and Opportunities -> Preflop -> Opportunities -> Opportunity to Open the Pot (or Steal Opportunity, both would do the same thing here)
and
Hand Details -> Pot Size & Stack Depth -> Preflop -> Effective Stack between 9 and 11 big blinds


Did exactly what you told me it shows me those six hands and few other hands that he folded but not 71 hands that he had the opportunity
redhot0007
 
Posts: 20
Joined: Sat Jan 28, 2012 4:51 am

Re: Creating new stat?

Postby kraada » Tue Nov 06, 2012 6:02 pm

How many total hands match that filter for him?
kraada
Moderator
 
Posts: 54431
Joined: Wed Mar 05, 2008 2:32 am
Location: NY

Re: Creating new stat?

Postby redhot0007 » Tue Nov 06, 2012 7:59 pm

kraada wrote:How many total hands match that filter for him?


It filtered 11 hands
redhot0007
 
Posts: 20
Joined: Sat Jan 28, 2012 4:51 am

Re: Creating new stat?

Postby WhiteRider » Wed Nov 07, 2012 5:17 am

Your opportunities column doesn't appear to be checking for an open opportunity, so it is counting all hands the player was in the SB rather than just those where he had an opportunity to RFI.
Try including "tourney_hand_player_statistics.flg_p_open_opp" in the "hands played" column too.
WhiteRider
Moderator
 
Posts: 54017
Joined: Sat Jan 19, 2008 7:06 pm
Location: UK

Re: Creating new stat?

Postby redhot0007 » Wed Nov 07, 2012 1:30 pm

Now its working so thanks very much...
redhot0007
 
Posts: 20
Joined: Sat Jan 28, 2012 4:51 am

Previous

Return to Custom Stats, Reports and HUD Profiles

Who is online

Users browsing this forum: No registered users and 25 guests

cron
highfalutin