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

General discussion of PokerTracker 3.

Moderator: Moderators

Re: New Application: HoldemLuck

Postby alonalbert » Wed Dec 17, 2008 8:41 pm

nsrafk wrote:I can't get it to work.. v0.2

Exception: System.IndexOutOfRangeException: Indekset lå uden for arrayets grænser.
ved HoldemLuck.PotFinderForm.GetCard(Int16 card)
ved HoldemLuck.PotFinderForm.FindNewPots()


From the .log.. Using WinXP danish language :)


Try new version. I didn't fix anything but it should log some stuff I can use.
alonalbert
 
Posts: 393
Joined: Mon Mar 31, 2008 3:32 pm

Re: New Application: HoldemLuck v0.2

Postby sookmctourie » Wed Dec 17, 2008 9:15 pm

I'm getting a blank black screen when I double click on a hand. I have the latest version, but it was the same for the previous version. Thanks again alonalbert. It's a great app.

Art
sookmctourie
 
Posts: 202
Joined: Thu Mar 06, 2008 7:52 pm

Re: New Application: HoldemLuck v0.2

Postby sookmctourie » Wed Dec 17, 2008 10:00 pm

Could someone write a post here giving a clear understanding on how to interpret the ev graph. I have an intuitive sense of its value, but I'm trying to understand for example how to combine the three graph lines into a whole picture. What is it telling me about my hands and results. Is the expected values based on the ev formula? What is the value of having the third "difference" line, and what does it tell me. I'm not looking specifically for answers to just these questions but anything that would help me to make the most use of this information. It would be greatly appreciated.

Thanks
Art

P.S. I'm currently reading "Theory of Poker" and "Dan Harrington on Hold'em", so this might give you an idea of what I'm looking for.
sookmctourie
 
Posts: 202
Joined: Thu Mar 06, 2008 7:52 pm

Re: New Application: HoldemLuck v0.2

Postby Ricardo » Thu Dec 18, 2008 12:06 am

alon... sent you a forum private message with log
Ricardo
 
Posts: 36
Joined: Thu May 01, 2008 2:38 pm

Re: New Application: HoldemLuck v0.2

Postby alonalbert » Thu Dec 18, 2008 12:28 am

Forgot to mention:
In the latest version 0.3, I also added a menu command to recalculate hands. This is required if you want to have the new rake calculators to take effect.
alonalbert
 
Posts: 393
Joined: Mon Mar 31, 2008 3:32 pm

Re: New Application: HoldemLuck

Postby alonalbert » Thu Dec 18, 2008 12:31 am

anyhero wrote:This is an excellent app, thanks for doing this.

My most desired feature is to filter by different screen names and sites. As it is now, it only shows me my hands played on Stars. I know I could use the aliases feature in PT3 to link my names across different sites, but I prefer not to so I can track things like rake back.



You should be able to do this already. HoldemCalc uses the Hero setting from PT3 so just set you screenname to be the one you want to see in HoldemCalc.
alonalbert
 
Posts: 393
Joined: Mon Mar 31, 2008 3:32 pm

Re: New Application: HoldemLuck v0.2

Postby nsrafk » Thu Dec 18, 2008 2:07 am

Code: Select all
Exception while processing hand 2290. Exception:
System.IndexOutOfRangeException: Indekset lå uden for arrayets grænser.
   ved HoldemLuck.PotFinderForm.GetCard(Int16 card) i C:\Projects\HoldemLuck\PotFinderForm.cs:linje 255
   ved HoldemLuck.PotFinderForm.FindNewPots() i C:\Projects\HoldemLuck\PotFinderForm.cs:linje 126
