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

05-17-2008 , 06:20 PM
Quote:
Originally Posted by 1p0kerboy
ETA on HUD cache?
ETA on autorate feature?
+1 HUD Cache
+2 Autorate
05-17-2008 , 07:12 PM
I think stat color coding should be able to be "remembered" so that we can move the stats around if we want to without having to go through the color coding process when a change is made
05-17-2008 , 07:18 PM
Quote:
Originally Posted by _dave_
that is correct (for that stat) - it is folding to a 3bet. I do agree the value it produces is next to useless, however.

what you want is "fold raise to 3bet" - IDK if there's already a statistic for this in the GUI if you have to make a "custom stat" for it - but the info is in the database certainly.
Thanks for pointing this out. If I want how often someone open raises & folds to a PF 3bet, do i want "Fold to PF 3bet" instead?
05-17-2008 , 07:25 PM
Quote:
Originally Posted by GrindUnumb
Thanks for pointing this out. If I want how often someone open raises & folds to a PF 3bet, do i want "Fold to PF 3bet" instead?
Oh oops - Fold to PF 3bet is what I described

Fold to 3bet as Imrahil mentioned is the same, across all streets (probably even more useless, lol)

to find a "proper" fold top 3bet (where they raise, someone 3bets them and they fold) I do this:

Code:
(SUM(case when (hhps.flg_p_first_raise) AND (hhps.enum_p_3bet_action = 'F') then 1 else 0 end)) / (SUM(case when (hhps.flg_p_first_raise) AND (hhps.flg_p_3bet_def_opp) then 1 else 0 end))
but that probably isn't much use unless you are getting stats with SQL It does tell you what columns to use in the "custom stat" definition tho.
05-17-2008 , 07:35 PM
Was there any thought on having individual stats added to hud via sample size? like VPIP over 25 hands is ok where as 4bet % is rubbish. Sorry if its been mentioned.
05-17-2008 , 07:37 PM
Hi guys

If i create a second database for my mined hands will the HUD still pick them up automatically?
05-17-2008 , 07:38 PM
Quote:
Was there any thought on having individual stats added to hud via sample size? like VPIP over 25 hands is ok where as 4bet % is rubbish. Sorry if its been mentioned.
yeah you can do that with some cunning use of colour ranges. IIRC Josh posted how-to in the 2p2 PT forum, or maybe somewhere in this thread.
05-17-2008 , 07:42 PM
Quote:
Originally Posted by InsideEdge
Hi guys

If i create a second database for my mined hands will the HUD still pick them up automatically?
That's what I've been told.
05-17-2008 , 07:44 PM
Thanx for the explanation Dave. It's crazy they have those other 2 stats, but not the one we are all looking for. Thats a glaring omission and critical to 6max & HU. Hopefully I can create properly with the code you supplied.
05-17-2008 , 07:55 PM
Quote:
Originally Posted by InsideEdge
Hi guys

If i create a second database for my mined hands will the HUD still pick them up automatically?
In theory it should be just a matter of ticking the extra DB in the HUD settings. However, I for one is finding that the HUD isn't using the data stored in the 2nd DB properly at the moment (on party and ipoker).
05-17-2008 , 08:03 PM
Well, I just copy/pasted that from AHK-HUD - I've been using it for a while... The current situation of "data is in the database but not easily accessible" is far better than "not in database yet" imo

Almost anything can be got either by running SQL against the database (the way I do it) or by making custom stats - It's just gonna take a little time for all the useful custom stats to be pre-defined. Until then, we can make / share our own There is documentation on how to do so here: http://www.pokertracker.com/products...c=custom-stats if need be.

"folds to a PF 3bet" will work fine for HU, surely?
05-17-2008 , 08:15 PM
Quote:
Originally Posted by oracle3001
In theory it should be just a matter of ticking the extra DB in the HUD settings. However, I for one is finding that the HUD isn't using the data stored in the 2nd DB properly at the moment (on party and ipoker).
same, PokerAce acknowledged this in his last post.

