by Mr Tiger » Tue Feb 11, 2014 7:34 pm
I have some stats, which give different results in PT3 and PT4 with the same hands imported. I'm not 100% sure, that there are some differences, because the number of hands, which has been imported in PT4 DB is slightly more than in PT3 (same raw data), but I'm almost sure. The expressions (for stats and columns) are the same, so questions are only about field IDs (not sure if they are called so). I will be grateful, if somebody tells me, which of the following fields have the same meaning in PT3 and PT4 and which are different (and what is the difference):
(names are from PT4; in PT3 they are the same except: "cash_hand_player_statistics" in PT4 is "holdem_hand_player_statistics" in PT3)
lookup_actions_p.action = 'RF' (or 'XF' or 'RC' etc.)
lookup_actions_p.action LIKE 'RC_%' (and other variants)
cash_hand_player_statistics.flg_p_4bet
cash_hand_player_statistics.flg_p_4bet_opp
cash_hand_player_statistics.flg_p_4bet_def_opp
cash_hand_player_statistics.enum_face_allin='P'
cash_hand_player_statistics.enum_allin='P'
Comment:
holdem_hand_player_statistics.flg_p_4bet PT3 description: "If the player 4+ bet (any bet higher than 3 bet) pre-flop, this is set to true, otherwise it is false".
Does cash_hand_player_statistics.flg_p_4bet mean the same in PT4 or it counts only real 4bets (not 4+ bets)?