create stat with cap size vs OR

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

Moderators: WhiteRider, kraada, Flag_Hippo, morny, Moderators

create stat with cap size vs OR

Postby pokerdealce » Wed Jul 07, 2021 12:36 am

I want to create some stats. I need the stat '' call vs EP or (open raise)
call vs MP or
Call vs CO or
Call vs BU or
Call vs SB or
but it would be necessary to put a cap on it, that is, the OR size has to be equal to or less than 3.5 bb
thanks
pokerdealce
 
Posts: 21
Joined: Tue May 27, 2014 7:17 pm

Re: create stat with cap size vs OR

Postby Flag_Hippo » Wed Jul 07, 2021 6:07 am

There are built-in statistics called 'Call vs CO Open' & 'Call vs BTN Open' and you can use/edit the columns used for those as the basis for new custom statistics. See this guide for the basics on custom statistics creation and this guide for a deeper walkthrough.

You will see a reference in the built-in columns to the aggressors/actors strings and this post has more information on how the actors and aggressors strings work so you can edit the positions accordingly.

With regards to the size of the raise faced you can add this:

Code: Select all
((cash_hand_player_statistics.amt_p_2bet_facing / cash_limit.amt_bb) + (cash_hand_player_statistics.amt_blind / cash_limit.amt_bb)) < 3.5
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 27 guests

cron