6-Card PLO

PLO6: triple-suited broadway vs three-pair vs rundown

Three big 6-card Omaha styles in a single pot.

The PQL query

select avg(riverEquity(hero)) as broadway_triple_suited,
       avg(riverEquity(v1)) as three_pair,
       avg(riverEquity(v2)) as middling_rundown
from game='omahahi6',
     hero='AKQJT9$ts',
     v1='AAKKQQ',
     v2='9h8h7s6s5c4c'

Three riverEquity columns compare the three styles head-to-head-to-head.

Run this query in the PQL playground →

PQL runs entirely in your browser — no install or account. New to it? See the PQL syntax reference, open the PQL engine, or browse all recipes.

More recipes

Go beyond queries — study real PLO solutions

Preflop ranges, postflop strategy and practice mode across all 1,755 PLO flop textures. Free tier, no card required.

Try SolvePLO Free