avg sizing OR BU

Discuss how to create custom stats, reports and HUD profiles and share your creations.

Moderators: WhiteRider, kraada, Flag_Hippo, morny, Moderators

avg sizing OR BU

Postby plukhead » Thu Jun 16, 2022 11:05 am

hola necesito ayuda para crear una stats que me arroje el promedio de sizing de OPEN RAISE en big Blind desde buton ,teniendo en cuenta solo los OPEN RAISE menores a 5 BB,lo intente de la siguiente manera

pl_avg_sizing_bu_or / pl_bu_or

colum 1 "pl_avg_sizing_bu_or"= sum(if[(tourney_hand_player_statistics.position=0
AND (tourney_hand_player_statistics.amt_p_raise_made * 1.0 / tourney_blinds.amt_bb) < 5)
AND tourney_hand_player_statistics.cnt_p_raise > 0 , tourney_hand_player_statistics.val_p_raise_made_pct, 0])

colum 2 "pl_bu_or" = sum(if[tourney_hand_player_statistics.position=0
AND tourney_hand_player_statistics.flg_p_first_raise
AND (tourney_hand_player_statistics.amt_p_raise_made * 1.0 / tourney_blinds.amt_bb) < 5
, 1, 0])

no se cual es el error
plukhead
 
Posts: 116
Joined: Mon Sep 16, 2019 11:16 pm

Re: avg sizing OR BU

Postby Flag_Hippo » Thu Jun 16, 2022 12:46 pm

pl_avg_sizing_bu_or
Code: Select all
sum(if[(tourney_hand_player_statistics.position = 0 AND (tourney_hand_player_statistics.amt_p_raise_made / tourney_blinds.amt_bb) < 5) AND tourney_hand_player_statistics.flg_p_first_raise AND tourney_hand_player_statistics.flg_p_open_opp, (tourney_hand_player_statistics.amt_p_raise_made / tourney_blinds.amt_bb), 0])

pl_bu_or
Code: Select all
sum(if[tourney_hand_player_statistics.position = 0 AND tourney_hand_player_statistics.flg_p_first_raise AND tourney_hand_player_statistics.flg_p_open_opp AND (tourney_hand_player_statistics.amt_p_raise_made / tourney_blinds.amt_bb) < 5, 1, 0])
Flag_Hippo
Moderator
 
Posts: 14441
Joined: Tue Jan 31, 2012 7:50 am


Return to Custom Stats, Reports and HUD Profiles

Who is online

Users browsing this forum: No registered users and 24 guests

cron
highfalutin