Quote:
Originally Posted by The Icon
I figured out what the problem is, I had the HUD set to read from 2 databases. One that i used to import hands i play into, and one i used import mined hands into. Once i set it to one databse or the other it read hands from each one jsut fine, its having troubles reading from both i guess.
Quote:
Originally Posted by PokerAce
Thanks for the information. I'll get it fixed.
05-17-2008 , 11:29 PM
Quote:
Originally Posted by PokerAce
Please open a support ticket on our site. We'll find out what's going on, but you may end up needing to contact PayPal.


Please enable logging, reproduce this problem, then attach the PokerTracker.log file to a support ticket on our site. Be sure to include a description of your problem.


This stuff is all planned.


Your assumptions are right. The turnaround time for PayPal payments should be minutes, but our servers are a bit overwhelmed from all the downloads and emails, so it's taking longer than usual. If you don't receive your code within a few hours of purchase, open a support ticket on our site.



Strange. If you don't mind going a little above and beyond, if you can backup your PT2 database and send it to me, I can see about replicating the problem and getting all the tournaments working correctly. Open a support ticket on our site if you want to proceed.


Yeah, the information isn't being cleared when you purge.


On the Hud or in the Tracker?


Thanks for the information. I'll get it fixed.


Make sure you are using Build 2.


So did I.


Yes, it should fix it. I apologize for the need to re-import. You won't have to do it with database changes, but with import problems, it's hard to avoid.


Are any particular limits missing, or is it just random hands? All played or all observed?


No, you'll need to purge and re-import. I recommend restarting PT3 after purging.


We'll be improving performance as soon as we can.


Do you play 6 max? A while ago someone complained of a problem with 6 max hands not having a SB in the positions tab, but I thought that was fixed.


Naturally, the larger the database, the bigger the performance hit you're going to see (though PT3 can handle some pretty large databases). If you are going to want to purge old observed hands, I recommend making separate databases for observed hands.


I'm not exactly sure what you mean here. Can you elaborate?
yes, i play six max.

the weird thing is I have 3 limits in my base, NL25, 50 and 100. If i dont use any filters, I dont see the SB. If i only select 100, its all there
05-17-2008 , 11:57 PM
this work for absolute/UB? or just the sites it has listed under Site.
05-18-2008 , 12:42 AM
is there any way to display players' stats and table avg stats at the same time? am i missing something here?
05-18-2008 , 12:51 AM
Create a new group. You need one group for individual player stats and a second group assigned to table averages.
05-18-2008 , 01:11 AM
Quote:
Originally Posted by _dave_
Well, I just copy/pasted that from AHK-HUD - I've been using it for a while... The current situation of "data is in the database but not easily accessible" is far better than "not in database yet" imo

Almost anything can be got either by running SQL against the database (the way I do it) or by making custom stats - It's just gonna take a little time for all the useful custom stats to be pre-defined. Until then, we can make / share our own There is documentation on how to do so here: http://www.pokertracker.com/products...c=custom-stats if need be.

"folds to a PF 3bet" will work fine for HU, surely?
I read through the documentation. It was much more complex to create that custom stat than I had hoped.
05-18-2008 , 01:31 AM
is there going to be a way that the program updates automatically updates? Instead of having to keep downloading new versions?

Thanks.
05-18-2008 , 02:34 AM
can i set the default table to 6 max yet??
05-18-2008 , 02:55 AM
Quote:
Originally Posted by _dave_
Oh oops - Fold to PF 3bet is what I described

Fold to 3bet as Imrahil mentioned is the same, across all streets (probably even more useless, lol)

to find a "proper" fold top 3bet (where they raise, someone 3bets them and they fold) I do this:

