coldcall vs position

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

Moderators: WhiteRider, kraada, Flag_Hippo, morny, Moderators

Re: coldcall vs position

Postby kraada » Thu Apr 10, 2014 2:16 pm

I think I may see why this is happening -- these stats look at 3bet opportunities not facing 2bets. I'm guessing what's happening is that you're facing a bunch of open shoves? Those would skew the numbers.
kraada
Moderator
 
Posts: 54431
Joined: Wed Mar 05, 2008 2:32 am
Location: NY

Re: coldcall vs position

Postby madsquare » Fri Apr 11, 2014 4:15 am

Hey,

good thinking. Since I play also cap, I will fix it.

However, the 2. point affects all other regs (in regular games). Many of whom have never touched cap. Openshoves in regular games are very rare. So presumably its something else.


edit:
Ive been pondering this. I think it may count situations where say CO opens & BU/SB 3bet

What do you think about that? Can we use the actors string to fix it? is there some ressource explaining the actors string?
madsquare
 
Posts: 26
Joined: Thu Dec 29, 2011 12:12 pm

Re: coldcall vs position

Postby kraada » Fri Apr 11, 2014 8:13 am

It shouldn't count for button he explicitly 3bet which you've excluded.

I do see you didn't actually specify a first action of a call though and you might want to do that to exclude cold 4bets. This would do it:

lookup_actions_p.action LIKE 'C%'
kraada
Moderator
 
Posts: 54431
Joined: Wed Mar 05, 2008 2:32 am
Location: NY

Re: coldcall vs position

Postby madsquare » Fri Apr 11, 2014 10:00 am

changing to look p actions made some small 0.x% differences.


Made an interesting find.
BBvSB is off 0.2%
BBvBU is off by 3.5%
BBvCO is off by 8%


it must be something about the players behind.
does the fold vs open stat count other situations than facing a an open cold?
madsquare
 
Posts: 26
Joined: Thu Dec 29, 2011 12:12 pm

Re: coldcall vs position

Postby madsquare » Fri Apr 11, 2014 10:23 am

Also this again
Image

it works if I set the positions in the hud profile editor to IP positions.

doesnt affect the same stats in reports
madsquare
 
Posts: 26
Joined: Thu Dec 29, 2011 12:12 pm

Re: coldcall vs position

Postby kraada » Fri Apr 11, 2014 12:04 pm

Well the BB is out of position relative to the button so you'll never see any data from being in position there.
kraada
Moderator
 
Posts: 54431
Joined: Wed Mar 05, 2008 2:32 am
Location: NY

Re: coldcall vs position

Postby madsquare » Fri Apr 11, 2014 12:24 pm

the stats are 'fold to BU open' type. Then they are filtered by position, in the hud profile editor. in the case of 0s its set to BB/SB. That used to work. Now it show 0s. If i set it to say BU, it works.
madsquare
 
Posts: 26
Joined: Thu Dec 29, 2011 12:12 pm

Re: coldcall vs position

Postby kraada » Fri Apr 11, 2014 2:20 pm

Oh you're not changing the Position property then?

Can you paste the exact expression you're using now?
kraada
Moderator
 
Posts: 54431
Joined: Wed Mar 05, 2008 2:32 am
Location: NY

Re: coldcall vs position

Postby madsquare » Sat Apr 12, 2014 2:27 am

Code: Select all
sum(if[cash_hand_summary.str_aggressors_p LIKE '82%' and
cash_hand_summary.str_actors_p LIKE '2%'
and lookup_actions_p.action LIKE 'C%'
and not(cash_hand_player_statistics.flg_p_squeeze_opp), 1, 0])
madsquare
 
Posts: 26
Joined: Thu Dec 29, 2011 12:12 pm

Re: coldcall vs position

Postby WhiteRider » Sat Apr 12, 2014 5:01 am

I can't see why that would yield zero results for all players in the blinds, although I'm not sure what you mean by this:

madsquare wrote:it works if I set the positions in the hud profile editor to IP positions.

Preflop stats do not have a concept of in or out of position, so that Hud option should not be set (it shouldn't actually be available for preflop stats).

If you don't get any data when you turn that option off please export your Hud group and attach it to a Support Ticket so that we can take a look at it and find out where the error is.

Please include a link to this thread in your ticket.
WhiteRider
Moderator
 
Posts: 54018
Joined: Sat Jan 19, 2008 7:06 pm
Location: UK

PreviousNext

Return to Custom Stats, Reports and HUD Profiles

Who is online

Users browsing this forum: No registered users and 18 guests

cron