Creating Stats for Different Raise Sizes

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

Moderators: WhiteRider, kraada, Flag_Hippo, morny, Moderators

Creating Stats for Different Raise Sizes

Postby weydahl » Thu Jun 21, 2018 5:23 am

I want to see how villain reacts to different types of raise sizes preflop (and postflop).
So I want a stat seeing how villain reacts to cbets only if the preflop raise was a minraise.

I thought this would work, but it didn't. And I don't understand why.
Stat Name: Flop_Fold_v_CB
code:
sum(if[lookup_positions.flg_bb
AND (lookup_actions_p.action = 'C')
AND (amt_p_2bet_facing / tourney_blinds.amt_bb <= 1.25)
AND (lookup_actions_f.action = 'XF')
,1, 0])

The problem seems to be the "AND (amt_p_2bet_facing / tourney_blinds.amt_bb <= 1.25)" line, but this line works in other custom stats I have.
weydahl
 
Posts: 21
Joined: Mon Mar 29, 2010 8:15 am

Re: Creating Stats for Different Raise Sizes

Postby Flag_Hippo » Thu Jun 21, 2018 6:39 am

You need to use tourney_hand_player_statistics.amt_p_2bet_facing instead of just amt_p_2bet_facing.
Flag_Hippo
Moderator
 
Posts: 14505
Joined: Tue Jan 31, 2012 7:50 am

Re: Creating Stats for Different Raise Sizes

Postby weydahl » Thu Jun 21, 2018 8:06 am

Thank you!
weydahl
 
Posts: 21
Joined: Mon Mar 29, 2010 8:15 am


Return to Custom Stats, Reports and HUD Profiles

Who is online

Users browsing this forum: dNver, Google [Bot] and 25 guests

cron
highfalutin