VPIP 20BB

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

Moderators: WhiteRider, kraada, Flag_Hippo, morny, Moderators

VPIP 20BB

Postby KAIOU » Fri Sep 03, 2021 12:27 pm

Hi, I need a stat for vpip 20 o similar and pfr and in case also rfi ai based on bb

To solve problem with 100 cap I have just removed a stat from a row and create a second pannel anyway.

Thank you for your help.
KAIOU
 
Posts: 72
Joined: Sat Mar 09, 2019 10:37 pm

Re: VPIP 20BB

Postby Flag_Hippo » Fri Sep 03, 2021 1:21 pm

I wouldn't recommend doing that for exactly 20BB and I'd suggest using a range rather than one specific size. For example when a player has an effective stack between 10 and 20 big blinds the following is true:

Code: Select all
(tourney_hand_player_statistics.amt_p_effective_stack / tourney_blinds.amt_bb) BETWEEN 10 and 20

You can change the 10 and 20 and otherwise reuse that code as needed to create other stats (change 'tourney' to 'cash' if that's for cash games).
Flag_Hippo
Moderator
 
Posts: 14440
Joined: Tue Jan 31, 2012 7:50 am

Re: VPIP 20BB

Postby KAIOU » Fri Sep 03, 2021 8:18 pm

Hi, thank you for your patience But I ignore everything I should do to create some stat with range 20-10

I tried to duplicate vpip but then the system deny me to create one with the code. where should I put this, regards
Attachments
20.png
KAIOU
 
Posts: 72
Joined: Sat Mar 09, 2019 10:37 pm

Re: VPIP 20BB

Postby Flag_Hippo » Sat Sep 04, 2021 5:00 am

You need to add the information to the column expressions first which we covered here previously. Please read this guide for the basics on custom statistics creation and this guide for a deeper walkthrough again to familiarise yourself with how this all works and if you need clarification on anything there let us know. This post also shows how to create a custom statistic by stack size.
Flag_Hippo
Moderator
 
Posts: 14440
Joined: Tue Jan 31, 2012 7:50 am

Re: VPIP 20BB

Postby KAIOU » Sat Sep 04, 2021 11:03 pm

I tried but I think it's much easier to read egypt hieroglyphs than pokertracker column modifications.

Most of range is base on 25/15 15/10, also 20/10 it doesn matter

Like vpip, 3bet , fold 3b and maybe rfi ai 20/10 , but the most important vpip and rfi ai 20/10

Any possibility of some customzation on download, on hm3 it was included because it was on hm2,
Anyway it's not so necessary because it clearly when someone short play differently from his general stat.

It was just to have a look.

I will try some other time thank you.
KAIOU
 
Posts: 72
Joined: Sat Mar 09, 2019 10:37 pm

SHARING STAT VPIP 20-10 O SIMILAR

Postby KAIOU » Mon Sep 06, 2021 9:55 am

I would suggest to upload some stat that is object of assistant just with hud

VPIP ANY KIND OF range 20-10 to modify
pfr any kind of range 20-10 or similar
3bet any kind of

Thank you .
Attachments
sharing.PNG
sharing.PNG (6.51 KiB) Viewed 1324 times
KAIOU
 
Posts: 72
Joined: Sat Mar 09, 2019 10:37 pm

Re: VPIP 20BB

Postby Flag_Hippo » Mon Sep 06, 2021 11:52 am

PFR columns duplicated and edited with the addition of the text in red for an effective stack of 10-20BB:

cnt_pfr_10_20

sum(if[tourney_hand_player_statistics.cnt_p_raise > 0 AND (tourney_hand_player_statistics.amt_p_effective_stack / tourney_blinds.amt_bb) BETWEEN 10 AND 20, 1, 0])

cnt_pfr_opp_10_20

sum(if[ lookup_actions_p.action LIKE '__%' OR (lookup_actions_p.action LIKE '_' AND (tourney_hand_player_statistics.amt_before > (tourney_blinds.amt_bb + tourney_hand_player_statistics.amt_ante)) AND (tourney_hand_player_statistics.amt_p_raise_facing < (tourney_hand_player_statistics.amt_before - (tourney_hand_player_statistics.amt_blind + tourney_hand_player_statistics.amt_ante))) AND (tourney_hand_player_statistics.flg_p_open_opp OR tourney_hand_player_statistics.cnt_p_face_limpers > 0 OR tourney_hand_player_statistics.flg_p_3bet_opp OR tourney_hand_player_statistics.flg_p_4bet_opp) ) AND (tourney_hand_player_statistics.amt_p_effective_stack / tourney_blinds.amt_bb) BETWEEN 10 AND 20, 1, 0])

New statistic created with the custom columns above:

(cnt_pfr_10_20 / cnt_pfr_opp_10_20) * 100

This same principle can be applied to create statistics based on stack sizes for other statistics.

PFR 10-20BB statistic attached below:
Attachments
PFR 10-20BB.zip
(789 Bytes) Downloaded 62 times
Flag_Hippo
Moderator
 
Posts: 14440
Joined: Tue Jan 31, 2012 7:50 am

Re: VPIP 20BB

Postby KAIOU » Mon Sep 06, 2021 4:07 pm

Thank you for your support I 've done with PFR and clicking valid it

And for BB range 10_20 is it valid too ?
KAIOU
 
Posts: 72
Joined: Sat Mar 09, 2019 10:37 pm

Re: VPIP 20BB

Postby KAIOU » Mon Sep 06, 2021 5:02 pm

It seems it worked also for vpip

And I will try tomorrow also for open shove. Thank you regards
Attachments
the best.PNG
KAIOU
 
Posts: 72
Joined: Sat Mar 09, 2019 10:37 pm

Re: VPIP 20BB

Postby KAIOU » Tue Sep 07, 2021 12:20 am

I re-check vpip 20/10 and it seems something get wrong and it is still my main interested stat, second ai , and 3bet

I don't know if this it's compatible with stars politics I hope so, but anyway as review to check difference behavior between me and the "others".

Thanks for all you have done.
KAIOU
 
Posts: 72
Joined: Sat Mar 09, 2019 10:37 pm

Next

Return to Custom Stats, Reports and HUD Profiles

Who is online

Users browsing this forum: sky44 and 18 guests

cron
highfalutin