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

05-27-2008 , 03:46 PM
my PT3 can't auto-read PStars.

What's wrong?
05-27-2008 , 03:47 PM
When is the next build being released?
05-27-2008 , 04:42 PM
Quote:
Originally Posted by PokerAce
Were they imported via auto-import or manual or both?
I never used manual import on this database (I dropped the database I was having purging problems with), only the PT2 database conversion tool and auto import.

This is an ongoing problem, the duplicate counts are higher now and the only reason they aren't much higher than they already are is that I'm not regularly using PT3.
05-27-2008 , 06:47 PM
I didn't want to use PT3 until the commercial version and so I just bought it. Importing my old PT2 hands went fine although money won and hands played isn't exactly the same. However, when I try to auto-import on Ongame (Eurobet), nothing really happens. This is what it says (and I am playing on Ongame right now, have been for a while):

"OnGame: Starting auto-import.
2008/05/28 01:38:33: PartyGaming: Starting auto-import.
2008/05/28 01:38:33: OnGame: Found 0 files to monitor.
2008/05/28 01:40:06: OnGame: Loading hand history file: C:\Program Files\Pokeri\EurobetPoker\Resources\Databases\User XXXXXXXXXStatistics.db
2008/05/28 01:40:26: PartyGaming: Found 0 files to monitor."

What does happen, however, is that "Import Statistics" shows hands: 0, errors: 0 but duplicates keeps rising and rising at about 10/sec, it's now at 3000ish and growing. Does this mean that it's just trying to import all of my old hands and hasn't gotten to the new one's yet? How could I fix this?

Edit: I just did a manual import and it recognized my new hands so that works I guess.

Last edited by Babalatexi; 05-27-2008 at 06:59 PM.
05-27-2008 , 07:08 PM
How do you use pt3 to import hands on full tilt when you are not playing? Thanks in advance.
05-27-2008 , 07:17 PM
how do you get the equity calcs in the replayer
05-27-2008 , 09:14 PM
Quote:
Originally Posted by Korean_Airline
my PT3 can't auto-read PStars.

What's wrong?
It can't yet...
05-27-2008 , 09:38 PM
When will it support Prima? The day it supports Prima is the day I buy it
05-28-2008 , 12:53 AM
Can average # of players be in the standard stat line it helps put stats in perspective when you play a lot of shorthanded.
05-28-2008 , 03:19 AM
Is there a stat for steal success? I cant seem to find it
05-28-2008 , 05:35 AM
Quote:
Originally Posted by Greg29
Ok I tried something for the Fold to 3bet stat, can someone confirm that it's correct:

F3b = (cnt_f_3bet_after_raise / cnt_f_3bet_after_raise_opp) * 100

where cnt_f_3bet_after_raise = sum(if[(holdem_hand_player_statistics.flg_p_first_raise) AND (holdem_hand_player_statistics.enum_p_3bet_action = 'F'),1,0])

and

cnt_f_3bet_after_raise_opp = sum(if[(holdem_hand_player_statistics.flg_p_first_raise) AND (holdem_hand_player_statistics.flg_p_3bet_def_opp) ,1,0])


Thank you
It's not correct.

It should be like this:

cnt_f_3bet_after_raise_opp = sum(if[(holdem_hand_player_statistics.flg_p_first_raise) AND (holdem_hand_player_statistics.flg_p_face_raise) ,1,0])

cnt_f_3bet_after_raise = sum(if[(holdem_hand_player_statistics.flg_p_first_raise) AND (holdem_hand_player_statistics.flg_p_fold),1,0])

I verified this using the Fold to 3bet PF statistic of HM.
05-28-2008 , 07:21 AM
okay.
so when

Code:
cnt_p_face_raise_after_raise_opp = sum(if[holdem_hand_player_statistics.flg_p_first_raise AND holdem_hand_player_statistics.flg_p_face_raise, 1, 0])
and

Code:
cnt_p_fold_after_raise = sum(if[holdem_hand_player_statistics.flg_p_first_raise AND holdem_hand_player_statistics.flg_p_fold, 1, 0])

and


Code:
Fold to 3bet (PF) = (cnt_p_fold_after_raise / cnt_p_face_raise_after_raise_opp) * 100

u say, that the value is the same like in HM.

could you explain what are the differences between the the HM Fold to 3-Bet (PF) stat and the orginal PT3 Fold 3-Bet (PF) stat ?
Code:
(cnt_p_3bet_def_action_fold / cnt_p_3bet_def_opp) * 100
are there differences at all ?



