Open Side Menu Go to the Top
Register
PokerTracker 4 for Windows & Mac OS X - 2+2 Support Thread PokerTracker 4 for Windows & Mac OS X - 2+2 Support Thread

03-18-2021 , 08:00 AM
Quote:
Originally Posted by hipo99
anyone know how to show 99 instead of 100 in my hud please?
That would require custom statistics - see this post/thread.

- Rob
PokerTracker 4 for Windows & Mac OS X - 2+2 Support Thread Quote
03-18-2021 , 08:06 AM
Thanks sir
PokerTracker 4 for Windows & Mac OS X - 2+2 Support Thread Quote
03-18-2021 , 12:05 PM
Nevermind. I figured it out.

Last edited by blobbloblob; 03-18-2021 at 12:07 PM. Reason: I'm dumb
PokerTracker 4 for Windows & Mac OS X - 2+2 Support Thread Quote
03-19-2021 , 10:31 AM
Is it still an "Open Opp" is there were previous limpers?


Code:
sum(if[tourney_hand_player_statistics.flg_p_open_opp, 1, 0])
What is the difference between flg_p_first_raise and flg_p_open_opp?
PokerTracker 4 for Windows & Mac OS X - 2+2 Support Thread Quote
03-19-2021 , 10:48 AM
My HUD is not working on an ACR tourney this morning. It seems to be logging hands fine. I tried restarting HUD, stopping and starting getting hands, and closing and reopening the program and no luck.
PokerTracker 4 for Windows & Mac OS X - 2+2 Support Thread Quote
03-19-2021 , 11:05 AM
Quote:
Originally Posted by suitedjustice
My HUD is not working on an ACR tourney this morning. It seems to be logging hands fine. I tried restarting HUD, stopping and starting getting hands, and closing and reopening the program and no luck.
The HUD started working after around 25 hands. Would low memory cause that?
PokerTracker 4 for Windows & Mac OS X - 2+2 Support Thread Quote
03-20-2021 , 07:08 AM
Quote:
Originally Posted by jl121
Is it still an "Open Opp" is there were previous limpers?
No.

Quote:
Originally Posted by jl121
What is the difference between flg_p_first_raise and flg_p_open_opp?
flg_p_first_raise is true when the player made the first preflop raise (2Bet).

flg_p_open_opp is true when the player has the opportunity to open the preflop pot (not facing any limps or raises).

If they are both true then the first raise would be a raise first in.

Quote:
Originally Posted by suitedjustice
My HUD is not working on an ACR tourney this morning. It seems to be logging hands fine. I tried restarting HUD, stopping and starting getting hands, and closing and reopening the program and no luck.
Quote:
Originally Posted by suitedjustice
The HUD started working after around 25 hands. Would low memory cause that?
That could be a configuration/database issue so please send us a log file that has recorded this problem to us in a Support Ticket so we can see what is going on here and advise you accordingly:

Guide: How to Create & Submit a PokerTracker4.log File

- Rob
PokerTracker 4 for Windows & Mac OS X - 2+2 Support Thread Quote
03-20-2021 , 08:40 AM
Thanks.

So does flg_p_first_raise get a value of 1 if there are previous limpers?

I want a stat that gets a value of 1 only if it's an open (no previous limpers), not a generic preflop 2bet. Is there a stat called something like flg_p_open that tracks this?

This is the custom stat I am using:


Code:
sum(if[tourney_hand_player_statistics.flg_p_first_raise AND tourney_hand_player_statistics.flg_p_open_opp AND tourney_hand_player_statistics.amt_p_raise_made < .4*tourney_hand_player_statistics.amt_p_effective_stack, 1, 0])
This would not capture preflop 2bets where there are previous limpers, right? Because I have the stat filtered for flg_p_open_opp? I just want to capture true open opps (again, where there are no previous limpers).
PokerTracker 4 for Windows &amp; Mac OS X - 2+2 Support Thread Quote
03-20-2021 , 08:48 AM
also, does flg_p_limp get a value of 1 if the player in question has limped, or does it get a value of 1 if there are ANY limpers at all in the hand?
PokerTracker 4 for Windows &amp; Mac OS X - 2+2 Support Thread Quote
03-20-2021 , 08:54 AM
lastly, what is the difference between flg_steal_opp and flg_p_open_opp? Isn't a steal opportunity just an open opportunity?
PokerTracker 4 for Windows &amp; Mac OS X - 2+2 Support Thread Quote
03-20-2021 , 01:46 PM
Quote:
Originally Posted by jl121
So does flg_p_first_raise get a value of 1 if there are previous limpers?
Anything using flg is a boolean so it is either true or false and the number of limpers doesn't change anything with regards to flg_p_first_raise. A player either made the first raise preflop (tourney_hand_player_statistics.flg_p_first_raise) or they did not (NOT tourney_hand_player_statistics.flg_p_first_raise).

Quote:
Originally Posted by jl121
I want a stat that gets a value of 1 only if it's an open (no previous limpers), not a generic preflop 2bet. Is there a stat called something like flg_p_open that tracks this?

