Hand Groupings

Questions and discussion about PokerTracker 4 for Windows

Moderators: WhiteRider, kraada, Flag_Hippo, morny, Moderators

Re: Hand Groupings

Postby PJs Ronin » Mon Aug 06, 2012 8:16 pm

@ kraada. I know you've been busy but have you had a chance to look at this.
PJs Ronin
 
Posts: 978
Joined: Fri Dec 25, 2009 11:55 pm

Re: Hand Groupings

Postby kraada » Tue Aug 07, 2012 9:55 am

Not yet but it's on my list.
kraada
Moderator
 
Posts: 54431
Joined: Wed Mar 05, 2008 2:32 am
Location: NY

Re: Hand Groupings

Postby gazavat » Fri May 03, 2013 7:12 pm

Is there a way to replicate the HM2 Hand groupings report? Group suited broadway connectors, premium PPs, middle PPs, low PPs etc..
gazavat
 
Posts: 88
Joined: Sat Feb 05, 2011 2:04 am

Re: Hand Groupings

Postby kraada » Sat May 04, 2013 7:03 am

This is possible but only with a specific custom stat, and the groupings cannot overlap. That said, I don't have this statistic handy to give to you.
kraada
Moderator
 
Posts: 54431
Joined: Wed Mar 05, 2008 2:32 am
Location: NY

Re: Hand Groupings

Postby PJs Ronin » Sat May 04, 2013 8:14 pm

kraada... can we get back to the original request of holecards sorted by strength... Skalanksy

Thank you
PJs Ronin
 
Posts: 978
Joined: Fri Dec 25, 2009 11:55 pm

Re: Hand Groupings

Postby kraada » Sun May 05, 2013 11:27 am

You can build this custom stat if you want; I don't have the time to do so at the moment. You'd have a very large set of nested if statements that would go through the id_holecards values and sort them based on their ranking. Then use that for your grouping and sort by it and the value expression will sort as you'd like. It'll take quite a bit of work though to put together.

The id_holecards values work like so: AA=1
AKs=2
AKo=3
AQs=4
...
A2o=25
KK=26
KQs=27, KQo = 28, .. K2o=48
QQ=49, JJ=70, TT=89, 99=106, 88=121, 77=134, 66=145, 55=154, 44=161, 33=166, 22=169
kraada
Moderator
 
Posts: 54431
Joined: Wed Mar 05, 2008 2:32 am
Location: NY

Re: Hand Groupings

Postby BillGatesIII » Sun May 05, 2013 4:23 pm

PJs Ronin wrote:kraada... can we get back to the original request of holecards sorted by strength... Skalanksy

Thank you

If you're not afraid to create your own table, (almost) everything is possible in PT4 :geek:
Clipboard04.png
BillGatesIII
 
Posts: 740
Joined: Fri Dec 16, 2011 6:50 pm

Re: Hand Groupings

Postby PJs Ronin » Mon May 06, 2013 12:23 am

@ kraada.

Rather than a nested 'if' statement from hell, is it possible to use arrays when defining a stat?
PJs Ronin
 
Posts: 978
Joined: Fri Dec 25, 2009 11:55 pm

Re: Hand Groupings

Postby PJs Ronin » Mon May 06, 2013 2:57 am

@BillGatesIII

Care to share?
PJs Ronin
 
Posts: 978
Joined: Fri Dec 25, 2009 11:55 pm

Re: Hand Groupings

Postby BillGatesIII » Mon May 06, 2013 6:59 am

PJs Ronin wrote:@BillGatesIII

Care to share?

First create a table in pgAdmin with two columns. One is for the hole cards id, the other one for the rank (smallint should be ok, make the id column primary key). Fill the table with all the hole cards and assign them a rank. So it will look like this:
Code: Select all
id   rank
1       1
2       1
3       3
4       2
5       3

etc. etc.

If you expect to use different ranking systems, create a table for each of them and name them accordingly. Typing in these ranks is most of the work I guess.

Next step is to create a custom stat. I'll explain that one tonight after work :)
BillGatesIII
 
Posts: 740
Joined: Fri Dec 16, 2011 6:50 pm

PreviousNext

Return to PokerTracker 4

Who is online

Users browsing this forum: No registered users and 27 guests

cron