Open shov - 15-20 bb's ; 10-15 bb's & 1-10bb's

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

Moderators: WhiteRider, kraada, Flag_Hippo, morny, Moderators

Open shov - 15-20 bb's ; 10-15 bb's & 1-10bb's

Postby TRFelicio » Sat Sep 08, 2018 8:05 am

Hi Guys,

I found a state already requested for open Shoves. However, I would like to understand how can I split this state to give me the information depending on the amount of Big Blinds Vilan have.


My goal was to have something like:
- Open shove: 15-20 bb's
- Open shove: 10-15 bb's
- Open shove: 1-10 bb's


Can you please advise if this is something possible to the set?

Thanks,
TRFelicio
 
Posts: 21
Joined: Wed May 17, 2017 1:11 pm

Re: Open shov - 15-20 bb's ; 10-15 bb's & 1-10bb's

Postby Flag_Hippo » Sun Sep 09, 2018 6:30 am

There is an example of that here.
Flag_Hippo
Moderator
 
Posts: 14507
Joined: Tue Jan 31, 2012 7:50 am

Re: Open shov - 15-20 bb's ; 10-15 bb's & 1-10bb's

Postby TRFelicio » Sat Sep 29, 2018 9:30 am

Thanks, the example make much sense of how to build custom stats.
Unfortunately following your guidance on step one (below), I could not find the expression for the open shove - "cnt_p_open_shove" - on the "search".

Is it due to be a statistic manually added?

"If you want to modify for example the Stat PFR, go to Statistics under the Configuration Window, Search for the Stat PFR (click on the Stat),
Now you see on the right side the Stat and "Value Expression": (cnt_pfr / cnt_pfr_opp) * 100

1st Step: copy "cnt_pfr". Now click on the top right on "Columns" and paste it into the "Search:" window on the bottom left.
Select the exact Column ("cnt_pfr"). Now you should see this Expression on the right side:
Code: Select all
sum(if[tourney_hand_player_statistics.cnt_p_raise > 0, 1, 0])"

I was able to do the example you show for PFR, but for this specific statistic I could not.

Please let me know your thoughts.

Thanks,
TRFelicio
 
Posts: 21
Joined: Wed May 17, 2017 1:11 pm

Re: Open shov - 15-20 bb's ; 10-15 bb's & 1-10bb's

Postby Flag_Hippo » Sun Sep 30, 2018 5:26 am

TRFelicio wrote:Unfortunately following your guidance on step one (below), I could not find the expression for the open shove - "cnt_p_open_shove" - on the "search".

From your first post it sounds like you already have a custom statistic for 'Open Shove' so go to 'Configure -> Statistics -> Stats' and select your open shove custom statistic. Once it's selected you can see what the column names are for this stat on the 'Definition' tab under 'Value Expression:'.
Flag_Hippo
Moderator
 
Posts: 14507
Joined: Tue Jan 31, 2012 7:50 am

Re: Open shov - 15-20 bb's ; 10-15 bb's & 1-10bb's

Postby TRFelicio » Sat Nov 24, 2018 7:09 am

Either way, the expression is much complex than the PFR shown in the previous example.

Are you able to clarify what should be added to the standard expression for open shove below,

sum(if[tourney_hand_player_statistics.amt_p_raise_made >= tourney_hand_player_statistics.amt_p_effective_stack and tourney_hand_player_statistics.flg_p_first_raise and tourney_hand_player_statistics.flg_p_open_opp, 1, 0])

Your help will be much appreciated.

Thanks,
TRFelicio
 
Posts: 21
Joined: Wed May 17, 2017 1:11 pm

Re: Open shov - 15-20 bb's ; 10-15 bb's & 1-10bb's

Postby Flag_Hippo » Sun Nov 25, 2018 8:03 am

sum(if[tourney_hand_player_statistics.amt_p_raise_made >= tourney_hand_player_statistics.amt_p_effective_stack and tourney_hand_player_statistics.flg_p_first_raise and tourney_hand_player_statistics.flg_p_open_opp and (tourney_hand_player_statistics.amt_p_effective_stack / tourney_blinds.amt_bb) between 15 AND 20, 1, 0])
Flag_Hippo
Moderator
 
Posts: 14507
Joined: Tue Jan 31, 2012 7:50 am

Re: Open shov - 15-20 bb's ; 10-15 bb's & 1-10bb's

Postby TRFelicio » Wed Dec 12, 2018 2:40 pm

Hi Hippo,

I added the expression in red you provide and it says "The statement is not valid SQL".


Are you able to verify on your side where is the error?

Thanks,
TRFelicio
 
Posts: 21
Joined: Wed May 17, 2017 1:11 pm

Re: Open shov - 15-20 bb's ; 10-15 bb's & 1-10bb's

Postby Flag_Hippo » Thu Dec 13, 2018 8:47 am

The code I posted works:

valid.PNG

Please attach your own screenshot here or in a Support Ticket.
Flag_Hippo
Moderator
 
Posts: 14507
Joined: Tue Jan 31, 2012 7:50 am

Re: Open shov - 15-20 bb's ; 10-15 bb's & 1-10bb's

Postby TRFelicio » Sat Dec 15, 2018 12:00 pm

Hi,

I tried once again and it work out. Do not know why it gave error previously.

Thank you once again
TRFelicio
 
Posts: 21
Joined: Wed May 17, 2017 1:11 pm

Re: Open shov - 15-20 bb's ; 10-15 bb's & 1-10bb's

Postby WhiteRider » Sat Dec 15, 2018 1:04 pm

That's good to hear - thanks for confirming!
WhiteRider
Moderator
 
Posts: 53972
Joined: Sat Jan 19, 2008 7:06 pm
Location: UK


Return to Custom Stats, Reports and HUD Profiles

Who is online

Users browsing this forum: No registered users and 30 guests

cron
highfalutin