The following sheet will help translate the PLO hand into PPL Code. This sheet uses the following format to explain suited cards. When a card is within parentheses that indicates that it is suited. Here is an example: Ah Kh Qs Jd === to write this in the above format you need to use (AK)QJ
First here is an explanation of Hutchinson Point System
http://www.poker-strategy.org/default.aspx?tabid=89To use my document you need to enter the hand column A using the above format as explained. Once that is completed you need to determine the classification and then copy the corresponding classification columns B,C,D and then paste that next to your hand the PPL code. I am assigning each hand to a userHXX variable which I am then grouping together later for bot actions. You can remove the variable from the code if you want to code it to make an action directly off of that line.
Please send me an email to
customer-service@tapthatace.com asking for a copy of the sheet and I will be happy to send it to you.
***********************************************************************************************************************************************************************
I am working on a script that used Hutchinson Point System preflop to determine the preflop action. I only have about 3500 lines of code right now and still need to get another 3500 or so for it to be considered complete for starting hand ranges. My long term plan will be to submit this project for marketplace approval. I am just stalled right now as the OmahaBot isn't working with the network I play at.
***********************************************************************************************************************************************************************