Open Side Menu Go to the Top
Register
Free, open source poker tracking software: FPDB - (Version 0.40.5) - Nov 14, 2013 Free, open source poker tracking software: FPDB - (Version 0.40.5) - Nov 14, 2013

11-04-2014 , 11:49 PM
Quote:
Originally Posted by Doc
Thank you for the information. I did find some archived stuff at http://fpdb.wikidot.com/
I am connected to a db and I have imported hands, but I can't get the ring player stats to show, anyone have suggestions?

I am fairly sure I have some hands in my db bc I can see a graph. I have set the user name to my user name on swc and have some limits shown. (thought I could really use the 4NL to be updated.)

Any suggestions appreciated.
Just in case, you know you have to click 'refresh stats' in the ring player stats tab to make it work, right?

Is there anything relevant in the logs? Help -> Log Messages. Failing that, maybe you could post a screenshot of your ring player stats tab, there might be something you missed in the filters? What happens if you check 'All Players' under your SWC username and refresh again?
Free, open source poker tracking software: FPDB - (Version 0.40.5) - Nov 14, 2013 Quote
11-05-2014 , 11:28 AM
Quote:
Originally Posted by Fold&Forget
Could anybody tell me how FPDB calculates steal stat for stud games?
For many other games it's just raise first-in from SB, BU or CO.
Quote:
Originally Posted by Fold&Forget
I found only this
http://forumserver.twoplustwo.com/sh...postcount=3242


But there is no such positions like in Blinds game at all, and as a rule steal in stud is when your up card is higher than others up cards.
Steal stats for stud games are calculated for the BU, CO & CO+1 in stud games and the the stats for raising/folding can be found in the SB stats. "Steal Success" (SUC_ST) isn't being tracked however since that's being calculated off of whether the BB folded which if course there is none in stud. That'll be fixed in the next version. Thanks
Free, open source poker tracking software: FPDB - (Version 0.40.5) - Nov 14, 2013 Quote
11-05-2014 , 08:13 PM
Phil, I think that was what I was doing. It seems to be working ok for me. Thank you.

The half and deep and $4 games are not importing, anyone know what can be done to help? I'm horrible at coding.
Free, open source poker tracking software: FPDB - (Version 0.40.5) - Nov 14, 2013 Quote
11-06-2014 , 02:29 AM
Quote:
Originally Posted by ChazDazzle
Steal stats for stud games are calculated for the BU, CO & CO+1 in stud games and the the stats for raising/folding can be found in the SB stats. "Steal Success" (SUC_ST) isn't being tracked however since that's being calculated off of whether the BB folded which if course there is none in stud. That'll be fixed in the next version. Thanks
Hi Chaz, great thanks for your quick reply. Really appreciated.

But I still don't understand anything. What do you name BU for example? Formally BU in stud is the position for getting cards. It has no say on which player makes the first move or last move, which is correlated to bring-in.

Do you account for up cards to calculate steal?
Free, open source poker tracking software: FPDB - (Version 0.40.5) - Nov 14, 2013 Quote
11-06-2014 , 06:57 AM
Do you mean BU is the last position before bring-in?
Free, open source poker tracking software: FPDB - (Version 0.40.5) - Nov 14, 2013 Quote
11-06-2014 , 09:26 PM
Quote:
Originally Posted by Fold&Forget
Do you mean BU is the last position before bring-in?
That's right.
Free, open source poker tracking software: FPDB - (Version 0.40.5) - Nov 14, 2013 Quote
11-07-2014 , 06:06 PM
Hello! I am trying to modify the FPDB HUDs, but the stats bbper100 or BBper100 seems to dont work! It is Big Blinds and Big Bets won per 100 hands right?

I dont know how is setted, seems that with one hand played it is already at -2500 or something like this, it is usually negative and super high...is it normal?

Also, what are the popups? I use to put popup="default" for every stat, how can i modify and what are the changes i can get?

Also, if you could link me some useful posts in this thread, i could make a pdf on how to modify HUDs on FPDB.

Thanks in advance

deboa
Free, open source poker tracking software: FPDB - (Version 0.40.5) - Nov 14, 2013 Quote
11-07-2014 , 07:04 PM
Quote:
Originally Posted by deboa
Hello! I am trying to modify the FPDB HUDs, but the stats bbper100 or BBper100 seems to dont work! It is Big Blinds and Big Bets won per 100 hands right?

I dont know how is setted, seems that with one hand played it is already at -2500 or something like this, it is usually negative and super high...is it normal?
If you lose 25 bb on your first hand, then it will extrapolate that to -2500 bb for 100 hands, yes.

