I created a player column stat val_p_total_3bet sum(if[cash_hand_player_statistics.flg_p_3bet, cash_hand_player_statistics.amt_p_raise_made_2 / cash_limit.amt_bb, 0]) and a custom player stat Avg 3Bet Size if( cnt_p_3bet > 0, (val_p_total_3bet / cnt_p_3bet), 0 ) It gives an output but not the one I...
PokerTracker 4 does not calculate 'EV' - see this guide. There is a built-in statistic called 'All-In Equity Adjusted Amount' which will display the expected amount of chips won for qualifying all-in hands in a hand report.
A 'Raise' is any 2Bet so that will cover open raises & raises vs limper(s) from any position. A 'Steal' is an open raise from the cutoff, button or small blind.
I don't have any timelines for adding any new site support but if you have a sample of hands from these poker sites you can attach them to a Support Ticket here.
cnt_t_bet_def_action_fold_10more_MRP statistic 'not valid' by PT4 please what is happening in cnt_t_bet_def_action_fold_10more_MRP? That is not validating because there is a bracket mismatch so if you tidy those up the expression will validate. Check all the open and close brackets in your expressi...
when I just replace (lookup_actions_ t .action SIMILAR TO '(F|XF)%') with (lookup_actions_ r .action SIMILAR TO '( F|XF)%') the statistic is "not valid" If you remove the line breaks it will validate: cnt_r_bet_def_action_fold_10more sum(if[lookup_actions_f.action = 'X' AND lookup_actions...
So we can investigate this please turn on 'Enable Logging' in PokerTracker 4 via 'Configure -> Options' and then restart PokerTracker 4. Next reproduce the problem by going to restore from your backup file and then attach your support bundle to a Support Ticket along with a screenshot of your restor...