This is the custom stat I am using:

Code:
sum(if[tourney_hand_player_statistics.flg_p_first_raise AND tourney_hand_player_statistics.flg_p_open_opp AND tourney_hand_player_statistics.amt_p_raise_made < .4*tourney_hand_player_statistics.amt_p_effective_stack, 1, 0])
This would not capture preflop 2bets where there are previous limpers, right? Because I have the stat filtered for flg_p_open_opp? I just want to capture true open opps (again, where there are no previous limpers).
This will not count hands where there are limpers because tourney_hand_player_statistics.flg_p_open_opp is being used as well. If a player made the first raise preflop and opened the action it is impossible for there to be any limpers.

Quote:
Originally Posted by jl121
also, does flg_p_limp get a value of 1 if the player in question has limped, or does it get a value of 1 if there are ANY limpers at all in the hand?
It is specific to that player.

Quote:
Originally Posted by jl121
lastly, what is the difference between flg_steal_opp and flg_p_open_opp? Isn't a steal opportunity just an open opportunity?
Steal opportunities are only possible for players in the SB, BTN or CO positions.

- Rob
PokerTracker 4 for Windows &amp; Mac OS X - 2+2 Support Thread Quote
03-22-2021 , 03:41 PM
The positions of my HUD layout on Ipoker (bet365) are all messed up today. First session in a few weeks.

I reconfigured the layout but then opened some other tables and the layout wasn't saving, despite having clicking the "save layout" "apply layout to all tables" etc etc.

I've had a look around but this doesn't seem to be a known issue. I'm not sure what could be causing it, been grinding on 365 for a few years without any issues that I can recall.

0 issue with importation.
PokerTracker 4 for Windows &amp; Mac OS X - 2+2 Support Thread Quote
03-23-2021 , 07:18 AM
Quote:
Originally Posted by ShellysAshes
The positions of my HUD layout on Ipoker (bet365) are all messed up today. First session in a few weeks.

I reconfigured the layout but then opened some other tables and the layout wasn't saving, despite having clicking the "save layout" "apply layout to all tables" etc etc.

I've had a look around but this doesn't seem to be a known issue. I'm not sure what could be causing it, been grinding on 365 for a few years without any issues that I can recall.

0 issue with importation.
Please make sure you are using the latest version of PokerTracker 4. Also iPoker hand histories do not specify the table size in their hand histories so if you are playing MTTs and the table size is 8 seats then you will need to use the 'Treat As 8-max' option from the PT-icon menu on the table so that the correct size of profile is loaded before making any layout changes. If that is not the problem please report this to us in a Support Ticket with all relevant information and your log file:

Tutorial: Reporting A Problem

- Rob
PokerTracker 4 for Windows &amp; Mac OS X - 2+2 Support Thread Quote
03-24-2021 , 06:54 PM
There's any way to downgrade Notecaddy in PT4?

Last upadte a few days ago killed the seek function, that was not really working that great on the previous one but still better that nothing like now.

Ty
PokerTracker 4 for Windows &amp; Mac OS X - 2+2 Support Thread Quote
03-25-2021 , 06:21 AM
Quote:
Originally Posted by Hilips
There's any way to downgrade Notecaddy in PT4?

Last upadte a few days ago killed the seek function, that was not really working that great on the previous one but still better that nothing like now.
I don't know if that's possible but you can contact a member of the NoteCaddy team here for support.

- Rob
PokerTracker 4 for Windows &amp; Mac OS X - 2+2 Support Thread Quote
03-25-2021 , 03:55 PM
I need help getting my hands to import into the PT4 client please. I've been using pokertracker for years but only for table stats, mainly because "my hands" have never loaded for review but the stats load just fine at the tables. I just went to site configuration but not sure what to add or auto detect.
PokerTracker 4 for Windows &amp; Mac OS X - 2+2 Support Thread Quote
03-25-2021 , 11:21 PM
What is it that causes the HUD to not attach to tables? Ive had it work on 90% of my tables at times but cant attach to a few extra ones. Ive had it working and then just stop and disappear. Can be very frustrating and I dont think it's just a PT issue as sometimes table manager helpers wont be able to function as well.

Windows 10
PokerTracker 4 for Windows &amp; Mac OS X - 2+2 Support Thread Quote
03-26-2021 , 08:10 AM
Quote:
Originally Posted by PLO8joe
I need help getting my hands to import into the PT4 client please. I've been using pokertracker for years but only for table stats, mainly because "my hands" have never loaded for review but the stats load just fine at the tables. I just went to site configuration but not sure what to add or auto detect.
If the stats are loading and updating on the table then that data will be available to view in your PokerTracker 4 reports.

Make sure the correct player is selected if you are in the 'View Stats' section:

Guide: Changing the Active Player

Make sure you are in the correct section of PokerTracker 4 using the '$' or 'T' button as cash game data and tournament data are separate.

Make sure you have no filters or tags active:

