Coming in the next update: Tournament All-in EV Chart using Big Blinds

A long-standing issue in Poker Copilot is that the All-in EV Chart is not very useful for tournaments. Using chips instead of big blinds as the y-axis distorts the chart. Unless you win a tournament, you’ll always incur during the tournament a positive EV diff of about 1500 tournament chips – assuming that each player starts with 1500 chips. If you come second in a 10,000 person tournament, you’ll normally win a lot of money. But your EV diff will still show +1500 tournament chips.

By using big blinds as the y-axis, the numbers are somewhat normalised. I still don’t think the numbers are perfect, but I can’t quite work out why.

Screen shot 2010-12-17 at 6.33.44 PM.png

 

Online Poker Players and Freelancers

Rasmus writes about what online poker players can learn from freelancers – or the other way around:

For both the freelancer and the poker player goes the same things. They have to be mentally fit every day, and more importantly, every time he sits at the poker table or in front of the computer to get creative. The only way to do this is by getting exercise and taking plenty of time away from the computer to stress of and think of anything else than work/poker.

 

Poker Copilot 2.72 Now Available

Poker Copilot 2.72 is now available to download.

What’s changed:

  • Winamax Poker Tournament Summaries are now auto-imported. Note that Winamax summaries from tournaments played before Wednesday 14th December, 2010 can’t be imported into Poker Copilot. Poker Copilot will report them as erroneous files. I recommend deleting them.
  • The player icons are updated.
  • Full Tilt Poker Rush On Demand tournaments are now HUD-ded.
  • There’s a new player filter (under the “More” menu on the filter bar). This only is available for ring games.
  • Ongame speed tables are now supported

What’s fixed:

  • Really long tournaments with enormous chip individual tallies no longer “clock” Poker Copilot. For programmers: I used an INT in the database for several fields assuming that no-one would ever have more than 21,474,836 tournament chips. I assumed wrong. Now I use a BIGINT, allowing up to T92,233,720,368,547,758. That should hold things together for a while.
  • Full Tilt Poker tournament summaries are now once more correctly loaded

There is a known bug in calculating All-in EV for split pots in Winamax that I promised to fix for this update. However I didn’t get it fixed yet, but is high priority.

Update Instructions:

  1. Download the latest version here.
  2. Open the downloaded file.
  3. Drag the Poker Copilot icon to the Applications icon. If prompted to replace an existing version, confirm that you do want to replace.

Now you are done and ready to hit the tables.

Coming in the next Update: Winamax tournament results

Here’s how adding tournament results to Winamax went:

Me: “Hey Winamax, could you add auto-saving of tournament results?”

Winamax: “Sure, Steve, any ideas on what they should include?”

Me: “Yes!” [pours forth copious info]

Winamax: “Hey Steve we did that tournament results thing.” [And it was almost exactly how I requested it.]

Me: “Hey Winamax, there’s some problems with the new tournament results. Here’s a list.”

Winamax: “Hey Steve, we’ve fixed those problems you listed.”

Why do I include this dialog? To demonstrate this: online poker rooms developers, listen up. If you want feedback, suggestions, info, on how you can make your Mac OS X software great, I’m willing to enthusiastically contribute. If it helps to make Poker Copilot better, I’ll give you all the feedback you need to make your software easy to integrate with Mac OS X poker tracking software like Poker Copilot.

So Winamax players, no longer will you need to manually enter your tournament buy-ins, placings, and winnings.

Screen shot 2010-12-15 at 3.18.51 PM.png

 

Screen shot 2010-12-15 at 3.19.02 PM.png

These screenshots show you that some Winamax player out there was handed an easy tournament win! I often play online poker to test specific Poker Copilot issues and not to win, leading to some erratic playing behaviour.

 

 

Poker Copilot and Merge Network

There’s a new kid on the block of Mac OS X poker rooms. The Merge Network has released a native Mac OS X client. It seems to be a small network so far, with less than 3,000 players currently online at the time of writing. As a comparison, PokerStars, the biggest online poker room, has just over 100,000 players currently inline.

I tried to sign up to Carbon Poker, which uses Merge Network’s software. I tried to test it out but I got nowhere. I got stuck in an infinite sign-up loop with no feedback on why my sign-up process failed.

I’ll wait a week or two and try signing up again. With such a small number of players, it is not worthwhile for me to spend much time working with a broken site, when there are many things I can do to improve Poker Copilot for current customers.

Interestingly, Merge Network uses XML in its hand history files, whereas all poker rooms currently supported by Poker Copilot use a plain text format. Normally I work with XML with distaste but in this case it seems it will make parsing the hand history files somewhat easier.

 

Poker Rooms Supported by Poker Copilot

What online poker rooms does Poker Copilot for Mac OS X support? I’ve been emailed this question often lately, so here’s the answer:

Poker Copilot works fully on:
  • Full Tilt Poker
  • FullTiltPoker.Fr (the France-specific Full Tilt Poker client)
  • PokerStars
  • PokerStars.FR (the France-specific Full Tilt Poker client)
  • PokerStars.IT (the Italy-specific Full Tilt Poker client)
  • Winamax Poker
  • UB (formerly known as Ultimate Bet)
  • Absolute Poker
Also supported, but without the Poker Copilot HUD:
  • Ongame Network poker rooms (including HeyPoker, bwin, SAjOO)

Ongame Network poker rooms have no HUD due to a long-term bug in Ongame’s Mac OS X software.

As more poker rooms release native Mac OS X software, we’ll investigate whether Poker Copilot can support them.

 

Coming in the next update: Filter by Player

The next update of Poker Copilot will have a new filter in the “More” drop-down menu: the ability to filter by hands where a specific player was at the table:

Screen shot 2010-12-11 at 4.47.56 PM.png

So, for example, I can filter for all hands where player XYZ was sitting in at the table. It doesn’t matter if XYZ folded pre-flop, took down the hand, or anything in between. As long as the player is at the table for the hand, the hand will be included in the filter.

This filter is for ring games only for now. If feasible I may add it for tournaments later.

If the player filter is used, screen updates will take much longer than usual. That’s because what Poker Copilot does to make this feature available is quite complex.

 

Small Touches

You’ll need to be a computer programmer to appreciate this. IntelliJ IDEA 10, the best dang programmer’s editor there ever was, has witty “Drag to install” artwork:

Screen shot 2010-12-09 at 7.21.08 PM.png

A great product largely because they understand the importance of the getting the small things right.

 

Wonky Rendering in Poker Copilot 2.71

Some users – perhaps all using Mac OS X 10.5 (Leopard) – have reported unusual rendering problems in Poker Copilot. Here’s a couple of example screenshots:

Image 1.png

Image 3.png

I believe I’ve located the problem and hope to have an update with a fix available tomorrow.