Most Usefull Hud stats for Spin and go

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

Moderators: WhiteRider, kraada, Flag_Hippo, morny, Moderators

Most Usefull Hud stats for Spin and go

Postby TheBloodyNines » Sun Apr 04, 2021 5:43 pm

Im curious to see what stats everyone finds the most usefull for spins. Id also like to know if there is a stat for how often a player open shoves from the small blind , and how oftena a player shoves over an open raise. obviously the 3bet stat on every hud kind of shows that. But im looking for specifically shoving over a raise . But any advice on usefull hud stats fpr spins, as well as how to u use them would be much appreciated!!
TheBloodyNines
 
Posts: 5
Joined: Mon Mar 15, 2021 6:32 am

Re: Most Usefull Hud stats for Spin and go

Postby Flag_Hippo » Mon Apr 05, 2021 6:25 am

TheBloodyNines wrote:Im curious to see what stats everyone finds the most usefull for spins. Id also like to know if there is a stat for how often a player open shoves from the small blind

I don't play Spins and you'll likely get better information/discussions on this type of subject by searching or posting in a strategy forum such as 2+2, PokerStrategy e.t.c.
TheBloodyNines wrote:Id also like to know if there is a stat for how often a player open shoves from the small blind

There is an 'Open Shove' custom statistic in the Download Warehouse. You can then set the position for the statistic using the "Item Properties" tab at the top right of the HUD Profile Editor window.
TheBloodyNines wrote:and how oftena a player shoves over an open raise. obviously the 3bet stat on every hud kind of shows that. But im looking for specifically shoving over a raise.

You can use this code in a custom column to count all-in 3Bets:

Code: Select all
sum(if[tourney_hand_player_statistics.flg_p_3bet AND (tourney_hand_player_statistics.amt_p_raise_made >= tourney_hand_player_statistics.amt_p_effective_stack), 1, 0])

To incorporate that into a statistic see this guide for the basics on custom statistics creation and this guide for a deeper walkthrough. The latter was written for PokerTracker 3 but the techniques all apply to PokerTracker 4, the interface is just slightly different.
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 23 guests

cron