Fold Steal to Blind Reraise - not ok

PostgreSQL is the database server used to store information. Do you have a question or are you having problem with PostgreSQL? If so, post them here.

Moderator: Moderators

Fold Steal to Blind Reraise - not ok

Postby marvin » Thu Dec 23, 2010 1:30 pm

stat is:(cnt_steal_reraise_def_action_fold / cnt_steal_reraise_def_opp) * 100

cnt_steal_reraise_def_opp is:
sum(if[ tourney_holdem_hand_player_statistics.flg_steal_att AND tourney_holdem_hand_player_statistics.flg_p_3bet_def_opp, 1 , 0 ])
but in this case, if P1 att to steal and button 3bet, and then P1 fold... the reraise is not from blinds...
we have to add a condition about position of the stealer = P9 and P0 or if is possible, a check on the 3bettor position.
what do you think?
marvin
 
Posts: 327
Joined: Tue Jul 08, 2008 10:17 am

Re: Fold Steal to Blind Reraise - not ok

Postby kraada » Thu Dec 23, 2010 1:59 pm

The easiest way to add that would be to add a check that val_p_raise_aggressor_pos != 0 - in no case where you steal and face a 3-bet from the blinds should it ever be 0 for you.

That said, I'd rather have my stat count those here - it helps me decide when and how lightly to 3-bet vs that villain when he is stealing. But you can certainly make a slightly altered version of this statistic for yourself.
kraada
Moderator
 
Posts: 54431
Joined: Wed Mar 05, 2008 2:32 am
Location: NY

Re: Fold Steal to Blind Reraise - not ok

Postby Brainish » Thu Dec 23, 2010 6:52 pm

Does this mean Fold Steal to Blind Reraise is counting folds to a button reraise?
Brainish
 
Posts: 38
Joined: Fri Jan 25, 2008 11:37 pm

Re: Fold Steal to Blind Reraise - not ok

Postby kraada » Thu Dec 23, 2010 7:09 pm

Currently, yes.
kraada
Moderator
 
Posts: 54431
Joined: Wed Mar 05, 2008 2:32 am
Location: NY

Re: Fold Steal to Blind Reraise - not ok

Postby Brainish » Fri Feb 04, 2011 7:37 pm

kraada wrote:Currently, yes.

No notes about being fixed in the latest beta. Is this scheduled to be changed soon?
Brainish
 
Posts: 38
Joined: Fri Jan 25, 2008 11:37 pm

Re: Fold Steal to Blind Reraise - not ok

Postby kraada » Sat Feb 05, 2011 9:47 am

It is currently not possible to simply exclude just the button reraises, so I do not expect that this will be changed in the short term future, though this will be able to be fixed in the slightly longer term future once a few improvements have been made to the database.
kraada
Moderator
 
Posts: 54431
Joined: Wed Mar 05, 2008 2:32 am
Location: NY


Return to PostgreSQL [Read Only]

Who is online

Users browsing this forum: No registered users and 19 guests

cron