Finding out where my hand stands in my range
Posted by midori
Posted by midori posted in Low Stakes
Finding out where my hand stands in my range
I have a fairly simple PPT question.
Q. How can I find out where my hand stands in my range?
For example, I opened BTN with 9h9d5s4d and get called by BB. Flop comes Th7h2d and I am wondering where my hand stands in my range, i.e. top 50%, bottom 20%, etc.
I could do this with PQL interpreter like this:
select count(equity(myrange, flop) > equity(myhand, flop)) as frac
from game="omahahi", p1="50%6h", p2="9h9d5s4d", board="Th7h2d"
But is there a quicker/easier way of doing this? On the river I can just launch an equity calculation for 50%6h vs. 9h9d5s4d, for example, and get pretty much a reasonable result (because the river equity is final), but this is not the case on earlier streets. Could someone help me? :)
Loading 15 Comments...
Be the first to add a comment
You must upgrade your account to leave a comment.
This thread has been locked. No further comments can be added.