PrinzVonHapunkt
1198 posts
Joined 12/2010
I hope the thread title already tells you what I'm looking for
Do you guys know a program that tells you for example how likely it is that KJT4 flops an X-out straightdraw?
I looked into the Odds Oracle but it only had questions for made hands on the flop (maybe custom ones?)
Thanks in advance
Posted about 1 year ago
Reply to Topic
Reply w/Quote
bachfan
273 posts
Joined 08/2009
This can be done in PQL (the programming language that powers the Odds Oracle) today - I will be adding this to the user interface in the near future.
PQL for the curious:
select count(outsToHandType(hero, flop, straight) >= 8)
from game='omahahi', syntax='Generic',
hero='KJT4'
where rainbowBoard(flop)
Posted about 1 year ago
Reply to Topic
Reply w/Quote
Tuneman07
381 posts
Joined 06/2011
This can be done in PQL (the programming language that powers the Odds Oracle) today - I will be adding this to the user interface in the near future.
PQL for the curious:
select count(outsToHandType(hero, flop, straight) >= 8)
from game='omahahi', syntax='Generic',
hero='KJT4'
where rainbowBoard(flop)
I wonder what would have happened if you had told Doyle Brunson 40 years ago that what you just typed would have something to do with poker.
Posted about 1 year ago
Reply to Topic
Reply w/Quote
PrinzVonHapunkt
1198 posts
Joined 12/2010
PeteH
330 posts
Joined 04/2008