ty

Last edited by k3ys3r; 05-28-2008 at 07:26 AM.
05-28-2008 , 08:47 AM
Quote:
Originally Posted by k3ys3r
are there differences at all ?
No I don't think so. I think it might be a bug in PT3.

The difference in results is caused by this line:

holdem_hand_player_statistics.enum_p_3bet_action = 'F'

This line means: the number of times player folded to a 3bet pf. This should theoretically give the same result as the one I used, but it doesn't.

Maybe PokerAce can explain what is causing this 'bug'?
05-28-2008 , 08:53 AM
is the result from the "normal" PT3 "Fold to 3Bet (PF)" stat lower or higher than the result from HM ?

ty
05-28-2008 , 09:10 AM
Quote:
Originally Posted by k3ys3r
is the result from the "normal" PT3 "Fold to 3Bet (PF)" stat lower or higher than the result from HM ?

ty
At the moment I have 3 different "fold to 3Bet pf" in my PT3.

The original one that came with PT3 (A)
The one that was posted on this forum a couple of days ago (B)
And the one that I created today (C)

A >> C, the difference can be very large
B =< C, the biggest difference I saw was 5%, but for some players the numbers are equal.
05-28-2008 , 09:30 AM
Quote:
Originally Posted by Imrahil
Why isn't the "Fold to 3bet" stat fixed? It still counts as a ft3b when there's a raise and a 3bet in front of you and you fold.
maybe this is the reason. dunno....
or A is the "right" and cuz C=HM, the HM stat is wrong.....


hehe. but i really like the possibility to create your own stats in PT3. atm i am a sql noob, but i will definitely change that in the future.
05-28-2008 , 11:34 AM
Quote:
Originally Posted by PokerAce
PT3 is no longer in free public beta. You are welcome to try the free trial though. It has an extended expiration date, so you get 60 days to try it out. Some people are experiencing major bugs, other people experience none. The next release should solve most of the bugs some people are having, so it might be better to wait a few days until it's released.
.
thank you for the answer,
is there a way to get an e-mail or private message when it will release so i can try it, if its too much - where should i check it frequently in order to be updated?
05-28-2008 , 03:44 PM
PA (or anyone else who knows),

at about what point in database size would normal performance start suffering?

thanks
05-28-2008 , 07:37 PM
The "phantom sessions" problem I mentioned earlier might be due to crashes during import, as it crashed today and I got that, but the doppelgangers aren't.
05-28-2008 , 08:31 PM
Uhm, Is it possible to have the HUD in two lines over each others instead of one?

Say I use the stats VP, PR, AF, WTSD, STEAL. Instead of 1 line, can it be made into two on top of each others? like :

"VP, PR, AF
WTSD, STEAL"

instead of

"VP, PR, AF, WTSD, STEAL"

One line is so damn long... :|
05-28-2008 , 09:07 PM
Quote:
Originally Posted by IrBerg
At the moment I have 3 different "fold to 3Bet pf" in my PT3.

The original one that came with PT3 (A)
The one that was posted on this forum a couple of days ago (B)
And the one that I created today (C)

A >> C, the difference can be very large
B =< C, the biggest difference I saw was 5%, but for some players the numbers are equal.
If you are feeling generous, you can export & post them in the Repository.
http://www.pokertracker.com/repository/statistics.php
05-28-2008 , 09:48 PM
quick question....does pt3 support all forms of poker or do we buy a copy for each like on the first pt versions??
05-29-2008 , 01:46 AM
Quote:
Originally Posted by DrCoxxx
Uhm, Is it possible to have the HUD in two lines over each others instead of one?

Say I use the stats VP, PR, AF, WTSD, STEAL. Instead of 1 line, can it be made into two on top of each others? like :

"VP, PR, AF
WTSD, STEAL"

instead of

"VP, PR, AF, WTSD, STEAL"

One line is so damn long... :|
You can add a 'New Line' to the group from the Special Tab.
05-29-2008 , 02:54 AM
i still cant get the filters to work correctly, the date ones
05-29-2008 , 04:43 AM
Quote:
Originally Posted by Bigka79
quick question....does pt3 support all forms of poker or do we buy a copy for each like on the first pt versions??
only HE. plans for pT3 omaha PT3Stud eventually.

      
m