Search found 15876 matches

Return to advanced search

Re: Custom AFq stats, similar to hand2note

That would require new custom columns:

Code: Select all
sum(if[cash_hand_player_statistics.flg_f_bet or cash_hand_player_statistics.cnt_f_raise > 0, 1, 0])

Code: Select all
sum(if[lookup_actions_f.action LIKE '_%', 1, 0])
by Flag_Hippo
Sun May 18, 2025 6:20 am
 
Forum: Custom Stats, Reports and HUD Profiles
Topic: Custom AFq stats, similar to hand2note
Replies: 8
Views: 1941

Re: importing hands from email

Hands emailed from CoinPoker support are supported and do not require a converter. If you are not using the latest version of PokerTracker 4 then please update it: Download PokerTracker 4 otherwise attach the hand history file that was emailed to you and is generating these errors to a Support Ticke...
by Flag_Hippo
Sun May 18, 2025 6:18 am
 
Forum: PokerTracker 4
Topic: importing hands from email
Replies: 5
Views: 1317

Re: importing hands from email

If you are not using the latest version of PokerTracker 4 then please update:

Download PokerTracker 4

otherwise attach the hand history file that's generating these errors to a Support Ticket.
by Flag_Hippo
Sat May 17, 2025 6:17 am
 
Forum: PokerTracker 4
Topic: importing hands from email
Replies: 5
Views: 1317

Re: Using Hand Range Visualizer to analyze population tenden

But I figure I have some incorrect filters applied since I get these results with a lot of hands without a hand value: The only filters you are using that are player specific are for effective stack, hole cards and not raising all-in. There are two showdown filters in PokerTracker 4 - one is for th...
by Flag_Hippo
Fri May 16, 2025 6:47 am
 
Forum: Custom Stats, Reports and HUD Profiles
Topic: Using Hand Range Visualizer to analyze population tendencies
Replies: 4
Views: 1132

Re: Custom AFq stats, similar to hand2note

I am not aware of an issue with that in PokerTracker 4. For example here is a small sample of hands for a player:

flop_actions.PNG
flop_actions.PNG (17.62 KiB) Viewed 1350 times

Flop AFq (including checks) on that sample would be:

(6 / 16) * 100 = 37.5%

Here are the results in PokerTracker 4 and Hand2Note for that sample of hands:

afq.PNG
afq.PNG (19.7 KiB) Viewed 1350 times
by Flag_Hippo
Fri May 16, 2025 6:41 am
 
Forum: Custom Stats, Reports and HUD Profiles
Topic: Custom AFq stats, similar to hand2note
Replies: 8
Views: 1941

Re: importing hands from email

Those hands are sent as an attachment so you should save that file to your computer and then import it into PokerTracker 4 using 'Play Poker -> Get Hands From Disk'.
by Flag_Hippo
Fri May 16, 2025 6:38 am
 
Forum: PokerTracker 4
Topic: importing hands from email
Replies: 5
Views: 1317

Re: Custom AFq stats, similar to hand2note

where it is said 'Cases(Flop Any Action) means the number of hands in which the player saw the flop'. That wouldn't be "the number of hands in which the player saw the flop" . It would be the total number of actions the player took on the flop. Can you please help me to convert it to poke...
by Flag_Hippo
Thu May 15, 2025 5:20 am
 
Forum: Custom Stats, Reports and HUD Profiles
Topic: Custom AFq stats, similar to hand2note
Replies: 8
Views: 1941

Re: pot size by street?

There is a 'Pot Sizes on each street' custom statistic in the Download Warehouse. Importing that will give you custom columns for the pot size on each street which you can then duplicate, divide by the size of the big blind (cash_limit.amt_bb) and then create new statistics with.
by Flag_Hippo
Thu May 15, 2025 5:19 am
 
Forum: Custom Stats, Reports and HUD Profiles
Topic: pot size by street?
Replies: 1
Views: 506

Re: Filter for squeeze

Assuming that's for 6max: cash_hand_summary.str_aggressors_p LIKE '83_%' and cash_hand_summary.str_actors_p LIKE '3__%' and substring(cash_hand_summary.str_aggressors_p from 3 for 1) = substring(cash_hand_summary.str_actors_p from 3 for 1) You can use this expression filter in a custom report by cli...
by Flag_Hippo
Thu May 15, 2025 5:18 am
 
Forum: PokerTracker 4
Topic: Filter for squeeze
Replies: 1
Views: 692

Re: transfer from drivehud

You can export and import using either format (iPoker or PokerStars) but this means that the hands will be treated as if they were from those sites and they will not import as Ignition, CoinPoker or Chico hands in PokerTracker 4.
by Flag_Hippo
Thu May 15, 2025 5:17 am
 
Forum: PokerTracker 4
Topic: transfer from drivehud
Replies: 6
Views: 2540
Next

Return to advanced search

cron
highfalutin