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...
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'.
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...
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.
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...
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.
You have specifically referenced 'AFq' in this thread but your formulas are for 'AF' so I am a bit confused. If you are actually looking at 'AFq' statistics then they will not give the same results as they have different definitions in each program.
When you installed PokerTracker 4 did it ask if it could install PostgreSQL (the program where PokerTracker 4 stores your poker data) for you? If so at the end of the install did it say it installed sucessfully or not? Do you see PostgreSQL in your Applications folder? If PostgreSQL isn't installed ...