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!