Bet turn in limped pot

Discuss how to create custom stats, reports and HUD profiles and share your creations.

Moderators: WhiteRider, kraada, Flag_Hippo, morny, Moderators

Bet turn in limped pot

Postby DJSpinThat » Fri Feb 24, 2017 6:09 pm

Hi, i'm trying to make a stat where a player bets the turn in a limped pot after the flop goes check check, the following doesn't seem to be picking this stat up.

Bet Turn (limp pot)

(cnt_t_bet_limp_pot / cnt_t_open_opp_limp_pot) * 100

cnt_t_bet_limp_pot:
sum(if[tourney_hand_player_statistics.flg_t_bet AND
NOT(tourney_hand_player_statistics.flg_p_face_raise) and lookup_actions_f.action=‘X’, 1, 0])

cnt_t_open_opp_limp_pot
sum(if[tourney_hand_player_statistics.flg_t_open_opp AND
not(tourney_hand_player_statistics.flg_p_face_raise) and lookup_actions_f.action=‘X’, 1, 0])
DJSpinThat
 
Posts: 70
Joined: Mon Aug 18, 2014 5:49 pm

Re: Bet turn in limped pot

Postby potamito » Fri Feb 24, 2017 6:45 pm

Try this...

cnt_t_bet_limp_pot:
Code: Select all
sum(if[char_length(tourney_hand_summary.str_aggressors_p) = 1 and tourney_hand_player_statistics.flg_t_bet and lookup_actions_f.action = ‘X’, 1, 0])
potamito
 
Posts: 802
Joined: Wed Apr 21, 2010 4:20 pm

Re: Bet turn in limped pot

Postby Flag_Hippo » Sat Feb 25, 2017 8:21 am

Your codes won't validate with the smart quotes so use this instead:

Code: Select all
sum(if[char_length(tourney_hand_summary.str_aggressors_p) = 1 and tourney_hand_player_statistics.flg_t_bet and lookup_actions_f.action = 'X', 1, 0])

If either of you are on a Mac you need to be aware of this issue in PokerTracker v4.14.22.
Flag_Hippo
Moderator
 
Posts: 14441
Joined: Tue Jan 31, 2012 7:50 am


Return to Custom Stats, Reports and HUD Profiles

Who is online

Users browsing this forum: No registered users and 25 guests

cron