Open Side Menu Go to the Top
Register
New Free Software - HoldemLuck & SngLuck v0.14 New Free Software - HoldemLuck & SngLuck v0.14

12-22-2008 , 04:13 AM
Hey all

I've been using PokerEv for a while to track how good/bad (mostly bad) my luck runs in Allin situations. However, PokerEv has a few issues for me:
  • It doesn't work with PokerTracker3
  • It's slow to load and calculate hands
  • It only takes into account money entered on the all-in street and ignores money bet on earlier streets. This is a controversial issue I know and some people like it that way but I don't.

Poker Tracker 3 promises EV calculations but I got tired of waiting so I decided to write my own software which will address all these issues. It works with PT3, it caches hands in the PT3 database so it's blazing fast after the initial processing is done and it calculates EV the way I expect it to taking the entire pot into account.

It also breaks down the hand into side pots so in multiway hands, you get multiple entries, one for each pot.

I also wrote another version that does the same thing for SnG tourneys. It currently only does EV in chips or blinds but the plan is to add ICM EV shortly.

Anyway, here's the links to download. Feel free to post here or PM me if you have questions/problems. If you really like it, you can show your appreciation buy padding my Poker bankrolls on Full Tilt (nowan) or PokerStars (nowanuno) with a few bucks

Download

edit by _dave_ 29-May-2009
http://rapidshare.com/files/20771817...Luck-v0.14.zip


Screenshots






I'll be posting new version in this thread.

Last edited by fozzy71; 05-29-2009 at 08:26 AM. Reason: new download link
New Free Software - HoldemLuck & SngLuck v0.14 Quote
12-22-2008 , 04:50 AM
Quick bug fix - Double clicking a hand caused a crash instead of bringing up the HH.

HoldemLuck
SngLuck
New Free Software - HoldemLuck & SngLuck v0.14 Quote
12-22-2008 , 07:34 AM
Thsi is really good. Thanks a lot.
New Free Software - HoldemLuck & SngLuck v0.14 Quote
12-22-2008 , 08:43 AM
Thanks nice program
New Free Software - HoldemLuck & SngLuck v0.14 Quote
12-22-2008 , 09:52 AM
Quote:
Originally Posted by alon.albert
I also wrote another version that does the same thing for SnG tourneys. It currently only does EV in chips or blinds but the plan is to add ICM EV shortly.
If you take a look at my SNG luck code then I included the C++ source for the code that does the ICM-based EV Luck stuff. Feel free to take whatever of the code might be of help and/or the outcome lookups.

