Open Side Menu Go to the Top
Register
SnG Luck Analyzer (Beta) SnG Luck Analyzer (Beta)

12-08-2008 , 06:22 PM
OK, I think I figured out what I was doing wrong.

I was using the 'starsconverter' AHK script that is included. I'm not sure what this script does, but you don't need to use it for Stars hands apparently.
SnG Luck Analyzer (Beta) Quote
12-08-2008 , 07:34 PM
Quote:
Originally Posted by 1p0kerboy
OK, I think I figured out what I was doing wrong.

I was using the 'starsconverter' AHK script that is included. I'm not sure what this script does, but you don't need to use it for Stars hands apparently.
Were you trying to convert the Stars hands twice? All the starsconvertor script/exe does is convert them from Stars format to Party format, but if you were already converting them into Stars format yourself then you wouldn't need to do it again.

I'm sorry for not being much help with Stars/FTP hands, but I didn't write the converters and have very little idea about either the workings of the scripts or the Stars/FTP hands history formats. I can help with any problems related to Party hands or the results produced though as these bits I wrote myself.

Juk
SnG Luck Analyzer (Beta) Quote
12-08-2008 , 08:16 PM
Quote:
Originally Posted by jukofyork
Were you trying to convert the Stars hands twice?
No.

Okay maybe.

Anyways, I'm thrilled that I figured out how to use this program. Is there any interest in taking the project further in the future and making it kind of like pokerEV where it will spit out graphs and also have easier-to-use features? I'm just asking out of curiosity, I know there's probably not too big of a market for it.
SnG Luck Analyzer (Beta) Quote
12-28-2008 , 12:02 AM
Does this work yet for multi-tables? All I want is to see if I'm running at/below/above cEV. I realize it's complicated to do ICM for multis, but chip ev shouldn't be and is still very useful.
SnG Luck Analyzer (Beta) Quote
12-28-2008 , 05:16 AM
Quote:
Originally Posted by thunderb4ll
Does this work yet for multi-tables? All I want is to see if I'm running at/below/above cEV. I realize it's complicated to do ICM for multis, but chip ev shouldn't be and is still very useful.
No, it just works for STTs atm.

Juk
SnG Luck Analyzer (Beta) Quote
12-29-2008 , 07:02 PM
Wow. I have run hot for more then $8000 this year. Thank you Full tilt poker!!!
SnG Luck Analyzer (Beta) Quote
12-29-2008 , 07:27 PM
Does this work for six max if you adjust the batch file to 17.9 65 35 0?
SnG Luck Analyzer (Beta) Quote
01-01-2009 , 03:49 PM
Does someone know how to make allin luck work with super turbo (FT)

Thanks
SnG Luck Analyzer (Beta) Quote
01-01-2009 , 06:47 PM
Quote:
Originally Posted by Staafy
Does this work for six max if you adjust the batch file to 17.9 65 35 0?
So long as you have the entry fee % right then that looks fine for a 65/35 structure.

Juk
SnG Luck Analyzer (Beta) Quote
01-08-2009 , 09:58 AM
I just had a nightmare of a session and "Juk"ed it. Can one of you math geniuses tell me the odds of running negative 30 buy-ins in only 57 SnGs? Thanks.
SnG Luck Analyzer (Beta) Quote
01-08-2009 , 08:40 PM
Juk, have you had a chance to look at adding support for DoNs? They're getting extremely popular.
SnG Luck Analyzer (Beta) Quote
01-10-2009 , 02:09 AM
I'm not sure if I'm doing it right on ftp, but I'm getting some weird results over ~200 sngs. It says my actual winnings are +160 at the 15s when I'm only up 100, and it says I should be down even more in equity for adjusted winnings at the 7.50s than I already am down. I've played a lot of these and I know I'm running pretty horrifically bad. I lost 6 hands in a row at one point where I was the favorite preflop, and I think I won maybe 3-5 hands in my last 20 games or so.

I calculated each stake separately and I think I made the bat file right for the 15s. It wouldn't surprise me if I screwed something up, but I just wanted to give a heads up to the people who get some results they think are awkward.
SnG Luck Analyzer (Beta) Quote
01-10-2009 , 11:03 AM
Quote:
Originally Posted by Weevil99
Juk, have you had a chance to look at adding support for DoNs? They're getting extremely popular.
I haven't had time yet I'm afraid. I still need to work out how best to handle split prizes (ie: where multiple people have even stacks and go out on the bubble) as these are likely to be more of an issue for DoNs and technically I should follow the proper rules of allocating the prize (atm I just share out the prizes, but this is not 100% correct).

