Filters problem
Results 1 to 4 of 4

Thread: Filters problem

  1. #1
    Member
    Join Date
    Mar 2010
    Posts
    43

    Default Filters problem

    Hi,

    I would like to set a filter to review my push in heads up play with 8-12bb

    In the first window I set

    #players equal to 2

    stack (BB) between 8 and 12

    position small blind & button (since I don't know what HM recognize it)

    preflop action facing player: everything

    and in more filters:

    all in preflop=true


    is it correct? if it is, why no hand is displayed?
    thank you very much

  2. #2
    Senior Member fopah's Avatar
    Join Date
    Dec 2010
    Posts
    419

    Default

    Quote Originally Posted by gimmedimes View Post
    Hi,

    I would like to set a filter to review my push in heads up play with 8-12bb

    In the first window I set

    #players equal to 2

    stack (BB) between 8 and 12

    position small blind & button (since I don't know what HM recognize it)

    preflop action facing player: everything

    and in more filters:

    all in preflop=true


    is it correct? if it is, why no hand is displayed?
    thank you very much
    Hi,
    This is not quite correct because the all in stat only works when all in and called. Also the player # set to 2 will only show you hands when you are heads up.

  3. #3
    Member
    Join Date
    Mar 2010
    Posts
    43

    Default

    Quote Originally Posted by fopah View Post
    Hi,
    This is not quite correct because the all in stat only works when all in and called. Also the player # set to 2 will only show you hands when you are heads up.
    Yeah, I want to see stats in heads up play when I push! so what do you suggest to change?

  4. #4
    Senior Member fopah's Avatar
    Join Date
    Dec 2010
    Posts
    419

    Default

    I am afraid you cannot do this I have made some custom stats to get number of hands you have jammed.

    #hands Jammed preflop:
    PHP Code:
    <Stat GroupName="Default" ColumnName="jammed preflop" 
    ValueExpressions="sum(case when didPFR = true and phmisc.StackSize/bigblind = phmisc.betamountpreflop/GT.BigBlind or
     ph.PositionType_ID=0 and phmisc.StackSize/bigblind -1 = phmisc.betamountpreflop/GT.BigBlind or
     ph.PositionType_ID=1 and phmisc.StackSize/bigblind - 1 = phmisc.betamountpreflop/GT.BigBlind then 1 else 0 end) as jampf" 
    Evaluate="(jampf)" ColumnHeader="jammed preflop" ColumnFormat="0.0" ColumnWidth="61" Tooltip="% of times player sees a showdown when he sees the flop" /> 
    #of those jams that were called

    PHP Code:
    <Stat GroupName="Default" ColumnName="# jam called" 
    ValueExpressions="sum(case when didPFR = true and ph.StreetWentAllin = 1 then 1 else 0 end) as wenttoshowdown" 
    Evaluate="(wenttoshowdown)" ColumnHeader="# jam called" ColumnFormat="0.0" ColumnWidth="61" Tooltip="% of times player sees a showdown when he sees the flop" /> 
    % of those hands that were called
    PHP Code:
    <Stat GroupName="Default" ColumnName="% jam called" 
    ValueExpressions="sum(case when didPFR = true and ph.StreetWentAllin = 1 then 1 else 0 end) as test" 
    Evaluate="(wenttoshowdown*100.0/jampf)" ColumnHeader="% jam called" ColumnFormat="0.0" ColumnWidth="61" Tooltip="% of times player sees a showdown when he sees the flop" /> 
    These have not been tested thoroughly so beware.

Similar Threads

  1. Problem when using filters
    By GrindOnTheMind in forum Manager General
    Replies: 1
    Last Post: 12-24-2010, 06:24 AM
  2. problem with filters
    By saturn5ive in forum Manager General
    Replies: 2
    Last Post: 11-15-2010, 05:57 AM
  3. problem with filters
    By outside_lol in forum Manager General
    Replies: 14
    Last Post: 06-02-2010, 12:16 AM
  4. Problem with filters
    By m_hood115 in forum Leak Buster
    Replies: 1
    Last Post: 01-01-2010, 05:09 PM
  5. filters problem
    By ebdul18 in forum Manager General
    Replies: 2
    Last Post: 03-27-2009, 04:53 PM

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •