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.
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.