Good morning,
I need to create new statistics, like "cbet flop when there is one A on the flop". How I can tell to PT4 that the cbet is refered only situation with A on flop?
The screenshot shows the normal statistic. What have I add?
Thank you!
Moderators: WhiteRider, kraada, Flag_Hippo, morny, Moderators
tourney_hand_summary.card_1 > 0 AND ((tourney_hand_summary.card_1 % 13) = 0 AND (tourney_hand_summary.card_2 % 13) !=0 AND (tourney_hand_summary.card_3 % 13) !=0) OR ((tourney_hand_summary.card_2 % 13) = 0 AND (tourney_hand_summary.card_1 % 13) !=0 AND (tourney_hand_summary.card_3 % 13) !=0) OR ((tourney_hand_summary.card_3 % 13) = 0 AND (tourney_hand_summary.card_1 % 13) !=0 AND (tourney_hand_summary.card_2 % 13) !=0)
Return to Custom Stats, Reports and HUD Profiles
Users browsing this forum: No registered users and 39 guests