Texas Hold'em

How often does JT flop a straight draw?

A connected hand (JT) on a random flop, counting open-enders and gutshots alike.

The PQL query

select count(hasStraightDraw(hero, flop)) from game='holdem', hero='JT', villain='**'

count(hasStraightDraw(hero, flop)) over every random flop. This includes gutshots; use hasOpenEnder for 7-outs-or-more draws only, or hasGutshot for the inside draws.

Run this query in the PQL playground →

PQL computes 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