Hand History:
Full Tilt Poker Game #6846356823: Table Tiburtina - $0.25/$0.50 - No Limit Hold'em - 7:26:39 ET - 2008/06/16
Seat 1: siewert (0)
Seat 2: nsrafk (0)
Seat 3: Bren9756 (0)
Seat 5: prom73 (0)
Seat 6: heiko_muc (0)
Seat 7: Lisa877 (0)
Seat 8: briks87 (0)
Seat 9: keechpo (0)
prom73 posts the big blind of $0.50
Bren9756 posts the small blind of $0.25
The button is in seat #Seat 2
*** HOLE CARDS ***
Bren9756 stands up
Seat 1: siewert ($36.30)
Seat 2: nsrafk ($54.50)
Seat 3: Bren9756 ($0), is sitting out
Seat 5: prom73 ($30.95)
Seat 6: heiko_muc ($53.65)
Seat 7: Lisa877 ($88.25)
Seat 8: briks87 ($23.05)
Seat 9: keechpo ($51.75)
prom73 posts the big blind of $0.50
The button is in seat #2
*** HOLE CARDS ***
Dealt to nsrafk [4h Ah]
heiko_muc has 15 seconds left to act
heiko_muc folds
Lisa877 folds
briks87 folds
keechpo folds
siewert folds
nsrafk raises to $1.50
prom73 folds
Uncalled bet of $1 returned to nsrafk
nsrafk mucks
*** SUMMARY ***
Total pot $1 | Rake $0
Seat 1: siewert didn't bet (folded)
Seat 2: nsrafk (button) collected ($1), mucked
Seat 3: Bren9756 (small blind) is sitting out
Seat 5: prom73 (big blind) folded before the Flop
Seat 6: heiko_muc didn't bet (folded)
Seat 7: Lisa877 didn't bet (folded)
Seat 8: briks87 didn't bet (folded)
Seat 9: keechpo didn't bet (folded)

Data Row:
  id_hand = '2290'
  id_player = '367'
  holecard_1 = '0'
  holecard_2 = '0'
  amt_before = '0,00'
  amt_bet_ttl = '0,00'
  amt_bet_p = '0,00'
  amt_bet_f = '0,00'
  amt_bet_t = '0,00'
  enum_folded = 'P'
  amt_won = '0,00'
  date_played = '16-06-2008 11:26:39'
  card_1 = '0'
  card_2 = '0'
  card_3 = '0'
  card_4 = '0'
  card_5 = '0'
  site_name = 'Full Tilt'
  amt_bb = '0,50'


From my logfile... still no graphs for me :(
nsrafk
 
Posts: 28
Joined: Sat Mar 15, 2008 8:49 pm

Re: New Application: HoldemLuck v0.2

Postby funkyj » Thu Dec 18, 2008 3:10 am

sookmctourie wrote:Could someone write a post here giving a clear understanding on how to interpret the ev graph. I have an intuitive sense of its value, but I'm trying to understand for example how to combine the three graph lines into a whole picture. What is it telling me about my hands and results. Is the expected values based on the ev formula? What is the value of having the third "difference" line, and what does it tell me. I'm not looking specifically for answers to just these questions but anything that would help me to make the most use of this information. It would be greatly appreciated.


  1. First, the program is only evaluating hands where you are all in on the turn or earlier.
  2. the program only evaluate the action on the street where you get all in. Example, you have $100. you get $10 in preflop, $60 in on the flop and your last $30 on the turn. Only the turn is evaluated and only the $30 bet on the turn is part of the EV calculation. (author, please confirm). Your preflop and flop decision have EV but this program is not tracking the EV on those streets.
  3. you are making good decisions, the green EV line will go up.
  4. the blue line is your actual results. If your opponent sucks out, this line while go down while the green line goes up. If you suckout this line will go up while the green line goes down.
  5. If you are unlucky over the measured period, the red "difference between EV and actual results" will be below zero. If you are lucky this line will be above zero.
funkyj
 
Posts: 46
Joined: Wed Oct 29, 2008 5:59 pm

Re: New Application: HoldemLuck v0.2

Postby alonalbert » Thu Dec 18, 2008 3:37 am

funkyj wrote:[*] the program only evaluate the action on the street where you get all in. Example, you have $100. you get $10 in preflop, $60 in on the flop and your last $30 on the turn. Only the turn is evaluated and only the $30 bet on the turn is part of the EV calculation. (author, please confirm).

Actually that's incorrect. Te entire pot is taken into account. I understand this is somewhat controversial but my opinion is that all chips bet into the pot prior and including the all in action should be considered. After all, when you call on the flop with a flush draw against pot odds, you are looking for the implied odds when hitting your draw and getting the money in on the turn.

The rest of the explanation is spot on.
alonalbert
 
Posts: 393
Joined: Mon Mar 31, 2008 3:32 pm

Re: New Application: HoldemLuck v0.2

Postby alonalbert » Thu Dec 18, 2008 4:07 am

sookmctourie wrote:I'm getting a blank black screen when I double click on a hand. I have the latest version, but it was the same for the previous version. Thanks again alonalbert. It's a great app.

Art

Hmm, any chance of posting a screenshot somewhere? You can email me also. My email was posted in a previous post in this thread.
alonalbert
 
Posts: 393
Joined: Mon Mar 31, 2008 3:32 pm

PreviousNext

Return to General [Read Only]

Who is online

Users browsing this forum: No registered users and 21 guests

cron
highfalutin