Code:
(SUM(case when (hhps.flg_p_first_raise) AND (hhps.enum_p_3bet_action = 'F') then 1 else 0 end)) / (SUM(case when (hhps.flg_p_first_raise) AND (hhps.flg_p_3bet_def_opp) then 1 else 0 end))
but that probably isn't much use unless you are getting stats with SQL It does tell you what columns to use in the "custom stat" definition tho.
Can you explain where to input that code please. And if it's not too much trouble, how to? It sounds like I'll have to do some messing around with the command prompt or something. I really wanna make use of the fold to 3bet PRE, as it seems like the only fold to whatever stat that matters. I could also use a fold to 4bet pre.
05-18-2008 , 02:58 AM
man, adding new stats onto the popup box on the HUD is a nightmare. can you change this please?? it took me 10 mins to add one stat lol
05-18-2008 , 03:06 AM
Quote:
Originally Posted by _dave_
"Filter" button, top right of the main window.
i know how to filter since a date, but i don't find the list. the only lists i find are filtered by starting hand or final hand, but i'm to stupid to get the complete list with all hands in it.
05-18-2008 , 03:07 AM
I just bought PokerTracker3 after using the various betas for a while. When I started PokerTracker3, it created a new postgres database. I then re-imported all of my hands into it. What happened to my old database? I have limited hard drive space on my computer, so if my old database is still lying around, I would like to delete it in order to save space. How do I delete the old database?
05-18-2008 , 03:48 AM
I'm having major problems.

I have imported all my hands and tourney histories from files using manual import. I have checked the files and they should be all there. However, there are some extremely odd errors.

1) Under Texas Holdem - Tournaments - General, it is only showing my results for about the 1st half of 2006. The tournament number played is exactly 1600 (I have around 9K tourney summaries that actually imported). The really odd thing is that under the top tab that says Tournaments - Enter Results, they're all there! HOWEVER, only for the 1st half of 2006 does my name show up in the tournament histories. After that, my name and finishing position don't show up! I'll type out an example of a corrupt $335 buyin SNG summary where I would have come 1st:

2 dave3318 $850.50
3 River Prayer $567.00
4 zippy52
5 blackbeard17
7 Bonsy
8 WPTVIPER
9 mao15

Notice that the 1st place and 6th place players are missing. When I look at the same file in my directory where I imported from, the file is fine and has my name in it. Notice that 6th place player, poker_in_pb is also missing in the one above. This is a regular who I play a lot against, if that matters. Here's the proper one from my directory on my computer:

PokerStars Tournament #57059352, No Limit Hold'em
Buy-In: $315.00/$20.00
9 players
Total Prize Pool: $2835.00
Tournament started - 2007/08/01 - 00:02:56 (ET)
Tournament finished - 2007/08/01 - 00:42:52 (ET)
1: ryanghall (Hamilton), $1417.50 (50%)
2: dave3318 (Coram), $850.50 (30%)
3: River Prayer (San Francisco), $567.00 (20%)
4: zippy52 (the woodlands),
5: blackbeard17 (rockville),
6: poker_in_pb (San Diego),
7: Bonsy (Marquette),
8: WPTVIPER (COOKEVILLE),
9: mao15 (Scottsdale),

I also just realized that the last tournament recorded was May 17, 2006. EXACTLY 2 years ago from when I started doing this. That's too much of a coincidence and clearly is part of the bug I'm guessing? (And yes, my computer is set to the right time).

Has anyone else had a problem like this and figured out a way to fix it? I've tried everything short of importing my other 7500 or so HHs 1 by 1 (I imported 1 manually and it worked but I've now TWICE imported all of them at once and it only takes the first 1600). It was a manual import both times. I tried the auto import but gave up after 6 hours of it doing nothing.

Ryan
05-18-2008 , 03:52 AM
Quote:
Originally Posted by thejerkface
I just bought PokerTracker3 after using the various betas for a while. When I started PokerTracker3, it created a new postgres database. I then re-imported all of my hands into it. What happened to my old database? I have limited hard drive space on my computer, so if my old database is still lying around, I would like to delete it in order to save space. How do I delete the old database?
yes it is still lying around. so add the old one in your database management of pokertracker and delete it then.

      
m