2x first in

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

Moderators: WhiteRider, kraada, Flag_Hippo, morny, Moderators

2x first in

Postby aramalho » Mon Feb 16, 2015 6:10 pm

Good evening Krada,

I've done some custom stats based on others available on the forum, but there's no clear information on this:
Goal:
Tournaments:
Minraise first in:

Open shove first in:

I'm just skilled enough to change position from 0 to,1,2,3, I hope you could help me building this stats, since the information available is very narrow.


For minraise first in, I tried to create a collumn that:
Minraise first in button:
cnt_p_minraise_firstin

Collumn:
cnt_p_minraise_firstin

sum(if[tourney_hand_player_statistics.val_p_raise_aggressor_pos=0 AND (tourney_hand_player_statistics.amt_p_raise_facing / tourney_blinds.amt_bb) <= 2.25, 1, 0])

This is clearly wrong, since PT4 is not accepting.

Could you please review,

Thank you so much in advance!
aramalho
 
Posts: 85
Joined: Tue Jul 10, 2012 10:21 am

Re: 2x first in

Postby kraada » Tue Feb 17, 2015 8:26 am

Just to be clear: are we looking for times someone made a minraise first in or faced a minraise from the person who was first in?
kraada
Moderator
 
Posts: 54431
Joined: Wed Mar 05, 2008 2:32 am
Location: NY

Re: 2x first in

Postby aramalho » Wed Feb 18, 2015 10:59 pm

We're looking for times someone made a minraise first in.
aramalho
 
Posts: 85
Joined: Tue Jul 10, 2012 10:21 am

Re: 2x first in

Postby kraada » Thu Feb 19, 2015 9:14 am

Then you don't want to be using amt_p_raise_facing - that's for the raise size that the player faced.

This gives you minraise first in:

sum(if[tourney_hand_player_statistics.flg_p_open_opp and tourney_hand_player_statistics.flg_p_first_raise and tourney_hand_player_statistics.amt_p_raise_made = 2 * tourney_blinds.amt_bb, 1, 0])
kraada
Moderator
 
Posts: 54431
Joined: Wed Mar 05, 2008 2:32 am
Location: NY

Re: 2x first in

Postby aramalho » Thu Feb 19, 2015 12:58 pm

Ok, so I created a column and pasted that and it worked, however,

Column ( correct )

cnt_p_minraise_firstin

sum(if[tourney_hand_player_statistics.flg_p_open_opp and tourney_hand_player_statistics.flg_p_first_raise and tourney_hand_player_statistics.amt_p_raise_made = 2 * tourney_blinds.amt_bb, 1, 0])

Stat ( wrong), what should I do in the stat?

cnt_p_minraise_firstin


Thank you for your time in advance!
aramalho
 
Posts: 85
Joined: Tue Jul 10, 2012 10:21 am

Re: 2x first in

Postby kraada » Thu Feb 19, 2015 2:30 pm

I'm not certain what you are saying - are you saying the values aren't adding up for you?
kraada
Moderator
 
Posts: 54431
Joined: Wed Mar 05, 2008 2:32 am
Location: NY

Re: 2x first in

Postby aramalho » Thu Feb 19, 2015 3:58 pm

You gave me a built column and I apretiate for that, but you didn't give me the statistic that I need to build using that column, could you do that please?


As you can see if I build the stat just copy pasting the column it will give no opportunities..
stat:
http://gyazo.com/2924baa9f7e9a21dc3aaaf0bb4540afb
column:
http://gyazo.com/b63b2a9f0089ab8761bb72d00a8103b3

gif:
http://gyazo.com/8b08c367e532ed82c78f5fbd497a5cc3

Thank you !! :)
aramalho
 
Posts: 85
Joined: Tue Jul 10, 2012 10:21 am

Re: 2x first in

Postby kraada » Thu Feb 19, 2015 5:06 pm

You don't need a custom column for the opportunities - any time you have a chance to open you have a chance to open the minimum - so you can use the default column cnt_p_open_opp as your denominator.
kraada
Moderator
 
Posts: 54431
Joined: Wed Mar 05, 2008 2:32 am
Location: NY

Re: 2x first in

Postby aramalho » Thu Feb 19, 2015 6:47 pm

Hello Kraada, sorry for being so rookie at this, you're probably losing your nerves atm. :P

it is still not working!


http://gyazo.com/bd83fd3ff039e61414a5df8c949bff17
aramalho
 
Posts: 85
Joined: Tue Jul 10, 2012 10:21 am

Re: 2x first in

Postby WhiteRider » Fri Feb 20, 2015 4:34 am

Double check that you have the column name exactly right, and try putting spaces around the division / sign.
WhiteRider
Moderator
 
Posts: 54018
Joined: Sat Jan 19, 2008 7:06 pm
Location: UK

Next

Return to Custom Stats, Reports and HUD Profiles

Who is online

Users browsing this forum: Majestic-12 [Bot] and 30 guests

cron
highfalutin