Fold on a push after isolate 2 max

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

Moderators: WhiteRider, kraada, Flag_Hippo, morny, Moderators

Fold on a push after isolate 2 max

Postby TIGANCIC » Sat Feb 01, 2025 5:47 pm

Fold on a push after isolate 2 max
sb limp
bb isolate
sb push
bb fold
Code: Select all
sum(if[tourney_hand_player_statistics.position = 8
    AND  tourney_hand_summary.cnt_players = 2
    AND  tourney_hand_player_statistics.cnt_p_face_limpers = 1
    AND  (tourney_hand_player_statistics.amt_p_raise_made / tourney_blinds.amt_bb) BETWEEN 2 AND 3.5
    AND (tourney_hand_player_statistics.amt_p_3bet_facing + tourney_hand_player_statistics.amt_p_raise_made) >= tourney_hand_player_statistics.amt_p_effective_stack
    AND lookup_actions_p.action = '%F%', 1, 0])

Code: Select all
sum(if[tourney_hand_player_statistics.position = 8
    AND  tourney_hand_summary.cnt_players = 2
    AND  tourney_hand_player_statistics.cnt_p_face_limpers = 1
    AND  (tourney_hand_player_statistics.amt_p_raise_made / tourney_blinds.amt_bb) BETWEEN 2 AND 3.5
    AND (tourney_hand_player_statistics.amt_p_3bet_facing + tourney_hand_player_statistics.amt_p_raise_made) >= tourney_hand_player_statistics.amt_p_effective_stack', 1, 0])

what's wrong?

Looks like I found a mistake. I need to replace AND lookup_actions_p.action = '%F%' on
AND tourney_hand_player_statistics.enum_p_3bet_action = 'F'
TIGANCIC
 
Posts: 58
Joined: Fri Dec 20, 2024 8:00 am

Re: Fold on a push after isolate 2 max

Postby Ventilatorrr » Sun Feb 02, 2025 11:54 am

Yeah, using tourney_hand_player_statistics.enum_p_3bet_action = 'F' looks correct. I guess you could also use lookup_actions_p.action = 'RF' instead.
Ventilatorrr
Moderator
 
Posts: 93
Joined: Sun Jul 19, 2015 12:39 pm


Return to Custom Stats, Reports and HUD Profiles

Who is online

Users browsing this forum: No registered users and 63 guests

cron