Juk
SnG Luck Analyzer (Beta) Quote
01-10-2009 , 11:04 AM
Quote:
Originally Posted by guitarizt
I'm not sure if I'm doing it right on ftp, but I'm getting some weird results over ~200 sngs. It says my actual winnings are +160 at the 15s when I'm only up 100, and it says I should be down even more in equity for adjusted winnings at the 7.50s than I already am down. I've played a lot of these and I know I'm running pretty horrifically bad. I lost 6 hands in a row at one point where I was the favorite preflop, and I think I won maybe 3-5 hands in my last 20 games or so.

I calculated each stake separately and I think I made the bat file right for the 15s. It wouldn't surprise me if I screwed something up, but I just wanted to give a heads up to the people who get some results they think are awkward.
If the actual winnings is out then that's a sign that something is going wrong. Possibly something to do with using an incorrect "entry fee %", possibly something to do with the FTP client missing the last HH of a SNG or possibly a problem with the converter.

Juk
SnG Luck Analyzer (Beta) Quote
01-10-2009 , 02:44 PM
since i have not found a handcoverter for ongame im trying to make one.
could someone please upload me some party poker SNG hand histories so i can see how the structure should look like?(PM me if u dont want to make the link public).
maybe Juk could explain what kind of HH expects the parser.

ps.:if someone is already working on a ongame converter please let me know...
SnG Luck Analyzer (Beta) Quote
01-10-2009 , 08:07 PM
Code:
@echo off

echo Converting FTP hands to Party hands.
mkdir TempConvertedStarsHands 2> NUL
del /Q .\TempConvertedStarsHands\*.txt 2> NUL
ftpconverter.exe .\TempConvertedStarsHands .

echo Running on all 9-man FTP hands found in the TempConvertedStarsHands folder...

rem For Super Turbo 14s we pay 11.90476190% of the final prize-pool as our entry fee.
BackTestAllInLuck.exe 11.90476190 50 30 20 TempConvertedStarsHands

pause
Yeah I've always had some problems with superturbos for some reason. The results for regular turbos seemed to be at least within the ballpark which I find weird. Also the stars results were always right on.
SnG Luck Analyzer (Beta) Quote
01-11-2009 , 10:27 AM
Does it work only for 9-10 man SNG's? what happens if i try "BackTestAllInLuck.exe 11.90476190 70 30 00" ?
how about short handed support in the future?
SnG Luck Analyzer (Beta) Quote
01-11-2009 , 03:23 PM
Updated link please
SnG Luck Analyzer (Beta) Quote
01-12-2009 , 01:30 AM
what does this mean?

SnG Luck Analyzer (Beta) Quote
01-12-2009 , 03:39 AM
So I can only read results in Microsoft word?
SnG Luck Analyzer (Beta) Quote
01-12-2009 , 04:23 AM
Can this program still be downloaded ? the link on the original post sends me to an error page when I click on it. help plz ty
SnG Luck Analyzer (Beta) Quote
01-12-2009 , 11:44 AM
So Cuted, the original SnG Luck Analyzer guy vanished so that project has been put on hold. You can find a link for it that works but it's buried a good few pages in.
http://pokerscope.eu/00000198640aab305/index.html

Jukofyork has another similar project running and the link for that can be found a few posts above this one.

Hope this helps.

Last edited by Civitas; 01-12-2009 at 11:47 AM. Reason: Found the a link to the original software that works!
SnG Luck Analyzer (Beta) Quote
01-12-2009 , 12:38 PM
Quote:
Originally Posted by Mr. Threepwood
Does it work only for 9-10 man SNG's? what happens if i try "BackTestAllInLuck.exe 11.90476190 70 30 00" ?
how about short handed support in the future?
Yes, it will work fine for SNGs with less than 10 players also - just set the third prize to zero.

Juk
SnG Luck Analyzer (Beta) Quote
01-12-2009 , 12:40 PM
Quote:
Originally Posted by Getmoney$916
So I can only read results in Microsoft word?
The results can be used in Microsoft Excel or any the other graphing program that can take a CVS file.

Juk
SnG Luck Analyzer (Beta) Quote

      
m