Board Texture - quickfilter

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

Moderators: WhiteRider, kraada, Flag_Hippo, morny, Moderators

Board Texture - quickfilter

Postby Haymo Rungger » Mon Dec 21, 2020 10:31 pm

Hello,
can someone help me construct this Boardtexture:

Not paired, no straight possible, flop contains either K/Q/J and 9/8 and 7/6/5

or T9/T8/98/97 and one card 5 or lower

Thank you
Haymo Rungger
 
Posts: 4
Joined: Tue Dec 01, 2020 9:27 pm

Re: Board Texture - quickfilter

Postby Flag_Hippo » Tue Dec 22, 2020 8:39 am

For that you will need to group filters:

Guide: Filters

I've started you off:

Code: Select all
(NOT (Pair on Flop Any Pair)) AND (NOT (Connectedness on Flop Any Made Straight is Possible)) AND (((Flop Contains At Least One K OR Q OR J) AND (Flop Contains At Least One 9 OR 8) AND (Flop Contains At Least One 7 OR 6 OR 5)) OR ((Flop Contains At Least One T) AND (Flop Contains At Least One 9) AND (Flop Contains At Least One 5 OR 4 OR 3 OR 2)))

This gives you flops with no pairs or straights possible and (K/Q/J and 9/8 and 7/6/5) or (T9 and one card 5 or lower). You just need to add the other combos you want with the board cards on flop filter and group them. I've exported the filter above for you:

Haymo Rungger.zip
(2.03 KiB) Downloaded 43 times

It's a tournament filter so if you want this for cash games you will need to start from the beginning.
Flag_Hippo
Moderator
 
Posts: 14503
Joined: Tue Jan 31, 2012 7:50 am

Re: Board Texture - quickfilter

Postby Haymo Rungger » Tue Dec 22, 2020 11:58 am

thank you very much
Haymo Rungger
 
Posts: 4
Joined: Tue Dec 01, 2020 9:27 pm

Re: Board Texture - quickfilter

Postby duxika » Tue Dec 29, 2020 6:34 am

Hello,

i try to set as a quick filter:

flop board texture containt at least 2 cards with 7 or lower (3 low card is possible too and its ok, but maximum one 8 or higher card).

I try to make it but i cant find the solution.

Maybe you can show me how i can set it?

Thank you very much.
duxika
 
Posts: 4
Joined: Tue Apr 15, 2008 4:07 am

Re: Board Texture - quickfilter

Postby Flag_Hippo » Wed Dec 30, 2020 7:53 am

That isn't possible with the built-in filters but you can do that with this expression filter in a custom report:

Code: Select all
cash_hand_summary.card_1 > 0 AND (cash_hand_summary.card_1 % 13 BETWEEN 1 AND 6 AND (cash_hand_summary.card_2 % 13 BETWEEN 1 AND 6 OR cash_hand_summary.card_3 % 13 BETWEEN 1 AND 6)) OR (cash_hand_summary.card_2 % 13 BETWEEN 1 AND 6 AND cash_hand_summary.card_3 % 13 BETWEEN 1 AND 6)

You can use this expression filter by clicking on the 'Filters' link and selecting 'Add New Expression Filters' and you will need to replace all instances of "cash" with "tourney" if you are in a tournament report.
Flag_Hippo
Moderator
 
Posts: 14503
Joined: Tue Jan 31, 2012 7:50 am

Re: Board Texture - quickfilter

Postby duxika » Thu Dec 31, 2020 8:26 am

Thank you very much, i looking for this exactly.
duxika
 
Posts: 4
Joined: Tue Apr 15, 2008 4:07 am


Return to Custom Stats, Reports and HUD Profiles

Who is online

Users browsing this forum: No registered users and 18 guests

cron
highfalutin