Search found 15105 matches

Return to advanced search

Re: Not Standard statistic

If that's for use in the HUD you can add text via the HUD Profile Editor:

Guide: Configuring HUD Stats
by Flag_Hippo
Mon Nov 04, 2024 7:52 am
 
Forum: PT4 Feature Requests
Topic: Not Standard statistic
Replies: 1
Views: 89

Re: Problem after update 18.4

So we can investigate that and follow up with you please turn on 'Enable Logging' in PokerTracker 4 via 'Configure -> Options' and then restart PokerTracker 4. Next reproduce this freeze and then grab your log file and attach that to a Support Ticket : C:\Users\{Windows Login}\AppData\Local\PokerTra...
by Flag_Hippo
Sat Nov 02, 2024 2:21 pm
 
Forum: PokerTracker 4
Topic: Problem after update 18.4
Replies: 3
Views: 258

Re: Filtering Specific villains in specific position

tourney_hand_player_statistics.id_hand in (SELECT thps.id_hand from tourney_hand_player_statistics thps, player p where thps.position = 8 and thps.id_player = p.id_player and p.player_name = 'Villain') When using this expression filter replace Villain with the screen name and leave the single quote...
by Flag_Hippo
Sat Nov 02, 2024 7:24 am
 
Forum: Custom Stats, Reports and HUD Profiles
Topic: Filtering Specific villains in specific position
Replies: 2
Views: 244

Re: column size cbet between 2 sizes

Have everything in lowercase and that should fix it:

Code: Select all
cash_hand_player_statistics.flg_f_cbet and cash_hand_player_statistics.val_f_bet_made_pct >= 79 and cash_hand_player_statistics.val_f_bet_made_pct < 90
by Flag_Hippo
Sat Nov 02, 2024 7:24 am
 
Forum: Custom Stats, Reports and HUD Profiles
Topic: column size cbet between 2 sizes
Replies: 3
Views: 449

Re: Results Issue

I recently started playing on a new iPoker skin. Everything looks as though it's set up correctly, and my HUD shows up fine. I played my first session, and was up slightly - around 5euros or something. However, PT4 is showing as a losing session, and I can't figure out why. Go to 'Database -> Curre...
by Flag_Hippo
Sat Nov 02, 2024 7:23 am
 
Forum: PokerTracker 4
Topic: Results Issue
Replies: 1
Views: 214

Re: PT4 DB Query to Python

You can query the database outside of PokerTracker 4 using another tool such as Python however please note that this is beyond the scope of our support.
by Flag_Hippo
Sat Nov 02, 2024 7:22 am
 
Forum: PokerTracker 4
Topic: PT4 DB Query to Python
Replies: 1
Views: 203

Re: GG poker import hand

Have you selected the correct player in PokerTracker 4? Your name in GGPoker hand histories is 'Hero' regardless of your actual name on the site: Guide: Changing the Active Player If you have selected the correct player then make sure you have no filters active that would prevent the data from appea...
by Flag_Hippo
Sat Nov 02, 2024 7:18 am
 
Forum: PokerTracker 4
Topic: GG poker import hand
Replies: 1
Views: 168

Re: Custom statistic not working as intended

So, now the statistic goes: ( cnt_p_bb_v_sb_fold_nai / (cnt_p_bb_v_sb_fold_nai+ cnt_p_bb_v_sb_call_NAI+cnt_p_bb_v_sb_call + cnt_p_bb_v_sb_3bet ) ) * 100 Do you think it will work as intended now? Thanks again! Edit: actually, i got something wrong and edited the post. That's still not going to calc...
by Flag_Hippo
Fri Nov 01, 2024 7:12 am
 
Forum: Custom Stats, Reports and HUD Profiles
Topic: Custom statistic not working as intended
Replies: 5
Views: 771

Re: column size cbet between 2 sizes

Onani wrote:Hello, I am creating these columns, how could I make one that is, for example, size equal to or greater than 66% pot and less than 75% pot?

That would be:

Code: Select all
cash_hand_player_statistics.val_f_bet_made_pct >= 66 and cash_hand_player_statistics.val_f_bet_made_pct < 75
by Flag_Hippo
Fri Nov 01, 2024 7:11 am
 
Forum: Custom Stats, Reports and HUD Profiles
Topic: column size cbet between 2 sizes
Replies: 3
Views: 449

Re: wpn ( marking hands during blitz )

This list displays the most recent hands that were imported. While on regular tables this will always be the last hand Hero played this doesn't apply on fast fold tables where hands that you fast folded can be completed some time later by the players that were still playing those hands. For fast fol...
by Flag_Hippo
Fri Nov 01, 2024 7:07 am
 
Forum: PokerTracker 4
Topic: wpn ( marking hands during blitz )
Replies: 2
Views: 687
Next

Return to advanced search

cron
highfalutin