What is the equity of pocket aces preflop?
Pocket aces all-in against a single random hand, run out to the river.
The PQL query
select avg(equity(hero)) from game='holdem', hero='AA', villain='**' equity(hero) is the hand's all-in equity. villain='**' means any two cards, and avg(...) averages over every runout.
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.