question about filters
Results 1 to 7 of 7
  1. #1
    Junior Member
    Join Date
    Jun 2023
    Posts
    8

    Default question about filters

    hello I would like very specific filters to work on my game.

    I have several questions:
    -is there a filter to force a position to fold preflop?
    -What is "positionstring" used for?
    - what is PositionAsint and what are these arguments
    - what is the difference between 3betpot and 3betpotplus

    THANKS !

  2. #2
    Junior Member
    Join Date
    Jun 2023
    Posts
    8

    Default

    here is my problem I want to make symmetrical filters position by position for example SB (hero) vs BU (vilain)
    BU(hero) vs SB(vilain) and compare the bb/100

    but I need the filters to be absolutely symmetrical

    it's easy for positions at the end BB vs BU but for SB vs BU I have trouble getting the interactions of BB out of the filter

    THANKS

  3. #3
    Junior Member
    Join Date
    Jun 2023
    Posts
    8

    Default Question about filter

    i repost here

    hello I would like very specific filters to work on my game.

    I have several questions:
    - is there a filter to force a position to fold preflop?
    - What is "positionstring" used for?
    - what is PositionAsint and what are these arguments
    - what is the difference between 3betpot and 3betpotplus

    here is my problem I want to make symmetrical filters position by position for example SB (hero) vs BU (vilain)
    BU(hero) vs SB(vilain) and compare the bb/100

    but I need the filters to be absolutely symmetrical

    it's easy for positions at the end BB vs BU but for SB vs BU I have trouble getting the interactions of BB out of the filter

    I think a filter to force a fold position would be very useful and easy to set up by developers

    THANKS !

  4. #4
    *** HM3! *** fozzy71's Avatar
    Join Date
    Jun 2005
    Location
    HM Support
    Posts
    32,803

    Default

    Quote Originally Posted by Adrien View Post
    ...
    - is there a filter to force a position to fold preflop?
    I am not really sure what you are asking here exactly, but I assume the answer is no.

    Or, are you looking for these types of filters perhaps?

    2023-06-04_09h21_28.png

    Quote Originally Posted by Adrien View Post
    - What is "positionstring" used for?
    For filtering by Position (i.e. 'BTN') as shown in the image.

    2023-06-04_09h12_27.png

    Quote Originally Posted by Adrien View Post
    - what is PositionAsint and what are these arguments
    That is for filtering by 'Position As Integer', which is your relative position in the hand for that action.

    2023-06-04_09h17_24.png

    Quote Originally Posted by Adrien View Post
    - what is the difference between 3betpot and 3betpotplus
    ...
    The '3betpot' includes only 3bet pots and will not include 4, 5, 6, etc bet pots. The '3betpotplus' will include 3bet, and 4bet, 5bet, etc pots.
    Last edited by fozzy71; 06-04-2023 at 09:22 AM.

  5. #5
    Junior Member
    Join Date
    Jun 2023
    Posts
    8

    Default

    Position=BigBlind and FirstRaiserPosition=Button and NumberOfPlayers>2 (excluded Headup) and FacingRaiserPreflop=true

    With this one i have only hand as BB when BU raise only

    this one is his symetrical
    Position=Button and PreflopActionFacingPlayer=Unopened and PreflopAggressorIsHero=true and (FirstCallerPosition=BigBlind or FirstThreebetPosition=BigBlind) and NumberOfPlayers>2

    I'm BU vs unopened, i always open and BB always Call/3bet

    The filters are symetrical and i can compare the BB/100 vilain(bu) vs me(bb) and me(bu) vs Valain(bu)

    But i have a problem in next position :

    SB vs BU

    Position=SmallBlind and FirstRaiserPosition=Button and (FirstCallerPosition=SmallBlind or FirstThreebetPosition=SmallBlind) and FacingSqueezeAsCaller=false (bb can't sqz) and IsMultiwayPotOnFlop=false (bb can't call)

    but bb can 4bet ... and i didnt find 4fourbetposition!=bigblind .... there is a threebetposition!=bigblind

    his semetrical

    Position=Button and PreflopActionFacingPlayer=Unopened and (FirstCallerPosition=SmallBlind or FirstThreebetPosition=SmallBlind ) and FacingSqueezeAsRaiser=false and IsMultiwayPotOnFlop=false

  6. #6
    Junior Member
    Join Date
    Jun 2023
    Posts
    8

    Default

    can you implement one of the two filters?

    - Foldedposition=x
    - Fourbetposition=x

    thank you

  7. #7
    *** HM3! *** fozzy71's Avatar
    Join Date
    Jun 2005
    Location
    HM Support
    Posts
    32,803

    Default

    Quote Originally Posted by Adrien View Post
    Position=BigBlind and FirstRaiserPosition=Button and NumberOfPlayers>2 (excluded Headup) and FacingRaiserPreflop=true

    With this one i have only hand as BB when BU raise only

    this one is his symetrical
    Position=Button and PreflopActionFacingPlayer=Unopened and PreflopAggressorIsHero=true and (FirstCallerPosition=BigBlind or FirstThreebetPosition=BigBlind) and NumberOfPlayers>2

    I'm BU vs unopened, i always open and BB always Call/3bet

    The filters are symetrical and i can compare the BB/100 vilain(bu) vs me(bb) and me(bu) vs Valain(bu)

    But i have a problem in next position :

    SB vs BU

    Position=SmallBlind and FirstRaiserPosition=Button and (FirstCallerPosition=SmallBlind or FirstThreebetPosition=SmallBlind) and FacingSqueezeAsCaller=false (bb can't sqz) and IsMultiwayPotOnFlop=false (bb can't call)

    but bb can 4bet ... and i didnt find 4fourbetposition!=bigblind .... there is a threebetposition!=bigblind

    his semetrical

    Position=Button and PreflopActionFacingPlayer=Unopened and (FirstCallerPosition=SmallBlind or FirstThreebetPosition=SmallBlind ) and FacingSqueezeAsRaiser=false and IsMultiwayPotOnFlop=false
    I can not answer this so I forwarded it to our QA/Testing Manager this weekend but I have not heard back from him yet.

    Quote Originally Posted by Adrien View Post
    can you implement one of the two filters?

    - Foldedposition=x
    - Fourbetposition=x

    thank you
    This feature request has been documented in detail and provided to the developers for future consideration. *

    HMT-3435: Position and Action Filters: Add 'Fold' filter

    If you want to be notified if/when it is added please send an email via the 'Contact Support' link and include "Notify Me When HMT-3435 Is Resolved" in the subject line and body of the email.

Similar Threads

  1. Replies: 1
    Last Post: 05-02-2012, 12:59 AM
  2. Custom filters to step 7 (filters)
    By Alexnorge in forum Leak Buster
    Replies: 2
    Last Post: 04-03-2012, 01:07 PM
  3. Replies: 1
    Last Post: 01-09-2012, 01:43 PM
  4. More Filters' Preflop Filters True-False?
    By gunner109 in forum Manager General
    Replies: 4
    Last Post: 12-28-2009, 08:32 AM

Posting Permissions

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