Search found 740 matches

Return to advanced search

Re: A couple of HUD bugs

What is the definition of your Open Limp stat?
by BillGatesIII
Mon Jan 15, 2018 4:32 pm
 
Forum: PokerTracker 4
Topic: A couple of HUD bugs
Replies: 2
Views: 401

Re: Custom Stat for stack sizes

Are those Hyper KO's one table?
by BillGatesIII
Fri Oct 27, 2017 5:12 am
 
Forum: Custom Stats, Reports and HUD Profiles
Topic: Custom Stat for stack sizes
Replies: 5
Views: 1094

Re: PostgreSQL 10 supported?

    I'm running PostgreSQL 9.6 for over a year now and didn't experience any problems. But I'm not a hardcore grinder, I'm a just nerd who likes to play now and then :geek:

    Anyway, if I do find something weird with the 10 version, I'll let you know via a support ticket.
    by BillGatesIII
    Sun Oct 08, 2017 9:01 am
     
    Forum: PokerTracker 4
    Topic: PostgreSQL 10 supported?
    Replies: 13
    Views: 3857

    Re: PostgreSQL 10 supported?

      @Flag_Hippo: Can you tell us the issues? I've been running PT4 with PostgreSQL 10 for almost a day now and it looks ok.
      by BillGatesIII
      Sat Oct 07, 2017 3:24 pm
       
      Forum: PokerTracker 4
      Topic: PostgreSQL 10 supported?
      Replies: 13
      Views: 3857

      Re: RECORDING PAST ACTIONS

        Good to hear :)

        By the way, there is also a substr(string, from, length) function that can be used in a stat expression. So you don't need to create ten different columns for what you want to achieve.
        by BillGatesIII
        Mon Oct 02, 2017 4:57 pm
         
        Forum: Custom Stats, Reports and HUD Profiles
        Topic: RECORDING PAST ACTIONS
        Replies: 25
        Views: 3669

        Re: RECORDING PAST ACTIONS

          If you do not use a separator character you got it right, else it would be:

          Last action: 01, 02)
          Second to last: 04, 02)
          etc.
          by BillGatesIII
          Mon Oct 02, 2017 6:36 am
           
          Forum: Custom Stats, Reports and HUD Profiles
          Topic: RECORDING PAST ACTIONS
          Replies: 25
          Views: 3669

          Re: RECORDING PAST ACTIONS

            Everything WhiteRider said plus this

            Code: Select all
            ORDER BY tourney_hand_player_statistics.date_played DESC)

            means the last action is at the most left position of the string, so second to last is the one next to it.
            by BillGatesIII
            Sun Oct 01, 2017 5:54 am
             
            Forum: Custom Stats, Reports and HUD Profiles
            Topic: RECORDING PAST ACTIONS
            Replies: 25
            Views: 3669

            Re: RECORDING PAST ACTIONS

            *Disclaimer: The following answer is by heart :) The ,01 ,20) in your code means it returns the first twenty characters of the recorded actions. But because for instance ISO has three characters and X has one, you don't know how many actions there will be in the string. If you make the individual ac...
            by BillGatesIII
            Sat Sep 30, 2017 4:36 pm
             
            Forum: Custom Stats, Reports and HUD Profiles
            Topic: RECORDING PAST ACTIONS
            Replies: 25
            Views: 3669

            Re: starting stack for tournament

            Column amt_start_stack_won. tourney_hand_player_statistics.amt_won / amt_start_stack Column amt_start_stack. select distinct first_value(thps.amt_before) over (partition by thps.id_tourney order by thps.date_played) from tourney_hand_player_statistics as thps join tourney_summary as ts on ts.id_tou...
            by BillGatesIII
            Mon Sep 25, 2017 2:55 am
             
            Forum: Custom Stats, Reports and HUD Profiles
            Topic: starting stack for tournament
            Replies: 17
            Views: 5362

            Re: starting stack for tournament

              No problem. I do have a Starting Stack Won stat for a Hand report if that has any use for you.

              Starting Stack (Won).png
              by BillGatesIII
              Sat Sep 23, 2017 12:08 pm
               
              Forum: Custom Stats, Reports and HUD Profiles
              Topic: starting stack for tournament
              Replies: 17
              Views: 5362
              PreviousNext

              Return to advanced search

              cron
              highfalutin