Holdem Manager 2 API - Page 21
Page 21 of 31 FirstFirst ... 111920212223 ... LastLast
Results 201 to 210 of 308
  1. #201
    Junior Member
    Join Date
    May 2016
    Posts
    4

    Default

    Quote Originally Posted by udbrky View Post
    What bet-size are you not able to use? It's % of pot and has less than, greater than, equal to and between capabilities.
    Ah yeah I was looking for a stat with the word "Size" in its name and therefore missed these. Is there anything as far as sizing goes for pre-flop?

  2. #202
    You're out! udbrky's Avatar
    Join Date
    Jul 2008
    Posts
    20,898

    Default

    What ranges are the filters not covering? Preflop is # of bb. There is no stat in the reports.
    Regards udbrky (Chris)

  3. #203
    Junior Member
    Join Date
    May 2016
    Posts
    4

    Default

    Quote Originally Posted by udbrky View Post
    What ranges are the filters not covering? Preflop is # of bb. There is no stat in the reports.
    How would I query for hands where BB is facing a raise of 2xBB's and is now 3-betting to say 7xBB's?

  4. #204
    You're out! udbrky's Avatar
    Join Date
    Jul 2008
    Posts
    20,898

    Default

    Use the BB position filter.

    Use facing preflop raise size and preflop made 3bet size filters.
    Regards udbrky (Chris)

  5. #205
    Junior Member
    Join Date
    Sep 2011
    Posts
    21

    Default

    I'm trying to filter by hand strenght on Flop/Turn/River and failing
    I tried HandGroup, MadeHandType, FlopMadeHandValue and MadeHandTypeFlopMadeHandValue

    Can i please have an example query if i need to filter let's say, top pair+ on the river?

  6. #206
    Junior Member
    Join Date
    Sep 2011
    Posts
    21

    Default

    Quote Originally Posted by laakistuff View Post
    I'm trying to filter by hand strenght on Flop/Turn/River and failing
    I tried HandGroup, MadeHandType, FlopMadeHandValue and MadeHandTypeFlopMadeHandValue

    Can i please have an example query if i need to filter let's say, top pair+ on the river?
    Nevermind, I figured it out
    select * from hands where RiverMadeHandValueInt = 82 and IsTourney = false and GameType = 0

    Where 82 is any of the values found at page 22 of the official docs

    However i do have another problem. How do i filter by board texture just like I can in HM2?

  7. #207
    You're out! udbrky's Avatar
    Join Date
    Jul 2008
    Posts
    20,898

    Default

    Check the API section 9 "Enums" for info on querying board textures.
    Regards udbrky (Chris)

  8. #208
    Junior Member
    Join Date
    Sep 2015
    Posts
    9

    Default

    great WORK HEM Team

    this is sooo usefull!

    but i still have question --> the only stat I cant find stats like on HEM2 the "Board Texture Filter"

    only a StatHighCardOnFlop stat is available... but what about "Board has trips" or "2 tone Board" etc etc...

    my goal is to get Flop Cbet Ranges (e.g. form UTG as OpenRaiser)

    my line looks like this at the moment:


    SELECT StatFlopCBet, StatTotalHands, StatPFR FROM stats WHERE PositionAsInt = 1

    but this gives me only the Frequency on all BoardTextures, but i want to find out how often villian is Cbetting on
    Wet or dry boards or mono boards or rainbow boards...

    HOW can I realize that (maybe I overlooked something at the API Manual Word File

    Thanks for helpin' me out...

    greetings

  9. #209
    Junior Member
    Join Date
    Sep 2011
    Posts
    21

    Default

    Quote Originally Posted by udbrky View Post
    Check the API section 9 "Enums" for info on querying board textures.
    I did, there's site type, game info, hand values etc. no board texture. I have version 5 of the docs, maybe it's in version 6 if it exists?

    Can you post an example please?

  10. #210
    Junior Member
    Join Date
    Sep 2015
    Posts
    9

    Default

    i am also looking for board texture stats....

    at the ENUM Part is just the MADE HANDS stats, but i want to know if there board was wet or dry
    (2tone, mono, raibow etc)

    thanks for help!

    greetings

Similar Threads

  1. Replies: 3
    Last Post: 12-02-2018, 05:29 PM
  2. How Do I Import hands from holdem manager 1 to holdem manager 2?
    By rockstarhobbo in forum General Support
    Replies: 5
    Last Post: 11-11-2011, 09:20 AM
  3. Replies: 1
    Last Post: 11-08-2011, 08:06 PM
  4. Replies: 1
    Last Post: 08-30-2011, 09:58 PM
  5. Latest version of Holdem Manager killed Holdem Manager
    By TLXLM in forum Manager General
    Replies: 2
    Last Post: 09-06-2008, 11:09 AM

Tags for this Thread

Posting Permissions

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