Search found 14494 matches

Return to advanced search

Re: Fold to 3B AFTER PFR by position line

You need to start working with columns and column expressions which are then used to create custom statistics - see this guide for the basics on custom statistics creation and this tutorial for a deeper walkthrough. While the latter was written for PokerTracker 3 and the user interface is different ...
by Flag_Hippo
Tue Apr 16, 2024 6:20 am
 
Forum: Custom Stats, Reports and HUD Profiles
Topic: Fold to 3B AFTER PFR by position line
Replies: 1
Views: 53

Re: 3Bet Size PF

cash_hand_player_statistics.amt_p_raise_made is the size of a players first preflop raise. If you want the size of their second preflop raise then you would need to use cash_hand_player_statistics.amt_p_raise_made_2 instead. Bear in mind players can cold 4bet so in those cases the 4bet size would b...
by Flag_Hippo
Mon Apr 15, 2024 1:15 pm
 
Forum: Custom Stats, Reports and HUD Profiles
Topic: 3Bet Size PF
Replies: 4
Views: 101

Re: Not saving any changes i made

So we can follow up with you on that please turn on 'Enable Logging' in PokerTracker 4 via 'Configure -> Options' and then restart PokerTracker 4. Next reproduce this issue by trying to save changs to a HUD Profile and then attach your support bundle to a Support Ticket . The support bundle is creat...
by Flag_Hippo
Mon Apr 15, 2024 1:14 pm
 
Forum: PokerTracker 4
Topic: Not saving any changes i made
Replies: 1
Views: 48

Re: PT4 not opening on mac 14.4.1 sonoma

Following the steps here should resolve the issue: Guide: macOS Privacy & Security Requirements (Resetting permissions) If not press/hold the 'Alt/Option' key while starting PokerTracker 4 to enable logging, reproduce the problem and then attach your log file to a Support Ticket where a technici...
by Flag_Hippo
Sun Apr 14, 2024 1:15 pm
 
Forum: PokerTracker 4
Topic: PT4 not opening on mac 14.4.1 sonoma
Replies: 1
Views: 58

Re: How to hide HUD on pokerstars?

That's good to hear :)
by Flag_Hippo
Sun Apr 14, 2024 1:15 pm
 
Forum: PokerTracker 4
Topic: How to hide HUD on pokerstars?
Replies: 13
Views: 3171

Re: 3Bet Size PF

cash_hand_player_statistics.amt_3bet_p will not validate as it doesn't exist in the PokerTracker 4 database schema. You would need to use the following expression instead:

Code: Select all
if[cash_hand_player_statistics.flg_p_3bet, cash_hand_player_statistics.amt_p_raise_made, 0]
by Flag_Hippo
Sun Apr 14, 2024 5:27 am
 
Forum: Custom Stats, Reports and HUD Profiles
Topic: 3Bet Size PF
Replies: 4
Views: 101

Re: Issues with results tracking iPoker Betsafe

Go to 'Database -> Currency', select any sessions/tournaments which have an exchange rate of -1 and click the 'Set Rates' button to fetch the correct exchange rates. Note that you can select a range of rows by holding shift and clicking the start/end and you can also select multiple ones individuall...
by Flag_Hippo
Sun Apr 14, 2024 5:26 am
 
Forum: PokerTracker 4
Topic: Issues with results tracking iPoker Betsafe
Replies: 1
Views: 65

Re: How to hide HUD on pokerstars?

It is working fine, I can see the stats and everything. I've already duplicated the profile and reverted some changes I did to see if it was fixed but didn't work. I've checked in every possible inch of the screen, and even with the window maximized it doesn't show up. I think I'll have to backup m...
by Flag_Hippo
Sun Apr 14, 2024 5:24 am
 
Forum: PokerTracker 4
Topic: How to hide HUD on pokerstars?
Replies: 13
Views: 3171

Re: Sb Limp First In Stat and SB limp fold to BB raise state

Hello, stats I am looking to accomplish adding to my HUD (or in the pop up). 1. is "SB Limp first in", so when it folds to the SB and the SB decides to Limp. 'Preflop Open Limp (Limp First In)' is available in the Download Warehouse and you can set the 'Position' property in the HUD Profi...
by Flag_Hippo
Sat Apr 13, 2024 6:13 am
 
Forum: Custom Stats, Reports and HUD Profiles
Topic: Sb Limp First In Stat and SB limp fold to BB raise state
Replies: 1
Views: 92

Re: Filter for showing when 3 bet very small/small stack to

I am looking to to create a filter for hands where Villain 3 bets short and with a very small stack to pot ratio. For instance villain has 20 or less BB If you want to filter based on a different players stack size then that's more complex and will require a subquery - for more on how SELECT works ...
by Flag_Hippo
Sat Apr 13, 2024 6:13 am
 
Forum: Custom Stats, Reports and HUD Profiles
Topic: Filter for showing when 3 bet very small/small stack to pot
Replies: 1
Views: 66
Next

Return to advanced search

cron
highfalutin