Page 1 of 1
holden hand range visualizer
Posted:
Tue Mar 26, 2024 11:32 am
by plukhead
hola, necesito saber que condiciones debe cumplir una custom stats para poder utilizarla en el holden hand range visualizer.Algunas de las stats que cree aparecen en el buscador del holdem hand range visualizer pero otras no aparecen para poder seleccionarlas.Pueden ayudarme .Gracias
Re: holden hand range visualizer
Posted:
Tue Mar 26, 2024 2:07 pm
by Flag_Hippo
Please attach an example of a statistic you've created that you can't add to the Holdem Hand Range Visualizer.
Re: holden hand range visualizer
Posted:
Tue Mar 26, 2024 6:42 pm
by plukhead
(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
Re: holden hand range visualizer
Posted:
Wed Mar 27, 2024 6:48 am
by Flag_Hippo
Change the value expression to:
- Code: Select all
(pl_bb2 / pl_bb) * 100
Re: holden hand range visualizer
Posted:
Tue Apr 02, 2024 9:33 pm
by plukhead
solucionado.gracias.Otra pregunta...existe alguna manera de aplicar filtros cronológicos que impacten en la matriz de rangos del holdem hand range visualizer? por que los filtros simples impactan en el reporte de manos que esta por debajo de la matriz de rangos pero no en la matriz
Re: holden hand range visualizer
Posted:
Wed Apr 03, 2024 2:40 am
by Flag_Hippo
That sounds like a known issue. If you open a
Support Ticket providing more specific details then we can see if that's the case here or not:
Tutorial: Reporting A Problem