Search found 15795 matches

Return to advanced search

Re: Hud VP colour ranges

Are you playing on PokerStars? PokerStars rules only allow three color values so if that is the case then what you would need to do is set just two color conditions under "Color Ranges" and the third color will be the default color for the stat which will display for the undefined part of ...
by Flag_Hippo
Fri Apr 25, 2025 1:01 pm
 
Forum: Custom Stats, Reports and HUD Profiles
Topic: Hud VP colour ranges
Replies: 1
Views: 206

Re: Absolute Value for My C Won

To sum the total for the summary line use this expression for the custom statistics 'Summary Type':

Code: Select all
format_currency(amt_won_absolute, false, global_currency)
by Flag_Hippo
Fri Apr 25, 2025 12:59 pm
 
Forum: Custom Stats, Reports and HUD Profiles
Topic: Absolute Value for My C Won
Replies: 3
Views: 279

Re: Raise flop pot %

The size of a players first flop raise is:

Code: Select all
cash_hand_player_statistics.amt_f_raise_made
by Flag_Hippo
Fri Apr 25, 2025 12:58 pm
 
Forum: Custom Stats, Reports and HUD Profiles
Topic: Raise flop pot %
Replies: 2
Views: 246

Re: Filter One Pair low

You need to remove the (Made One Pair on Flop) condition by ungrouping the last filter:

Guide: Ungrouping Filters

and then removing it:

Guide: Removing Filters
by Flag_Hippo
Fri Apr 25, 2025 12:57 pm
 
Forum: PokerTracker 4
Topic: Filter One Pair low
Replies: 2
Views: 438

Re: filter

If you want all tournaments except bounty tournaments then add a filter for tournaments with a 'BOUNTY' or 'PROGBOUNT' flag and then NOT that filter:

Guide: NOT Filters
by Flag_Hippo
Fri Apr 25, 2025 5:45 am
 
Forum: PokerTracker 4
Topic: filter
Replies: 1
Views: 233

Re: Postgres sql update or not?

PostgreSQL v16 will have database performance improvements when compared to earlier versions. If you want to compare performance between the two in your case you can do a separate install of PostgreSQL v16 while keeping your existing v12 install & data.
by Flag_Hippo
Thu Apr 24, 2025 12:18 pm
 
Forum: PokerTracker 4
Topic: Postgres sql update or not?
Replies: 6
Views: 459

Re: VPIP with 70+ BB Stack

Everything validates correctly, and I saved the stat. However, in the HUD or in Reports, the stat just shows a dash (—) and no value is displayed. Rebuild your custom database cache via 'Database -> Database Management -> Rebuild Cache -> Custom Cache Rebuild'. But now I’d like to add a condition t...
by Flag_Hippo
Thu Apr 24, 2025 7:22 am
 
Forum: Custom Stats, Reports and HUD Profiles
Topic: VPIP with 70+ BB Stack
Replies: 4
Views: 560

Re: Coin Poker Hud

You can manually import hands emailed from CoinPoker inot PokerTracker 4 using 'Play Poker -> Get Hands From Disk'. To import hands while playing from CoinPoker and display a HUD requires a third-party hand converter to write the hand histories PokerTracker 4 needs.
by Flag_Hippo
Thu Apr 24, 2025 7:21 am
 
Forum: Custom Stats, Reports and HUD Profiles
Topic: Coin Poker Hud
Replies: 5
Views: 669

Re: Postgres sql update or not?

If you were using an older version of PostgreSQL I would recommend upgrading but if you are using PostgreSQL v12 and everything is working fine then you can continue using that. PokerTracker v4.18 did add support for PostgreSQL v16 if you do want to upgrade and we have a guide for that here: Guide: ...
by Flag_Hippo
Thu Apr 24, 2025 6:23 am
 
Forum: PokerTracker 4
Topic: Postgres sql update or not?
Replies: 6
Views: 459
Next

Return to advanced search

cron