Moderators: WhiteRider, kraada, Flag_Hippo, morny, Moderators
Flag_Hippo wrote:Yes that can be done with a custom statistic - see this guide for the basics on custom statistics creation and this guide for a deeper walkthrough. While the latter was written for PokerTracker 3 and the user interface is different the techniques still apply to PokerTracker 4. There may also be some examples if you search this forum or the Download Warehouse.
Flag_Hippo wrote:Where are you having trouble? Do you need something from the guides clarified? If you post what you have created so far we can give guidance on how to proceed.
kaisefranz8 wrote:Perhaps the statistic I am looking for is the float turn OOP
kaisefranz8 wrote:or does the float imply that there was a continuation bet on the flop?
sum(if[ (lookup_actions_p.action = 'C' OR lookup_actions_p.action = 'CC') AND tourney_hand_player_statistics.flg_p_face_raise AND tourney_hand_player_statistics.flg_f_open_opp AND char_length(tourney_hand_summary.str_aggressors_p) = 2 AND ((tourney_hand_summary.cnt_players > 2 AND substring(tourney_hand_summary.str_aggressors_p from 2 for 1)::int > tourney_hand_player_statistics.position) OR (tourney_hand_summary.cnt_players = 2 AND tourney_hand_player_statistics.flg_f_has_position)), 1, 0])
kaisefranz8 wrote:is there a guide to understanding each part of the code that makes up the column? also so I can create other statistics.
kaisefranz8 wrote:if this meanwhile can be simplified just to be used for cash.
kaisefranz8 wrote:finally i did not understand if i need to add or replace lookup_actions_f.action = 'X'
kaisefranz8 wrote:and what does the last sentence mean "You can then use cash_hand_player_statistics.flg_t_bet or cash_hand_player_statistics.flg_t_open_opp to establish whether the player bet the turn or had the opportunity to bet the turn.
Flag_Hippo wrote:sum(if[ (lookup_actions_p.action = 'C' OR lookup_actions_p.action = 'CC')
Return to Custom Stats, Reports and HUD Profiles
Users browsing this forum: No registered users and 26 guests