How often does JT flop a straight draw?
A connected hand (JT) on a random flop.
The PQL query
select count(hasStraightDraw(hero, flop)) from game='holdem', hero='JT', villain='**' count(hasStraightDraw(hero, flop)) over every random flop.
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.