Moderators: WhiteRider, kraada, Flag_Hippo, morny, Moderators
kraada wrote:You have to do it with a custom stat either way, but the value you care about is:
tourney_hand_player_statistics.amt_p_raise_made / tourney_hand_player_statistics.amt_p_effective_stack
That's the size of the player's first raise in terms of his effective stack.
So:
tourney_hand_player_statistics.amt_p_raise_made / tourney_hand_player_statistics.amt_p_effective_stack > .6 would be true when he raised to more than 60% of his effective stack.
So a 3bet more than 60% of effective stack column would look like:
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 > .6, 1, 0])
See this guide for the basics on custom statistics creation and this guide for a deeper walkthrough. The latter was written for PT4 but the techniques all apply to PT3, the interface is just slightly different.
Users browsing this forum: No registered users and 163 guests