Pot Limit Omaha Poker Forums

FPLOzilla?

or track by Email or RSS


PrinzVonHapunkt

Avatar for PrinzVonHapunkt

1198 posts
Joined 12/2010

I hope the thread title already tells you what I'm looking for Wink
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

bachfan

Avatar for 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

Tuneman07

Avatar for 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

PrinzVonHapunkt

Avatar for PrinzVonHapunkt

1198 posts
Joined 12/2010

thanks a lot bachfan, I kind of suspected it would work with that nightmare language Smile
seems like I'm gonna have to look a little into pql

Posted about 1 year ago

PeteH

Avatar for PeteH

330 posts
Joined 04/2008

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.


The exact same reaction if he told Doyle today.

Posted about 1 year ago




HomePoker ForumsPot Limit Omaha → FPLOzilla?