Over al board

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

Moderators: WhiteRider, kraada, Flag_Hippo, morny, Moderators

Over al board

Postby plukhead » Sun Apr 03, 2022 10:25 am

Hola necesito una expresión para turns over al board es posible. Gracias
plukhead
 
Posts: 116
Joined: Mon Sep 16, 2019 11:16 pm

Re: Over al board

Postby WhiteRider » Sun Apr 03, 2022 1:38 pm

Hello I need an expression to turns over the board is it possible. Thanks

I think you want to filter for when the turn card is higher than any card on the flop?

If so, you can do that with an expression filter in My Reports, like this:

((cash_hand_summary.card_4 - 1) % 13 > (cash_hand_summary.card_1 - 1) % 13) and ((cash_hand_summary.card_4 - 1) % 13 > (cash_hand_summary.card_2 - 1) % 13) and ((cash_hand_summary.card_4 - 1) % 13 > (cash_hand_summary.card_3 - 1) % 13)

This specifies that the rank of card 4 (the turn card) is higher than the rank of card 1, and of card 2, and of card 3.
WhiteRider
Moderator
 
Posts: 53961
Joined: Sat Jan 19, 2008 7:06 pm
Location: UK


Return to Custom Stats, Reports and HUD Profiles

Who is online

Users browsing this forum: Amazonbot and 17 guests

cron
highfalutin