SNG HU Stats by Position and by type of game/phase (HU)

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

Moderators: WhiteRider, kraada, Flag_Hippo, morny, Moderators

SNG HU Stats by Position and by type of game/phase (HU)

Postby 42piratas » Fri Mar 06, 2015 2:39 pm

Hello, guys!

I play 6-Max SNG and I need some status for the HU phase. I will change the HUD profile every time the HU starts.

BUT the thing is I want stats only of the villain's HU history (because, as you know, he'll be playing with a different approach at this point) and BY POSITION (SB or BB). Something piu o meno as the image I'm sending attached.

How can I do it? Or does it already exist ready to be used?

Thank you! :)

42p
Attachments
HU.png
42piratas
 
Posts: 18
Joined: Mon Dec 22, 2014 7:11 pm

Re: SNG HU Stats by Position and by type of game/phase (HU)

Postby kraada » Fri Mar 06, 2015 3:54 pm

Go into Hud -> Edit Hud Options and you can add a line to the Number of Players Filter there - if you add a line that says 2 to 2 you'll only see heads up data (2 handed) when heads up. If you want to see 3 handed and 4 handed data when 3 and 4 handed, add a 3 to 4 line, and so on.
kraada
Moderator
 
Posts: 54431
Joined: Wed Mar 05, 2008 2:32 am
Location: NY

Re: SNG HU Stats by Position and by type of game/phase (HU)

Postby 42piratas » Fri Mar 06, 2015 5:01 pm

But won't that affect my other profiles too?

I have a few profiles, each one for a specific situation. For example, a have on to SNG hyper-turbos 6max that I will still be using from the game start to the three-hand phase, then I want to change the active profile to the HU profile.
42piratas
 
Posts: 18
Joined: Mon Dec 22, 2014 7:11 pm

Re: SNG HU Stats by Position and by type of game/phase (HU)

Postby 42piratas » Fri Mar 06, 2015 5:04 pm

Also, how do I filter the stats by POSITION (SB or BB)?

Thanks!
42piratas
 
Posts: 18
Joined: Mon Dec 22, 2014 7:11 pm

Re: SNG HU Stats by Position and by type of game/phase (HU)

Postby kraada » Fri Mar 06, 2015 5:24 pm

Yes, those options are global, but it is the only way to do what you want short of making custom versions of every statistic you use.

To set a stat to a specific position in the Hud use the Position property in the Item Properties area when the stat in question is highlighted. For a screenshot and more details on how to do this, see this section of the Advanced Hud Guide.
kraada
Moderator
 
Posts: 54431
Joined: Wed Mar 05, 2008 2:32 am
Location: NY

Re: SNG HU Stats by Position and by type of game/phase (HU)

Postby 42piratas » Fri Mar 13, 2015 7:34 am

Hi, Kraada.

In that case, can you tell how to do it in the hard way? Even if I need to make custom stats etc.

Thank you!
42piratas
 
Posts: 18
Joined: Mon Dec 22, 2014 7:11 pm

Re: SNG HU Stats by Position and by type of game/phase (HU)

Postby kraada » Fri Mar 13, 2015 10:52 am

See this guide for the basics on custom statistics creation and this guide for a deeper walkthrough. The latter was written for PT3 but the techniques all apply to PT4, the interface is just slightly different.
kraada
Moderator
 
Posts: 54431
Joined: Wed Mar 05, 2008 2:32 am
Location: NY

Re: SNG HU Stats by Position and by type of game/phase (HU)

Postby 42piratas » Fri Apr 17, 2015 3:42 pm

So I've followed the guide and created the following columns:

cnt_p_limp_BTN:
Code: Select all
sum(if[tourney_hand_player_statistics.flg_p_limp AND tourney_hand_player_statistics.position = 0, 1, 0])


cnt_p_limp_opp_BTN:
Code: Select all
sum( if[ (NOT(tourney_hand_player_statistics.flg_p_face_raise) OR (tourney_hand_player_statistics.flg_p_limp) OR (tourney_hand_player_statistics.flg_p_first_raise)) AND NOT(tourney_hand_player_statistics.flg_blind_b) AND tourney_hand_player_statistics.position = 0, 1 , 0 ] )


and then I've created this stat:

Preflop Limp from BB:
Code: Select all
(cnt_p_limp_BTN / cnt_p_limp_opp_BTN) * 100


I think it's all correct for filter only data where the player "LIMPED FROM BB POSITION", right?

But I still don't know how to set this columns to work only with HU data.

Could you give me a tip on that, please?

Thank you!
42piratas
 
Posts: 18
Joined: Mon Dec 22, 2014 7:11 pm

Re: SNG HU Stats by Position and by type of game/phase (HU)

Postby Flag_Hippo » Sun Apr 19, 2015 6:09 am

Thanks for the information. I will make sure that the appropriate staff who can answer your query will reply on Monday.

- Rob
Flag_Hippo
Moderator
 
Posts: 14441
Joined: Tue Jan 31, 2012 7:50 am

Re: SNG HU Stats by Position and by type of game/phase (HU)

Postby kraada » Mon Apr 20, 2015 7:52 am

That won't work for heads up data because heads up has no position 0, only positions 8 (BB) and 9 (SB). You also don't need to build this as a custom statistic as you can use the build in Preflop Limp stat an set the Item Property for Position to SB or BB and that will cover your options for heads up.
kraada
Moderator
 
Posts: 54431
Joined: Wed Mar 05, 2008 2:32 am
Location: NY


Return to Custom Stats, Reports and HUD Profiles

Who is online

Users browsing this forum: No registered users and 25 guests

cron
highfalutin