Open Side Menu Go to the Top
Register
PokerTracker 3 PokerTracker 3

02-23-2011 , 07:47 PM
3.09.4 Beta Released


Fixed:
  • Import: Yatahay: Better tournament detection
  • Import: Yatahay: Work around for hand histories not containing seconds in the time format
  • Import: Bodog: Problem detecting windows and preventing auto-import from stopping
  • Import: Winamax: Problem with BB bets
  • Import: Winamax: Problems with stats not showing for some player
  • Import: Merge: Unreported split pots causing import errors
  • Import: Party: Auto-detect problems
  • Import: Party: Omaha dead blinds
  • Import: Party: Tournament summary places
  • Import: Party: Missing the final hand with a full file in auto-import
  • Import: Boss: Penalty small blind not importing
  • Hud: Bodog: Problems finding tables (lockups)
  • Hud: Merge: New tournament window format (full tournament Hud now)
  • Hud: Merge: Problem with 10 seated tournaments and stats disappearing
  • TableTracker: Queries not working with Omaha tables
  • TableTracker: PokerStars Omaha table opening
  • Filters: Tournament buyin list only listing Holdem buyins
  • TourneyDetect: Support for FIFTY50 flag
  • GUI: Mac: Euro symbols in the hand history viewer
  • Problem with using a proxy to connect to an https page
02-23-2011 , 11:14 PM
Hey, I would like to get the two stats "Winnings (EV adjusted) and "PTBB/100 (EV adjusted)

Basically so I can see how good/bad I've run on different stakes to help me get an indication if I'm beating certain levels when moving up.

I looked for extra downloads on your page but couldn't find it also tried Google, but it's really a jungle and hard to narrow the search to these exact stats and not just the EV line on the graph. This surely must exist since you obv. have the data you need to create this from the EV line.

Thanks!
02-24-2011 , 05:04 AM
Quote:
Originally Posted by Jedi Speed Racer
I cant seem to save my layout. Everytime I open a new table, the stats are all under the wrong names. I fix the problem, then click save layout, but the new table still has the names in the wrong place.
Please check the Troubleshooting section of the Tutorial: Preferred Seating - that should sort things out, but if not please report your problem do that we can investigate further.


Quote:
Originally Posted by birdshake
Hey, I would like to get the two stats "Winnings (EV adjusted) and "PTBB/100 (EV adjusted)

Basically so I can see how good/bad I've run on different stakes to help me get an indication if I'm beating certain levels when moving up.

I looked for extra downloads on your page but couldn't find it also tried Google, but it's really a jungle and hard to narrow the search to these exact stats and not just the EV line on the graph. This surely must exist since you obv. have the data you need to create this from the EV line.

Thanks!
EV information isn't stored in the database but you can add stats with names beginning with "EV .." or "Equity.." to reports showing individual hands. These stats are not available in other reports at the moment.
02-24-2011 , 09:01 AM
I see, guess I'll have to filter the different stakes and take a look at the EV line on the graph to see how my AI EV is at each stake.

Another thing, is it possible to "throw" different limits together? I mean I have at least 3 limits at each stake that's basically the same. $0.50 NL, $0.50 NL (5-max) and $0.50 NL (6-max). I don't know why some HH's went in to the $0.50 NL since it's all either 5-max or 6-max and no FR. And yea since there isn't really a significant difference between 5 and 6-max It would be nice if I could just throw em all together in a single $0.50 NL stake.

Hope you understand the question
02-24-2011 , 09:18 AM
Yes, you can merge those limits - please see How To: Adjust Limits.
02-24-2011 , 05:22 PM
Thanks for the quick response. However if I have to click every session manually it's just gonna take too long (have 4.5k sessions logged) - also it doesn't completely solve the problem.. I basically just wanna merge the limits so $0.50 NL, $0.50 NL (6 max) and $0.50 NL (5 max) will be combined and HH's i import in the future of any of these formats will simple be put in the same "$0.50 NL" category.

Is this not possible?

Last edited by birdshake; 02-24-2011 at 05:23 PM. Reason: spellcheck
02-25-2011 , 04:35 AM
You can select and update multiple sessions at once, by shift-clicking. Sort the list by limit name, or even filter it, and then you should be able to select them all at once.
02-25-2011 , 05:44 PM
Quote:
Originally Posted by WhiteRider
Sorry - I'm still not clear..

