by plukhead » Tue Mar 26, 2024 6:42 pm
(pl_bb2 / pl_bb)*100
pl_bb2= sum(if[tourney_hand_player_statistics.position = 8 AND
(tourney_hand_player_statistics.amt_p_effective_stack * 1.0 / tourney_blinds.amt_bb) < 20
AND (tourney_hand_player_statistics.amt_p_effective_stack * 1.0 / tourney_blinds.amt_bb) >= 16 and tourney_hand_player_statistics.amt_f_raise_facing > 0, 1, 0])
pl_bb= sum(if[tourney_hand_player_statistics.position = 8 and(tourney_hand_player_statistics.amt_p_effective_stack * 1.0 / tourney_blinds.amt_bb) < 20
AND (tourney_hand_player_statistics.amt_p_effective_stack * 1.0 / tourney_blinds.amt_bb) >= 16, 1, 0])
esta estadistica es solo un ejemplo simple ,la creo y no aparece en el buscador del holdem hand range visualizer...esta hecha en "player" format type = percent