Application: HoldemLuck/TourneyLuck v0.20 (Updated:2/28/10)

General discussion of PokerTracker 3.

Moderator: Moderators

Re: Application: HoldemLuck/TourneyLuck v0.19 (Updated:1/7/10)

Postby Peesocake » Thu Feb 11, 2010 7:39 pm

Hello,

I don't understand the following: (and sorry if it has already been discussed, but the thread is pretty long)

The program calculates the expected winnings as your equity on the street where all the money goes in, over the whole pot. Right?

It doesn't consider pots that went to showdown if all players have money behind, so it ignores a pot where you checkcall TPTK, and villain shows a backdoored flush.(if villain pushed allin on the river and you called, you would actually have a 0% equity share on the total pot, not just over the river bet, right? That is strange no?)
Peesocake
 
Posts: 37
Joined: Wed May 07, 2008 12:17 pm

Re: Application: HoldemLuck/TourneyLuck v0.19 (Updated:1/7/10)

Postby kraada » Fri Feb 12, 2010 10:12 am

Yes, you've got it.

So it does have the strange effect of having hands where you (say) have AA vs KK, get all but 1bb in preflop, get the last bb in on the flop where he has a set making it look like you are expected to lose quite a lot.
kraada
Moderator
 
Posts: 54431
Joined: Wed Mar 05, 2008 2:32 am
Location: NY

Re: Application: HoldemLuck/TourneyLuck v0.19 (Updated:1/7/10)

Postby Peesocake » Fri Feb 12, 2010 12:32 pm

Ok, so it's pretty useless. Even the allin hands are not properly accounted for (your example of AA vs KK with 1bb behind). Let alone all the pots that went to showdown, let alone the pots that didn't.
Your red line might be negative, forcing you to think you are 'unlucky', that you're sortta due 10bi, but then again, maybe you're lucky in other hands that are not accounted for, such as rivering a 2P, getting more than your fair share of incoming draws etc.

I already see way too many people on other forums complaining they run bad by showing these evgraphs. It's all pretty misleading. It is a good thing. :D
Peesocake
 
Posts: 37
Joined: Wed May 07, 2008 12:17 pm

Re: Application: HoldemLuck/TourneyLuck v0.19 (Updated:1/7/10)

Postby 72shove » Fri Feb 12, 2010 10:08 pm

Peesocake wrote:Ok, so it's pretty useless. Even the allin hands are not properly accounted for (your example of AA vs KK with 1bb behind). Let alone all the pots that went to showdown, let alone the pots that didn't.
Your red line might be negative, forcing you to think you are 'unlucky', that you're sortta due 10bi, but then again, maybe you're lucky in other hands that are not accounted for, such as rivering a 2P, getting more than your fair share of incoming draws etc.

I already see way too many people on other forums complaining they run bad by showing these evgraphs. It's all pretty misleading. It is a good thing. :D


You're correct in saying the program doesn't capture all luck, whether good or bad, but the conclusion you draw from that is very flawed.

You can either have no information on luck without the program, or some information about luck with the program. So explain to me how more information leads to worse conclusions, which is the argument you seem to be making ?
72shove
 
Posts: 3
Joined: Tue Feb 09, 2010 3:28 pm

Re: Application: HoldemLuck/TourneyLuck v0.19 (Updated:1/7/10)

Postby msutter » Sun Feb 28, 2010 12:01 pm

Hi,

can someone please post a working download link?

Thank you!
msutter
 
Posts: 3
Joined: Sun Feb 28, 2010 9:35 am

Re: Application: HoldemLuck/TourneyLuck v0.20 (Updated:1/7/10)

Postby alonalbert » Sun Feb 28, 2010 12:14 pm

New build fixes a multi pot calculation error.

HoldemLuck 0.20
alonalbert
 
Posts: 393
Joined: Mon Mar 31, 2008 3:32 pm

Re: Application: HoldemLuck/TourneyLuck v0.20 (Updated:2/28/10)

Postby kraada » Sun Feb 28, 2010 2:01 pm

First post updated for you :)
kraada
Moderator
 
Posts: 54431
Joined: Wed Mar 05, 2008 2:32 am
Location: NY

Re: Application: HoldemLuck/TourneyLuck v0.20 (Updated:2/28/10)

Postby alonalbert » Sun Feb 28, 2010 2:22 pm

kraada wrote:First post updated for you :)

Thanks. I hope the Google link works better that Megaupload and Rapidshare :)
alonalbert
 
Posts: 393
Joined: Mon Mar 31, 2008 3:32 pm

Re: Application: HoldemLuck/TourneyLuck v0.20 (Updated:2/28/10)

Postby nsemenoff » Tue Mar 02, 2010 8:34 pm

Code: Select all
Exception while processing hand 23783. Exception:
System.DllNotFoundException: Unable to load DLL 'PokerEvalDll.dll': Приложение не было запущено, поскольку оно некорректно настроено. Повторная установка приложения может решить данную проблему. (Exception from HRESULT: 0x800736B1)
   at PokerEval.HandEvaluator.EvalHand(Int32 numPlayers, String[] pockets, String board, String dead, Int32[] won, Int32[] lost, Int32[] tied)
   at PotCalculator.Pot..ctor(Player hero, Decimal invested, Decimal money, String boardBefore, String boardAfter, String deadCards, List`1 players) in Q:\PotCalculator\Pot.cs:line 83
   at PotCalculator.Hand.CreatePots(IRakeCalculator rakeCalculator, Decimal cap) in Q:\PotCalculator\Hand.cs:line 187
   at PotCalculator.Hand..ctor(Int32 id, DateTime datePlayed, Int32 heroId, String flop, String turn, String river, Decimal cap, IRakeCalculator rakeCalculator, IEnumerable`1 players) in Q:\PotCalculator\Hand.cs:line 85
   at PotCalculator.Hand..ctor(Int32 handId, DateTime datePlayed, Int32 heroId, String flop, String turn, String river, IEnumerable`1 players) in Q:\PotCalculator\Hand.cs:line 68
   at TourneyLuck.PotFinderForm.ProcessHand(Int32 handId, DateTime datePlayed, Decimal[] structure, Int32 heroId, String flop, String turn, String river, IList`1 players) in Q:\SngLuck\PotFinderForm.cs:line 212
Hand History:


Приложение не было запущено, поскольку оно некорректно настроено. Повторная установка приложения может решить данную проблему means Application was not run because it is incorrectly configured. Reinstalling the application may solve this problem
nsemenoff
 
Posts: 3
Joined: Thu Nov 05, 2009 2:31 pm

Re: Application: HoldemLuck/TourneyLuck v0.20 (Updated:2/28/10)

Postby Masaa » Sun Mar 07, 2010 3:47 am

after update turnament luck on all hand i have error
Masaa
 
Posts: 17
Joined: Sun May 18, 2008 6:19 am

PreviousNext

Return to General [Read Only]

Who is online

Users browsing this forum: No registered users and 39 guests

cron
highfalutin