Hi guys,
Just wondering if it were possible to create a stat for use on the HUD that provides info on whether villain open shoves, raises (non-shove) or limps (to trap) with a premium eg. AA, KK, QQ or AK please? Main issue is how do I add a specific hand to my open shove stat? I know I can do this in Notetracker but I am more after a quick and more accurate % of time stat on my HUD.
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])
Cheers in advance
Lee