Or do you mean the percentage of times the player c-bet the flop and turn after 3-betting preflop.

Can you give us an example of the action that you want to count?

This.

Example: I open, player 3bets, I flat. He cbets flop, I flat. He cbets turn.

This is what I'm looking for. I hope this is more clear
02-25-2011 , 06:33 PM
Quote:
Originally Posted by WhiteRider
You can select and update multiple sessions at once, by shift-clicking. Sort the list by limit name, or even filter it, and then you should be able to select them all at once.
I'm not sure how to select them all at once?? And it's gonna take a long time to shift-click 4,5k session.. when you say sort by name do you mean table name? I still can only click one at a time..
02-25-2011 , 07:19 PM
Quote:
Originally Posted by cbo
This.

Example: I open, player 3bets, I flat. He cbets flop, I flat. He cbets turn.

This is what I'm looking for. I hope this is more clear
The following stat will show you how often someone in general cbets the turn having 3-bet preflop and cbet the flop and not faced a 4-bet preflop or a flop raise. It is not specifically against you, as PT3 stats cannot currently take that into account at this time.

Create the following custom columns in the Holdem Cash Player Statistics section:

cnt_t_cbet_3b_pot: sum(if[holdem_hand_player_statistics.flg_p_3bet and not(holdem_hand_player_statistics.flg_p_4bet_def_o pp) and holdem_hand_player_statistics.flg_f_cbet and not(holdem_hand_player_statistics.flg_f_face_raise ) and holdem_hand_player_statistics.flg_t_cbet, 1, 0])


cnt_t_cbet_opp_3b_pot: sum(if[holdem_hand_player_statistics.flg_p_3bet and not(holdem_hand_player_statistics.flg_p_4bet_def_o pp) and holdem_hand_player_statistics.flg_f_cbet and not(holdem_hand_player_statistics.flg_f_face_raise ) and holdem_hand_player_statistics.flg_t_cbet_opp, 1, 0])

For more on creating custom statistics and reports please see the Tutorial: Using Custom Statistics and Reports.

Quote:
Originally Posted by birdshake
I'm not sure how to select them all at once?? And it's gonna take a long time to shift-click 4,5k session.. when you say sort by name do you mean table name? I still can only click one at a time..
Click on the first one, press and hold shift, scroll to the bottom and click on the last one. That will highlight everything in between as well.

Last edited by Kraada; 02-25-2011 at 07:20 PM. Reason: Fixed broken link
02-25-2011 , 09:58 PM
I'll just say my comp is virus free. Also, I am going fulltime in the next few weeks which adds to the inconvenience of this.
So I'm grinding tonight and the HUD is being a bit screwy, no problem, I'm not playing that many tables so I wait for a bit, but it is still showing innacuracies.
So I close PT and then restart it, and I keep getting this error message citing 3 ******** reasons why the HUD might not be working, none of them applicable, but the hands are still importing.
I try turning it off and on again and it says it can't find my DB, I find it on detect but then it says it can't connect and deletes it!? So now I think I might have lost all my HH.
I think I said a few weeks ago how much I've come to detest PT3. If I could go back in time to when I was a fish I would buy HEM and not waste my hard earnt on your software.
A frustrated and regretful buyer. If this was a physical object with a warranty I would demand a refund.
02-26-2011 , 12:23 AM
Ah thanks.. I'm not too tech savvy
02-26-2011 , 02:55 AM
Hey guys,

