Omaha/8 - manual range troubleshooting

Questions and discussion about PokerTracker 4 for Windows

Moderators: WhiteRider, kraada, Flag_Hippo, morny, Moderators

Omaha/8 - manual range troubleshooting

Postby CzechFencer » Sat Jan 23, 2021 4:06 am

Hi guys,

I am trying to set up a quick filter for my Omaha/8 (hi/lo) stats, and I am interested in non-ace hands with exactly two high and two low cards. It seems that something like
Code: Select all
[K-9][K-9][8-2][8-2]
does not work. How would the correct syntax look?

Thanks for any help.

Filip
CzechFencer
 
Posts: 30
Joined: Sun Nov 14, 2010 4:42 am

Re: Omaha/8 - manual range troubleshooting

Postby Flag_Hippo » Sat Jan 23, 2021 7:56 am

To do this in the manual range field you would need to enter each possible 4 card combo:

KK88, KK87, KK86, KK85, KK84, KK83, KK82, KK77, and so on.

Another option is to use custom expression filters to filter starting hands - for example KK88 through KK22 is:

cash_hand_player_statistics.id_holecard between 506 and 533

KQ88 through KQ82 is:

cash_hand_player_statistics.id_holecard between 572 and 599

then you can combine ranges like this in an expression filter:

cash_hand_player_statistics.id_holecard between 506 and 533 OR cash_hand_player_statistics.id_holecard between 572 and 599 and so on.

You can view all of the Omaha holecard values by opening the C:\Program Files (x86)\PokerTracker 4\Data\Schemas\schema.postgres.sql with Notepad.
Flag_Hippo
Moderator
 
Posts: 14507
Joined: Tue Jan 31, 2012 7:50 am

Re: Omaha/8 - manual range troubleshooting

Postby CzechFencer » Sat Jan 23, 2021 10:55 am

Thank you, I think that custom expression filters are exactly what I was looking for. I'll try them out.

Filip
CzechFencer
 
Posts: 30
Joined: Sun Nov 14, 2010 4:42 am


Return to PokerTracker 4

Who is online

Users browsing this forum: battmeister and 71 guests

cron