fold 3bet

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

Moderators: WhiteRider, kraada, Flag_Hippo, morny, Moderators

fold 3bet

Postby plukhead » Thu Mar 25, 2021 10:54 am

hola necesito ayuda para modificar la stat fold 3bet (SB VS BB)para que solo contemple el fold ante 3bet < 1/3 del stack efectivo .gracias


(cnt_p_3bet_def_action_fold_SB_BB_tot / cnt_p_3bet_def_opp_when_open_raised_SB_BB_tot) * 100


sum(if[tourney_hand_player_statistics.position = 9
AND tourney_hand_summary.str_actors_p NOT LIKE '0%'
AND tourney_hand_player_statistics.enum_p_3bet_action='F'
AND tourney_hand_player_statistics.flg_p_first_raise , 1, 0])

sum(if[tourney_hand_player_statistics.position = 9
AND tourney_hand_summary.str_actors_p NOT LIKE '0%'
AND tourney_hand_player_statistics.flg_p_3bet_def_opp
AND tourney_hand_player_statistics.flg_p_first_raise , 1, 0])
plukhead
 
Posts: 117
Joined: Mon Sep 16, 2019 11:16 pm

Re: fold 3bet

Postby Flag_Hippo » Fri Mar 26, 2021 7:46 am

Add the size of the players 2Bet to the size of the 3Bet faced (the amount needed to call) and compare that to the players effective stack (divided by 3):

Code: Select all
AND (tourney_hand_player_statistics.amt_p_raise_made + tourney_hand_player_statistics.amt_p_3bet_facing) < (tourney_hand_player_statistics.amt_p_effective_stack / 3)
Flag_Hippo
Moderator
 
Posts: 14495
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 19 guests

cron
highfalutin