Blind vs Blind MTT

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

Moderators: WhiteRider, kraada, Flag_Hippo, morny, Moderators

Blind vs Blind MTT

Postby tacinho » Fri Apr 28, 2017 12:31 pm

Hello, i would like to develop stats for Blind vs Blind for MTT, meaning that in the hand could be between 10 and 2 players. BTN+ should open fold.
My code looks like that :D
Code: Select all
AND NOT tourney_hand_summary.str_actors_p LIKE '0%'
AND NOT tourney_hand_summary.str_actors_p LIKE '1%'
AND NOT tourney_hand_summary.str_actors_p LIKE '2%'
AND NOT tourney_hand_summary.str_actors_p LIKE '3%'
AND NOT tourney_hand_summary.str_actors_p LIKE '4%'
AND NOT tourney_hand_summary.str_actors_p LIKE '5%'
AND NOT tourney_hand_summary.str_actors_p LIKE '6%'
AND NOT tourney_hand_summary.str_actors_p LIKE '7%'


Could you please suggest me shorter version :D

Thank You!
tacinho
 
Posts: 27
Joined: Sun Sep 06, 2015 12:06 pm

Re: Blind vs Blind MTT

Postby potamito » Fri Apr 28, 2017 3:26 pm

if the action get folded around to the SB just use....

Code: Select all
tourney_hand_player_statistics.position = 9 and tourney_hand_player_statistics.flg_p_open_opp


That will isolate the time the SB had the opportunity to open up the pot and it could of been for either open raise or open limp, beyong that point you can build pretty much whatever you want.

Also check out your imbox, i sent u a PM, cheers.
potamito
 
Posts: 802
Joined: Wed Apr 21, 2010 4:20 pm


Return to Custom Stats, Reports and HUD Profiles

Who is online

Users browsing this forum: No registered users and 20 guests

cron
highfalutin