Guide: Filters

Guide: Tagged Hands

If you have no filters/tags enabled try resetting the report to the default state. To do this, right click the empty hand report and choose 'Configure Report'. In the window that appears, click 'Restore to Default' and click 'OK'. If you need further assistance please attach a screenshot of what you are seeing on the tables and in PokerTracker 4 to a Support Ticket. Get the entire PokerTracker 4 window and don't zoom in on anything.

Quote:
Originally Posted by 1BigOT
What is it that causes the HUD to not attach to tables? Ive had it work on 90% of my tables at times but cant attach to a few extra ones. Ive had it working and then just stop and disappear. Can be very frustrating and I dont think it's just a PT issue as sometimes table manager helpers wont be able to function as well.
Make sure you are using the latest version of PokerTracker 4:

Download PokerTracker 4

otherwise please enable logging, reproduce this issue and send us your PokerTracker4.log file in a Support Ticket so we can see what's going on here and advise you accordingly.

- Rob
PokerTracker 4 for Windows &amp; Mac OS X - 2+2 Support Thread Quote
03-26-2021 , 08:52 PM
fixed it, thanks
PokerTracker 4 for Windows &amp; Mac OS X - 2+2 Support Thread Quote
03-28-2021 , 03:00 PM
I am having trouble with my HUD layout for Chico poker. I just got BOL card catcher and its is receiving the hands fine but the HUD layout is messed up. The tabs are in weird spots around the table, the ones I can even grab are barely visible but I cant even see the HUD tabs for the 3 players at the top of the screen. I only have stats on 5/8 players at the table.

How do I sync the PT4 layout to my table?
PokerTracker 4 for Windows &amp; Mac OS X - 2+2 Support Thread Quote
03-28-2021 , 09:49 PM
Is it at all possible to import hands from Ignition to PT4 on a Mac? I understand I can't use the card catcher, but is it possible to import them at all?

I appreciate your time.
PokerTracker 4 for Windows &amp; Mac OS X - 2+2 Support Thread Quote
03-29-2021 , 11:41 AM
Quote:
Originally Posted by ledn
I am having trouble with my HUD layout for Chico poker. I just got BOL card catcher and its is receiving the hands fine but the HUD layout is messed up. The tabs are in weird spots around the table, the ones I can even grab are barely visible but I cant even see the HUD tabs for the 3 players at the top of the screen. I only have stats on 5/8 players at the table.

How do I sync the PT4 layout to my table?
If some of the HUDs are not visible you should be able to work around this by changing a configuration setting in the PokerTracker.cfg file which you can change as follows:

1. Start PokerTracker 4.

2. Select "File > Open User Data Folder"

3. Close PokerTracker 4.

4. In the window that opened go to the Config folder and open the "PokerTracker.cfg" file in Notepad.

5.Find the section labelled [Hud] and add a line straight after that like this:

[Hud]
CoverOverlap=300

6. Save your change and that should give enough extra HUD area so that you can place the HUD stats wherever you like when you start PokerTracker 4 again but if they still get cut off you can try a higher value.

Quote:
Originally Posted by FortCollins
Is it at all possible to import hands from Ignition to PT4 on a Mac? I understand I can't use the card catcher, but is it possible to import them at all?
Yes. You can manually import downloaded hands from Ignition into PokerTracker 4 using 'Play Poker -> Get Hands From Disk':

Guide: Manual Import of Ignition (Bovada/Bodog) Hand Histories

- Rob
PokerTracker 4 for Windows &amp; Mac OS X - 2+2 Support Thread Quote
03-29-2021 , 01:42 PM
yesterday i was playing 2 tables on borgata.com and one had the hud working fine and the other no hud at all,,,i restarted hud a few times n same thing, i also busted the one without a hud n re entered and still no hud,,,i checked view active tables and under hud profile the one that was working said tournament default n the one without was just blank

any ideas why this occurred or how i could fix it?
PokerTracker 4 for Windows &amp; Mac OS X - 2+2 Support Thread Quote
03-30-2021 , 04:52 AM
Quote:
Originally Posted by tekku7181
yesterday i was playing 2 tables on borgata.com and one had the hud working fine and the other no hud at all,,,i restarted hud a few times n same thing, i also busted the one without a hud n re entered and still no hud,,,i checked view active tables and under hud profile the one that was working said tournament default n the one without was just blank

any ideas why this occurred or how i could fix it?
The integrated Hand Grabber is currently in beta and the development team are working to fix any issues that are reported to us so can you please enable logging in PokerTracker 4 (Configure -> Options -> Enable Logging) and if you have any problems in a future session attach your support bundle to a Support Ticket:

Guide: Creating a Support Bundle

- Rob
PokerTracker 4 for Windows &amp; Mac OS X - 2+2 Support Thread Quote
04-03-2021 , 12:10 PM
is there a way to create Holdem Hand Range Visualizer data for players other than Hero?
PokerTracker 4 for Windows &amp; Mac OS X - 2+2 Support Thread Quote

      
m