First off, I just wanted to appologize for posting a thread about this question (I n00bishly somehow didn't notive the thing stickied at the top of the forum saying to post pt3 questions in the pt3 thread, not in separate threads).

Anyway, if you guys aren't still too mad at me for that, I was wondering if anyone can help me with this:

How do I make PT3 HUD stats invisible and only appear when I click or hover mouse on opponents?

I tried going to the configure HUD options thing to switch it to "pop up only" since I figured this would probably be the setting that would make it do this, but instead all it does now is just not show any HUD stats at my tables at all, ever, even if I click on their avatar etc it's all just gone now.

What I want it to do is make it look as if there are no HUD stats, but, when I hover my house over and opponent, or click on him then make it show that person's HUD stats on my table when I hover/click on his avatar, and then as soon as I take my cursor off him then the stat go back to being invisible.

I know there must be a way to do this, because I've seen poker vids where people have their HUDs set up like this.

How do I make it do this?

Oh, I should probably mention, I am playing on Rush tables, not regular tables, not sure if this matters, but just in case it does, I figured I should mention it.

Anyway yea, so how do I make it hide everyone's HUD stats at my tables except for one I put my cursor on their avatars and only display their stats when i put my cursor on their avatar? Help!

Thanks
02-26-2011 , 05:52 AM
Quote:
Originally Posted by ShellysAshes
I'll just say my comp is virus free. Also, I am going fulltime in the next few weeks which adds to the inconvenience of this.
So I'm grinding tonight and the HUD is being a bit screwy, no problem, I'm not playing that many tables so I wait for a bit, but it is still showing innacuracies.
So I close PT and then restart it, and I keep getting this error message citing 3 ******** reasons why the HUD might not be working, none of them applicable, but the hands are still importing.
I try turning it off and on again and it says it can't find my DB, I find it on detect but then it says it can't connect and deletes it!? So now I think I might have lost all my HH.
I think I said a few weeks ago how much I've come to detest PT3. If I could go back in time to when I was a fish I would buy HEM and not waste my hard earnt on your software.
A frustrated and regretful buyer. If this was a physical object with a warranty I would demand a refund.
Your databases won't have been deleted, and you should be able to reconnect to them. If you haven't already, please reboot.
In Database > Database Management, if you don't see your databases listed click New and Browse to Existing Databases. Your databases should be listed there to reconnect to.
If you still can't get things working please create a Support ticket and explain the problem and we'll help you get things sorted - this thread really isn't the place for following up an issue as it's really hard to keep track of things.


Quote:
Originally Posted by bfactor
Hey guys,

First off, I just wanted to appologize for posting a thread about this question (I n00bishly somehow didn't notive the thing stickied at the top of the forum saying to post pt3 questions in the pt3 thread, not in separate threads).

Anyway, if you guys aren't still too mad at me for that, I was wondering if anyone can help me with this:

How do I make PT3 HUD stats invisible and only appear when I click or hover mouse on opponents?

I tried going to the configure HUD options thing to switch it to "pop up only" since I figured this would probably be the setting that would make it do this, but instead all it does now is just not show any HUD stats at my tables at all, ever, even if I click on their avatar etc it's all just gone now.
You can't have stats completely hidden.
The closest you can get is to have a single stat in a group shown on the table, and link your popups to that. The popups need an on-table group to trigger them.
See the Tutorial: Managing HUD Groups for an explanation of how to create and link the different types of groups.
02-27-2011 , 06:20 AM
I am getting ready to buy and download both Poker Tracker and Poker Ace but I just realized that I want to buy a new computer in 2 weeks. Can I buy these two products and use it on my current computer then download all my stuff on the new computer when I get it? Or will I have to buy a new set of each to put on my new computer?
02-27-2011 , 09:48 AM
PokerAce HUD does not work with PT3 - you don't need (or want) it. PT3 comes with its own built in HUD that works as you play.

The license is valid for use on up to two computers that you own and operate at any given time. You shouldn't have any problem with your setup - and if you uninstall PT3 from your current machine when you cease using it, it will no longer count against your number of allowed registrations.
02-27-2011 , 06:38 PM
Hello, I am currently using HEM, but own a PT3 license.

I recall there being custom stats in PT3. Is/would it be possible to create a statistic for sample variance of a statistic by player by session. I'm no statistician, so I don't know if that's understandable, but basically I would like a derivative statistic that describes the consistency of the underlying stat. For example, the derivative "consistency" statistic for a 30% VPIP might be as follows (numbers arbitrary):
1.0: this player plays exactly 30% of his hands in every 100 hand sample
2.0: this player's VPIP varies in each 100 hand sample, but not by a lot
5.0+: this player's VPIP is largely inconsistent in each 100 hand sample

This is definitely possible mathematically, albeit quite complex. Does PT3 have the ability to do this kind of statistical analysis?
02-28-2011 , 04:17 AM
I don't think it would be possible to build that sort of stat in the HUD - the HUD stats are built from a total of all hands, and you can't do SD of individual hands (you can't play 30% of one hand).
It may be possible in a custom report, although it would still be pretty tricky. If this is something you'd be interested in pursuing please post your request in a new thread in the custom reports and stats section of the PokerTracker 3 Forum and we'll look into it for you.
02-28-2011 , 04:19 AM
Hi !

I want to use the auto-rate players option in Pokertracker 3.

What stats would you use (vpip, pfr, other..) (and which ranges) for these types of players :

Fishy
Good player
Watch Out
Gambler
Rock
Loose/Aggressive (vpip, pfr,..)
Calling Station
Tight Passive (vpip, pfr,..)
Loose Passive (vpip, pfr,..)
Tight Aggressive (vpip, pfr,..)

other..?

I'm willing to give out a reward to anyone who helps me to put ranges on this
02-28-2011 , 07:19 AM
I have tried using the trial of PT3, it's a great piece of software.
I'm used to playing with the saloon theme on PS, and it didn't work out that great with the HUD, so I switched to the no image theme.

I'm facing a couple of issues with the HUD, hope you guys will help me out with it.

1. The HUD displaying the players stats are shown randomly (i.e) they don't show up exactly on the players name, I have tried to drag them to the right place, but the next table I open I still have the same issue.

2. The HUD stats block my view of the players cards, I mean I have to move the HUD stats bar to check which player is still in the pot and which one has folded, and then have to search for the players stats on the screen because they don't appear next to the correct player.

I play 12 tables at a time and I have a 19" monitor, hope some one posts a screen shot on which theme they use on PS and how have they arranged the HUD, that will be of great help to me.

Regards.
02-28-2011 , 10:23 AM
Quote:
Originally Posted by Stevee.be
Hi !

I want to use the auto-rate players option in Pokertracker 3.

What stats would you use (vpip, pfr, other..) (and which ranges) for these types of players :

Fishy
Good player
Watch Out
Gambler
Rock
Loose/Aggressive (vpip, pfr,..)
Calling Station
Tight Passive (vpip, pfr,..)
Loose Passive (vpip, pfr,..)
Tight Aggressive (vpip, pfr,..)

other..?

I'm willing to give out a reward to anyone who helps me to put ranges on this
Unfortunately I don't have any definitions other than the defaults to give you, though it's possible someone else might.

Quote:
Originally Posted by pulsar220
I have tried using the trial of PT3, it's a great piece of software.
I'm used to playing with the saloon theme on PS, and it didn't work out that great with the HUD, so I switched to the no image theme.

I'm facing a couple of issues with the HUD, hope you guys will help me out with it.

1. The HUD displaying the players stats are shown randomly (i.e) they don't show up exactly on the players name, I have tried to drag them to the right place, but the next table I open I still have the same issue.

2. The HUD stats block my view of the players cards, I mean I have to move the HUD stats bar to check which player is still in the pot and which one has folded, and then have to search for the players stats on the screen because they don't appear next to the correct player.

I play 12 tables at a time and I have a 19" monitor, hope some one posts a screen shot on which theme they use on PS and how have they arranged the HUD, that will be of great help to me.

Regards.
(1) Please see the Tutorial: Preferred Seating - it sounds like your preferred seating settings weren't automatically detected properly.

(2) You can move the HUD however you would like and then use PT Icon -> Save Layout to save the locations for the future so that it doesn't block cards. My personal HUD is available in the repository and explained somewhat in the How To: Advanced HUD Configuration.
02-28-2011 , 02:21 PM
There are no defaults for that Kraada?
02-28-2011 , 05:59 PM
hi, I'm hoping there is an easy way to get my last 200 tournaments played at pokerstars from my email box to PT3. Thanks for any help
02-28-2011 , 06:07 PM
Quote:
Originally Posted by Stevee.be
There are no defaults for that Kraada?
There are - I presumed you were soliciting more because you didn't like the defaults. You can find the defaults by clicking Configure --> Auto Rate and going to the Rules tab, then clicking the "Use Defaults" button at the lower right.

Quote:
Originally Posted by Karl B
hi, I'm hoping there is an easy way to get my last 200 tournaments played at pokerstars from my email box to PT3. Thanks for any help
Yes, you can use the Import From Email button on the Manual Import tab of PT3. For more details on how to configure these settings in the Tutorial: Manual Import Settings.
02-28-2011 , 07:23 PM
I was hoping you guys can answer this question. I'm pretty much fed up w/hem. I was wondering if pt3 can keep track of stats in terms of stack size. For example Stats for when someone has 21-30bb stack, 31-40bb stack, and so on and so forth. If so I'll snap buy pt3 cuz I'm sick and tired of hem not working w/mets.

      
m