Quote:
Originally Posted by deboa
Also, what are the popups? I use to put popup="default" for every stat, how can i modify and what are the changes i can get?
Popups are defined under the <popup_windows> tag in your HUD_config.xml. For example, there is a holdring_main menu popup in the default config that might give you some ideas.
Free, open source poker tracking software: FPDB - (Version 0.40.5) - Nov 14, 2013 Quote
11-07-2014 , 07:39 PM
Quote:
Originally Posted by phil_r
Popups are defined under the <popup_windows> tag in your HUD_config.xml. For example, there is a holdring_main menu popup in the default config that might give you some ideas.

Thank you phil! so i will be more attentive to the bb statistic, maybe i just ended up being in a really unlucky table!

For the popus i still didnt understand what actually is. Is what appears when i pass my mouse on the statistic? How can i know which one is good for my statistic?

Last thing, if you could help, but is just a curiosity: what is tip?

Thank you very much!!
Free, open source poker tracking software: FPDB - (Version 0.40.5) - Nov 14, 2013 Quote
11-07-2014 , 11:51 PM
Quote:
Originally Posted by deboa
Thank you phil! so i will be more attentive to the bb statistic, maybe i just ended up being in a really unlucky table!
It's possible that it is broken. It's not something most people would have on their HUD.

Quote:
Originally Posted by deboa
For the popus i still didnt understand what actually is. Is what appears when i pass my mouse on the statistic? How can i know which one is good for my statistic?
It's an extra hud window that pops up when you right-click on a stat. I've been doing some coding on FPDB this week and this was not working for me on the mac. Not sure if it works on other platforms.

Quote:
Originally Posted by deboa
Last thing, if you could help, but is just a curiosity: what is tip?

Thank you very much!!
I believe the intention is to let you customise the tooltip, i.e. the thing you were talking about above that appears when you mouse over the stat. However, this is what the code says about it:

Code:
self.tip = game_stat_config.tip     # not implemented yet
So it doesn't do anything right now. :-)
Free, open source poker tracking software: FPDB - (Version 0.40.5) - Nov 14, 2013 Quote
11-08-2014 , 01:42 AM
If anyone following this thread is running fpdb from source, I could use your help testing a port of fpdb to Qt. The code is here: qtfork

This very much a work in progress. I recommend you backup your database before testing it (I have not touched any database stuff but if I connected the wrong button to the wrong function, anything could happen!).

Most things work to some degree. Exceptions: tourney stats/graphs, database management things. I have only tested on MacOSX so there are almost certainly breakages on other platforms.

Any feedback would be greatly appreciated.

I hope to have an OSX binary available soon, so stay tuned mac users!
Free, open source poker tracking software: FPDB - (Version 0.40.5) - Nov 14, 2013 Quote
11-08-2014 , 06:52 PM
Quote:
Originally Posted by phil_r
If anyone following this thread is running fpdb from source, I could use your help testing a port of fpdb to Qt. The code is here: qtfork

This very much a work in progress. I recommend you backup your database before testing it (I have not touched any database stuff but if I connected the wrong button to the wrong function, anything could happen!).

Most things work to some degree. Exceptions: tourney stats/graphs, database management things. I have only tested on MacOSX so there are almost certainly breakages on other platforms.

Any feedback would be greatly appreciated.

I hope to have an OSX binary available soon, so stay tuned mac users!
I have no knowledge about computers (i have no idea what you are talking about actually) i have windows, if you guide me and if is not a problem that i have no notion of programming i can help you
Free, open source poker tracking software: FPDB - (Version 0.40.5) - Nov 14, 2013 Quote
11-08-2014 , 07:57 PM
Quote:
Originally Posted by deboa
I have no knowledge about computers (i have no idea what you are talking about actually) i have windows, if you guide me and if is not a problem that i have no notion of programming i can help you
This is not for you (yet), thanks anyway. Chaz seems keen to get this into the next release so hopefully there will be an easy windows install at that point.
Free, open source poker tracking software: FPDB - (Version 0.40.5) - Nov 14, 2013 Quote
11-09-2014 , 02:19 AM
Just small request for the next release:
You have almost all stats for streets 1 - 4, but dbr is only for 1-3. Could you please add dbr4 and f_dbr4, they are very important for stud games.
Free, open source poker tracking software: FPDB - (Version 0.40.5) - Nov 14, 2013 Quote
11-09-2014 , 10:42 AM
Does anyone use the imap importer? It hasn't been touched since 2011...
Free, open source poker tracking software: FPDB - (Version 0.40.5) - Nov 14, 2013 Quote
11-09-2014 , 01:48 PM
Quote:
Originally Posted by Fold&Forget
Just small request for the next release:
You have almost all stats for streets 1 - 4, but dbr is only for 1-3. Could you please add dbr4 and f_dbr4, they are very important for stud games.
Will do. Any others?
Free, open source poker tracking software: FPDB - (Version 0.40.5) - Nov 14, 2013 Quote
11-09-2014 , 04:25 PM
Quote:
Originally Posted by ChazDazzle
Will do. Any others?
Aggression factor? (Overall and for the game phases?) it seems to me that there is just aggression frequency, but i could be wrong
Free, open source poker tracking software: FPDB - (Version 0.40.5) - Nov 14, 2013 Quote
11-09-2014 , 06:27 PM
How do I set it up with Bet Online? Any instructions anywhere for that?
Free, open source poker tracking software: FPDB - (Version 0.40.5) - Nov 14, 2013 Quote
11-10-2014 , 01:54 AM
Quote:
Originally Posted by BaylorPRSer
How do I set it up with Bet Online? Any instructions anywhere for that?
Roughly the same way you set it up for any other site, I imagine. Where are you stuck?
Free, open source poker tracking software: FPDB - (Version 0.40.5) - Nov 14, 2013 Quote
11-10-2014 , 04:34 AM
Quote:
Originally Posted by ChazDazzle
Will do. Any others?
Great thanks for your answer.