hand_outcome_generator.h - Has all the code that is used to work out the expected EVs and deals with the outcome lookups. Should be fairly self explanatory (ie: how I've used lookups to speedup the 2-way and 3-way preflop all-in calculations, how I store/unpack the lookups to make the zipped filesize ~20MB, etc).

BackTestAllInLuck.h - Uses the HandOutcomeGenerator class to work out and print the EV differences, etc.

SteveBrecherHandEval.h - Is a modified copy of Steve Brecher's uncopyrighted hand evaluator that can be used in place of the GNU pokersrc library. I had to use this to be able to release only part of my code.

I've not included any of the other classes used, but they should be pretty much self-explanatory from the member names. Just reading through hand_outcome_generator.h and BackTestAllInLuck.h should be enough for you to re-implement the algorithms in your own codebase quite easily and will hopefully save you quite alot of time re-doing the same stuff as I had to.

I'm sure alot of people will be happy to get a version of the SNG luck stuff that can work from the PT3 DB rather that the current system of converter AHK scripts, etc (my code was never really meant to be more than a proof-of-concept to test if the original SNGLuckAnalyser code was giving correct results for Party).

Juk
New Free Software - HoldemLuck & SngLuck v0.14 Quote
12-22-2008 , 10:26 AM
Screenshots?

Any chance of holdem manager support?
New Free Software - HoldemLuck & SngLuck v0.14 Quote
12-22-2008 , 11:04 AM
.

Last edited by DamienT; 12-22-2008 at 11:05 AM. Reason: nevermind
New Free Software - HoldemLuck & SngLuck v0.14 Quote
12-22-2008 , 11:16 AM
Sorry, I don't have plans for HM.

Last edited by _dave_; 12-22-2008 at 02:11 PM.
New Free Software - HoldemLuck & SngLuck v0.14 Quote
12-22-2008 , 12:13 PM
Fixed a crash when filtering

SngLuck

Last edited by _dave_; 12-22-2008 at 02:11 PM.
New Free Software - HoldemLuck & SngLuck v0.14 Quote
12-22-2008 , 01:40 PM
HM support and ill ship you some cash on stars.

Also, omaha?
New Free Software - HoldemLuck & SngLuck v0.14 Quote
12-22-2008 , 01:53 PM
Quote:
Originally Posted by halsted
HM support and ill ship you some cash on stars.

Also, omaha?
Tempting but I just looked at HM database structure and it really looks like a big pain in the a$$ compared to PT3 which is rather straightforward. Also, I don't have a HM license so I can't use it for developing/testing.
New Free Software - HoldemLuck & SngLuck v0.14 Quote
12-22-2008 , 02:13 PM
Any chance of source?

I changed links in the OP to newest version, and added to screenshots there too.
New Free Software - HoldemLuck & SngLuck v0.14 Quote
12-22-2008 , 02:37 PM
Quote:
Originally Posted by _dave_
Any chance of source?

I changed links in the OP to newest version, and added to screenshots there too.
You mean source code? Maybe a bit later...
Thanks for updating the first post.
New Free Software - HoldemLuck & SngLuck v0.14 Quote
12-22-2008 , 02:38 PM
Quote:
Originally Posted by halsted
HM support and ill ship you some cash on stars.

Also, omaha?
THIS.
HM support is massive.
New Free Software - HoldemLuck & SngLuck v0.14 Quote
12-22-2008 , 02:48 PM
Quote:
Originally Posted by chilin_dude
THIS.
HM support is massive.
Hmm, I just checked HM site. HM already has a luck line which is basically what HoldemLuck is.
New Free Software - HoldemLuck & SngLuck v0.14 Quote
12-22-2008 , 03:57 PM
Quote:
Originally Posted by alon.albert
Hmm, I just checked HM site. HM already has a luck line which is basically what HoldemLuck is.

HM has no omaha
New Free Software - HoldemLuck & SngLuck v0.14 Quote
12-22-2008 , 07:11 PM
Quote:
Originally Posted by alon.albert
Hmm, I just checked HM site. HM already has a luck line which is basically what HoldemLuck is.
Not for stts
New Free Software - HoldemLuck & SngLuck v0.14 Quote
12-22-2008 , 11:44 PM
Quote:
Originally Posted by chilin_dude
Not for stts
Ahh, I see

I'll have another look at HM but don't hold your breath. If anyone in this forum knows how the database schema is set up in HM and could help with writing SQL queries, that would help.
New Free Software - HoldemLuck & SngLuck v0.14 Quote
12-22-2008 , 11:56 PM
Fixed bug with Date filtering in locales that format dates Postgres can't handle.

SngLuck
New Free Software - HoldemLuck & SngLuck v0.14 Quote
12-23-2008 , 10:15 AM
I'd be interested to know when ICM luck is added.

Does this work with PT2?
Does this work with large samples?
New Free Software - HoldemLuck & SngLuck v0.14 Quote
12-23-2008 , 10:18 AM
Quote:
Originally Posted by 1p0kerboy
I'd be interested to know when ICM luck is added.

Does this work with PT2?
Does this work with large samples?
I'll post here when/if I add ICM
Doesn't work with PT2
What do you mean by "large samples"? Why wouldn't it?
New Free Software - HoldemLuck & SngLuck v0.14 Quote
12-23-2008 , 02:59 PM
Quote:
Originally Posted by alon.albert
Hmm, I just checked HM site. HM already has a luck line which is basically what HoldemLuck is.
HM has only all-in EV
New Free Software - HoldemLuck & SngLuck v0.14 Quote
12-23-2008 , 03:11 PM
Quote:
Originally Posted by DonManuel
HM has only all-in EV
That's what HoldemLuck does too.
New Free Software - HoldemLuck & SngLuck v0.14 Quote
12-23-2008 , 03:14 PM
Quote:
What do you mean by "large samples"? Why wouldn't it?
PokerEV only works with samples up to around the 100k mark.
New Free Software - HoldemLuck & SngLuck v0.14 Quote
12-23-2008 , 03:34 PM
Quote:
Originally Posted by 1p0kerboy
PokerEV only works with samples up to around the 100k mark.
This should work with very large samples sizes then. You may experience a long startup time when it calculates new hands for the first time but after that it should be really fast.
New Free Software - HoldemLuck & SngLuck v0.14 Quote

      
m