Others (really I just quote my earlier posts (http://forumserver.twoplustwo.com/sh...postcount=6595) or mails):

Positional stats, at least RFI for every position, but all others would be also highly appreciated.

Limp, at least it would great to have overall limp, despite it would be amazing to have all stats related to limp like for example:
Open Limp
Overlimp
Limp-Fold to raise
Limp-Call raise
Limp-Reraise
Raise vs limp and so on

Raise stat for every street, but at least for 3rd/flop. It seems to me, but I could be wrong, that it's more simple to calculate just Raise then Check-Raise. Yes I know that you have agression and dbr for every street, but Raise is still very important.
Free, open source poker tracking software: FPDB - (Version 0.40.5) - Nov 14, 2013 Quote
11-10-2014 , 04:40 AM
Quote:
Originally Posted by deboa
Aggression factor? (Overall and for the game phases?) it seems to me that there is just aggression frequency, but i could be wrong
There is overall "agg_fact" stat that you ask for.
Free, open source poker tracking software: FPDB - (Version 0.40.5) - Nov 14, 2013 Quote
11-10-2014 , 10:08 AM
Hello first of all i wanna say i like this software alot!!!I just have one problem when i play on 888 the hud shows only stats for 5 people at 6 max table, at 9 max table it shows stats for 8people how can i fix this??also preferd seating doesnt work is this my Fault??would really appreciat Some help!! Have nice day
Free, open source poker tracking software: FPDB - (Version 0.40.5) - Nov 14, 2013 Quote
11-10-2014 , 02:01 PM
Quote:
Originally Posted by Fold&Forget
There is overall "agg_fact" stat that you ask for.
i saw after, i apologize. anyway if could be improved with any street i would be glad.

I have 2 HUDs examples, if you could analyze and tell me if it is working right?

http://postimg [dot] org/image/mxnm5jkl1/

in the first, do you know if the big blinds/100 hands in the top right is coherent with the other numbers (50 hands and -1.77 profit?)

in the second, is it possible that PFR is higher than VP$IP? In which occasions?

Thank you!!
Free, open source poker tracking software: FPDB - (Version 0.40.5) - Nov 14, 2013 Quote
11-10-2014 , 05:10 PM
I don't know how it's in FPDB, but formally speaking and in some of other software if for example player is All-in before you, and you is on BB or have lower stack, you could call - so there is an increase for number of possible VPIP cases, but you can't raise, so number of relevant cases for PFR calculation is less than for VPIP, so PFR could be higher than VPIP. Say you never call, always raise/fold, but in one situation there was no possibility for you to raise. It's enough for you to have PFR > VPIP
Free, open source poker tracking software: FPDB - (Version 0.40.5) - Nov 14, 2013 Quote
11-10-2014 , 08:35 PM
Thank you Fold&Forget, probably this has been the case!

I am keeping on ckecking the bigblinds/100 and bigbets/100, and playing 2 NL, i had the example of a guy that in one hand lost one big blind, and the statistic is -10000, as shown in the image:

http://postimg [dot] org/image/cbamatspj/

so i think is setted on 10000 instead of 100.00 or something like this. Chaz, if you could do something about that, this and the aggression factor in all the streets are my two "only" requests

Jokes apart, i really appreciate the job that all of you do for us, if i could help in any way, or otherwise, activate the donations, i feel is the only way i can contribute (if you need some graphics i would be happy to help, but i think is really perfect as it is)

Also, i wont need any change in configuration of my HUD right? I took so long to create my perfect HUD_config

Thank you really developers
Free, open source poker tracking software: FPDB - (Version 0.40.5) - Nov 14, 2013 Quote

      
m