Open Side Menu Go to the Top
Register
SharpStats Personal Tracker for Cake, Merge, Stars, and FTP SharpStats Personal Tracker for Cake, Merge, Stars, and FTP

11-30-2008 , 02:42 PM
Hey,
Firstly thanks for the app. I am having some difficulty getting it going, hoping you can help. I've no idea about what postgresql is, or how to use it. I have version 8.3 on my computer at the moment but don't understand what I should do with it to get your app running.

If you could give me a very lay mans guide on how to get it running that would be really awesome.

With thanks
SharpStats Personal Tracker for Cake, Merge, Stars, and FTP Quote
11-30-2008 , 11:05 PM
I will try to get a "Beginner's Guide" put together then include it in the next version. For now, take a look at post #25 (my last post before yours) to get PostgreSQL ready for use. After that, go to Configuration-->Database and you'll see this screen:

Try the same Server ID, Port, and User ID that you see in the above image. For the password, put in the password that you created when you installed PostgreSQL. Click the "Test Connection" button. If you get any errors, let me know what error comes up and I'll try to help you out from there. Otherwise, click the "Initialize Database" button and wait for confirmation that the database setup is complete. Click "Save and Exit", then follow the rest of the instructions from my initial post for the PostgreSQL version:
Quote:
Go to Configuration-->Folders.
Use the controls to set the HH and Work directories
Save and Exit
Go to File-->Import Now
Once the import process is complete, you can change the date filters and view your stats any way you want.
Again, if you get any errors along the way, let me know where in the process the problem comes up and what error message(s) you receive.

-red
SharpStats Personal Tracker for Cake, Merge, Stars, and FTP Quote
12-05-2008 , 12:54 PM
New version, Beta 1, is available here.

This version is a complete rework of the UI, as well as some changes to the backend. Unfortunately, there are numerous changes to both databases, so you will need to reset and reinitialize both. I apologize for this and hope that this will be the last time that it is necessary.

Changes from Alpha 6:
  • Cleaner UI
  • Moved all setup screens into one convenient location
  • Tournament Profit Tracker (Now SharpProfit Tournament) revamped to include more information

As always, I welcome any comments, suggestions, or complaints that you may have.

-red
SharpStats Personal Tracker for Cake, Merge, Stars, and FTP Quote
12-06-2008 , 04:55 AM
I can't get this to work. It seems to import the hands fine, but when I try to access the hands in any way I get this error:

ERROR 42P01: relation "hand_master" does not exist

Win32 Version: 2.0.50727.1434 (REDBITS.050727-1400)
CodeBase: file:///C:/Windows/assembly/GAC_MSIL/System.Xml/2.0.0.0__b77a5c561934e089/System.Xml.dll
----------------------------------------
Npgsql
Assembly Version: 1.0.0.0
Win32 Version: 1.0.0.0
CodeBase: file:///C:/Windows/assembly/GAC/Npgsql/1.0.0.0__5d8b90d52f46fda7/Npgsql.dll
----------------------------------------
Mono.Security
Assembly Version: 1.0.5000.0
Win32 Version:
CodeBase: file:///C:/Windows/assembly/GAC/Mono.Security/1.0.5000.0__0738eb9f132ed756/Mono.Security.dll
----------------------------------------
System.Configuration
Assembly Version: 2.0.0.0
Win32 Version: 2.0.50727.1434 (REDBITS.050727-1400)
CodeBase: file:///C:/Windows/assembly/GAC_MSIL/System.Configuration/2.0.0.0__b03f5f7f11d50a3a/System.Configuration.dll
----------------------------------------

************** JIT Debugging **************
To enable just-in-time (JIT) debugging, the .config file for this
application or computer (machine.config) must have the
jitDebugging value set in the system.windows.forms section.
The application must also be compiled with debugging
enabled.

For example:

<configuration>
<system.windows.forms jitDebugging="true" />
</configuration>

When JIT debugging is enabled, any unhandled exception
will be sent to the JIT debugger registered on the computer
rather than be handled by this dialog box.



Quote:
Originally Posted by error log
5.12.2008 22:43:39: Error during the import process
Method=nda fill--duplicate search
File=C:\Users\xxxx\AppData\Local\Cake Poker\Hand Histories\xxxx\HH20081116 Liverpool (6-max) 12001.txt
Exception:Npgsql.NpgsqlException:
relation "hand_master" does not exist
Severity: ERROR
Code: 42P01
at Npgsql.NpgsqlConnector.CheckErrors()
at Npgsql.NpgsqlConnector.CheckErrorsAndNotifications ()
at Npgsql.NpgsqlCommand.ExecuteCommand()
at Npgsql.NpgsqlCommand.ExecuteReader(CommandBehavior cb)
at Npgsql.NpgsqlCommand.System.Data.IDbCommand.Execut eReader(CommandBehavior cb)
at System.Data.Common.DbDataAdapter.FillInternal(Data Set dataset, DataTable[] datatables, Int32 startRecord, Int32 maxRecords, String srcTable, IDbCommand command, CommandBehavior behavior)
at System.Data.Common.DbDataAdapter.Fill(DataTable[] dataTables, Int32 startRecord, Int32 maxRecords, IDbCommand command, CommandBehavior behavior)
at System.Data.Common.DbDataAdapter.Fill(DataTable dataTable)
at Cake_Personal_Statistics_Tracker.clsParser.ImportM ain(String hFile) in C:\Users\redlotus\Documents\Visual Studio 2008\Projects\Cake Personal Statistics Tracker\Cake Personal Statistics Tracker\clsParser.cs:line 109
SharpStats Personal Tracker for Cake, Merge, Stars, and FTP Quote
12-06-2008 , 08:37 AM
pretty sweet, i love you
SharpStats Personal Tracker for Cake, Merge, Stars, and FTP Quote
12-07-2008 , 01:57 AM
Quote:
Originally Posted by martre
I can't get this to work. It seems to import the hands fine, but when I try to access the hands in any way I get this error:

ERROR 42P01: relation "hand_master" does not exist
This error and the one you posted from your error log look like the database didn't successfully initialize. If you could, please try these steps:

1. Move any HH files from your working directory back into one of the skin directories
2. In the Configuration/Import tab, click "Reset Database". Click the "Yes" button when it asks you to confirm.
3. Click the "Initialize Database" button and wait for it to tell you that the initialization is complete (this process can be a little slow sometimes)
4. Change the "Maximum # of Files To Import" to 5 and then click the "Import Now" button.
5. After you get the "Number of Hands Processed:" dialog box, try to view your stats in one of the tabs.
Let me know if you receive any errors (and when it/they occur) along the way. If you don't receive any errors, you're good to go to import the rest of your files.

-red
SharpStats Personal Tracker for Cake, Merge, Stars, and FTP Quote
12-09-2008 , 12:18 PM
Quote:
Originally Posted by redlotus
3. Click the "Initialize Database" button and wait for it to tell you that the initialization is complete (this process can be a little slow sometimes)

-red
I got this far when it said "Could not find file C:\CPST\dbSetup.que"

Quote:

************** Exception Text **************
System.IO.FileNotFoundException: Could not find file 'C:\CPST\dbSetup.que'.
File name: 'C:\CPST\dbSetup.que'
at System.IO.__Error.WinIOError(Int32 errorCode, String maybeFullPath)
at System.IO.FileStream.Init(String path, FileMode mode, FileAccess access, Int32 rights, Boolean useRights, FileShare share, Int32 bufferSize, FileOptions options, SECURITY_ATTRIBUTES secAttrs, String msgPath, Boolean bFromProxy)
at System.IO.FileStream..ctor(String path, FileMode mode, FileAccess access, FileShare share, Int32 bufferSize, FileOptions options, String msgPath, Boolean bFromProxy)
at System.IO.FileStream..ctor(String path, FileMode mode, FileAccess access, FileShare share, Int32 bufferSize, FileOptions options)
at System.IO.StreamReader..ctor(String path, Encoding encoding, Boolean detectEncodingFromByteOrderMarks, Int32 bufferSize)
at System.IO.StreamReader..ctor(String path, Boolean detectEncodingFromByteOrderMarks)
at Cake_Personal_Statistics_Tracker.fclsSSC.btnInitia lize_Click(Object sender, EventArgs e) in C:\Users\redlotus\Documents\Visual Studio 2008\Projects\Cake Personal Statistics Tracker\Cake Personal Statistics Tracker\Form1.cs:line 178
at System.Windows.Forms.Control.OnClick(EventArgs e)
at System.Windows.Forms.Button.OnMouseUp(MouseEventAr gs mevent)
at System.Windows.Forms.Control.WmMouseUp(Message& m, MouseButtons button, Int32 clicks)
at System.Windows.Forms.Control.WndProc(Message& m)
at System.Windows.Forms.ButtonBase.WndProc(Message& m)
at System.Windows.Forms.Button.WndProc(Message& m)
at System.Windows.Forms.Control.ControlNativeWindow.W ndProc(Message& m)
at System.Windows.Forms.NativeWindow.Callback(IntPtr hWnd, Int32 msg, IntPtr wparam, IntPtr lparam)


************** Loaded Assemblies **************
mscorlib
Assembly Version: 2.0.0.0
Win32 Version: 2.0.50727.1434 (REDBITS.050727-1400)
CodeBase: file:///C:/Windows/Microsoft.NET/Framework64/v2.0.50727/mscorlib.dll
----------------------------------------
Cake Personal Statistics Tracker
Assembly Version: 1.0.0.0
Win32 Version: 1.0.0.0
CodeBase: file:///C:/CPST/Cake%20Personal%20Statistics%20Tracker.exe
----------------------------------------
System.Windows.Forms
Assembly Version: 2.0.0.0
Win32 Version: 2.0.50727.1434 (REDBITS.050727-1400)
CodeBase: file:///C:/Windows/assembly/GAC_MSIL/System.Windows.Forms/2.0.0.0__b77a5c561934e089/System.Windows.Forms.dll
----------------------------------------
System
Assembly Version: 2.0.0.0
Win32 Version: 2.0.50727.1434 (REDBITS.050727-1400)
CodeBase: file:///C:/Windows/assembly/GAC_MSIL/System/2.0.0.0__b77a5c561934e089/System.dll
----------------------------------------
System.Drawing
Assembly Version: 2.0.0.0
Win32 Version: 2.0.50727.1434 (REDBITS.050727-1400)
CodeBase: file:///C:/Windows/assembly/GAC_MSIL/System.Drawing/2.0.0.0__b03f5f7f11d50a3a/System.Drawing.dll
----------------------------------------
System.Data
Assembly Version: 2.0.0.0
Win32 Version: 2.0.50727.1434 (REDBITS.050727-1400)
CodeBase: file:///C:/Windows/assembly/GAC_64/System.Data/2.0.0.0__b77a5c561934e089/System.Data.dll
----------------------------------------
System.Xml
Assembly Version: 2.0.0.0
Win32 Version: 2.0.50727.1434 (REDBITS.050727-1400)
CodeBase: file:///C:/Windows/assembly/GAC_MSIL/System.Xml/2.0.0.0__b77a5c561934e089/System.Xml.dll
----------------------------------------
Npgsql
Assembly Version: 1.0.0.0
Win32 Version: 1.0.0.0
CodeBase: file:///C:/Windows/assembly/GAC/Npgsql/1.0.0.0__5d8b90d52f46fda7/Npgsql.dll
----------------------------------------
Mono.Security
Assembly Version: 1.0.5000.0
Win32 Version:
CodeBase: file:///C:/Windows/assembly/GAC/Mono.Security/1.0.5000.0__0738eb9f132ed756/Mono.Security.dll
----------------------------------------
System.Configuration
Assembly Version: 2.0.0.0
Win32 Version: 2.0.50727.1434 (REDBITS.050727-1400)
CodeBase: file:///C:/Windows/assembly/GAC_MSIL/System.Configuration/2.0.0.0__b03f5f7f11d50a3a/System.Configuration.dll
----------------------------------------
SharpStats Personal Tracker for Cake, Merge, Stars, and FTP Quote
12-09-2008 , 01:05 PM
Quote:
Originally Posted by martre
I got this far when it said "Could not find file C:\CPST\dbSetup.que"
Dang it. I thought that I had caught that bug before posting the update. Luckily, it is an easy fix. Just copy the dbSetup.que file from the C:\CPST\Queries directory and paste it directly into C:\CPST.

I apologize for missing this. It will be fixed in the next release, which should come out some time this week.

Thank you for bringing this to my attention,
-red
SharpStats Personal Tracker for Cake, Merge, Stars, and FTP Quote
12-10-2008 , 12:33 AM
Version Beta2 is now available here

Updates for this version:
-- Fixed three non-fatal bugs
-- Added stats filters so you can choose which stats you want to see
-- revamped the Import engine so that imports take much less time
--Revised IRS Report allows you to view the report before saving it

I am also including a beginner's guide which should help you get started with the initial setup.

Please let me know if there are any questions, comments, or complaints.

Thanks,
-red
SharpStats Personal Tracker for Cake, Merge, Stars, and FTP Quote
12-10-2008 , 05:22 AM
If you're new to C#, let me tell you that .NET datatables and bound datagridviews are evil and will certainly lead you to limitations and mind****s.
DataReaders are faster and you actually control the flow of data.

Good luck with your project!
SharpStats Personal Tracker for Cake, Merge, Stars, and FTP Quote
12-10-2008 , 09:35 AM
Quote:
Originally Posted by tonypkr7
If you're new to C#, let me tell you that .NET datatables and bound datagridviews are evil and will certainly lead you to limitations and mind****s.
DataReaders are faster and you actually control the flow of data.

Good luck with your project!
Thanks for the tip. I will definitely look into DataReaders.

-red
SharpStats Personal Tracker for Cake, Merge, Stars, and FTP Quote
12-12-2008 , 09:47 AM
Beta3 is now available here

New for this version:
--Some more import optimizations. Imports should be just a bit quicker.
--New Set Stats under the Reports tab. Check out how many pocket pairs you've been dealt, how often they've flopped sets and compare it to how often you should be hitting sets.
--Better integration of Npgsql (the interface between CPST and PostgreSQL). You shouldn't have to run the Application Stack Builder to get CPST up and running

-red
SharpStats Personal Tracker for Cake, Merge, Stars, and FTP Quote
12-14-2008 , 10:57 AM
OK, I have the latest version and was able to import all my hands successfully (all "double-up" sngs). But the report/graph for tournament doesn't work -- it just gives me an error:


"Net Profit/Loss

Unhandled exception has occured in your application. If you click Continue, the application with ignore this error and attempt to continue. If you click Quit, the application will close immediately.

Overflow error."


When I click continue -- all that shows up is a white window/box with a big red X.



error details:

Code:
See the end of this message for details on invoking 
just-in-time (JIT) debugging instead of this dialog box.

************** Exception Text **************
System.OverflowException: Overflow error.
   at System.Drawing.Graphics.CheckErrorStatus(Int32 status)
   at System.Drawing.Graphics.DrawLine(Pen pen, Single x1, Single y1, Single x2, Single y2)
   at Cake_Personal_Statistics_Tracker.fclsGraph.FclsGraphPaint(Object sender, PaintEventArgs e) in C:\Documents and Settings\THM6192\My Documents\Visual Studio 2005\Projects\Cake Personal Statistics Tracker\Cake Personal Statistics Tracker\fclsGraph.cs:line 74
   at System.Windows.Forms.Control.OnPaint(PaintEventArgs e)
   at System.Windows.Forms.Form.OnPaint(PaintEventArgs e)
   at System.Windows.Forms.Control.PaintWithErrorHandling(PaintEventArgs e, Int16 layer, Boolean disposeEventArgs)
   at System.Windows.Forms.Control.WmPaint(Message& m)
   at System.Windows.Forms.Control.WndProc(Message& m)
   at System.Windows.Forms.ScrollableControl.WndProc(Message& m)
   at System.Windows.Forms.ContainerControl.WndProc(Message& m)
   at System.Windows.Forms.Form.WndProc(Message& m)
   at System.Windows.Forms.Control.ControlNativeWindow.OnMessage(Message& m)
   at System.Windows.Forms.Control.ControlNativeWindow.WndProc(Message& m)
   at System.Windows.Forms.NativeWindow.Callback(IntPtr hWnd, Int32 msg, IntPtr wparam, IntPtr lparam)


************** Loaded Assemblies **************
mscorlib
    Assembly Version: 2.0.0.0
    Win32 Version: 2.0.50727.1433 (REDBITS.050727-1400)
    CodeBase: file:///C:/WINDOWS/Microsoft.NET/Framework/v2.0.50727/mscorlib.dll
----------------------------------------
Cake Personal Statistics Tracker
    Assembly Version: 1.0.0.0
    Win32 Version: 1.0.0.0
    CodeBase: file:///C:/Documents%20and%20Settings/XXXXX/Desktop/CPSTb3/Cake%20Personal%20Statistics%20Tracker.exe
----------------------------------------
System.Windows.Forms
    Assembly Version: 2.0.0.0
    Win32 Version: 2.0.50727.1433 (REDBITS.050727-1400)
    CodeBase: file:///C:/WINDOWS/assembly/GAC_MSIL/System.Windows.Forms/2.0.0.0__b77a5c561934e089/System.Windows.Forms.dll
----------------------------------------
System
    Assembly Version: 2.0.0.0
    Win32 Version: 2.0.50727.1433 (REDBITS.050727-1400)
    CodeBase: file:///C:/WINDOWS/assembly/GAC_MSIL/System/2.0.0.0__b77a5c561934e089/System.dll
----------------------------------------
System.Drawing
    Assembly Version: 2.0.0.0
    Win32 Version: 2.0.50727.1433 (REDBITS.050727-1400)
    CodeBase: file:///C:/WINDOWS/assembly/GAC_MSIL/System.Drawing/2.0.0.0__b03f5f7f11d50a3a/System.Drawing.dll
----------------------------------------
System.Data
    Assembly Version: 2.0.0.0
    Win32 Version: 2.0.50727.1433 (REDBITS.050727-1400)
    CodeBase: file:///C:/WINDOWS/assembly/GAC_32/System.Data/2.0.0.0__b77a5c561934e089/System.Data.dll
----------------------------------------
System.Xml
    Assembly Version: 2.0.0.0
    Win32 Version: 2.0.50727.1433 (REDBITS.050727-1400)
    CodeBase: file:///C:/WINDOWS/assembly/GAC_MSIL/System.Xml/2.0.0.0__b77a5c561934e089/System.Xml.dll
----------------------------------------
Accessibility
    Assembly Version: 2.0.0.0
    Win32 Version: 2.0.50727.1433 (REDBITS.050727-1400)
    CodeBase: file:///C:/WINDOWS/assembly/GAC_MSIL/Accessibility/2.0.0.0__b03f5f7f11d50a3a/Accessibility.dll
----------------------------------------
Npgsql
    Assembly Version: 1.0.0.0
    Win32 Version: 1.0.0.0
    CodeBase: file:///C:/Documents%20and%20Settings/XXXXX/Desktop/CPSTb3/Npgsql.DLL
----------------------------------------
Mono.Security
    Assembly Version: 2.0.0.0
    Win32 Version: 2.0.0.0
    CodeBase: file:///C:/Documents%20and%20Settings/XXXXX/Desktop/CPSTb3/Mono.Security.DLL
----------------------------------------
System.Configuration
    Assembly Version: 2.0.0.0
    Win32 Version: 2.0.50727.1433 (REDBITS.050727-1400)
    CodeBase: file:///C:/WINDOWS/assembly/GAC_MSIL/System.Configuration/2.0.0.0__b03f5f7f11d50a3a/System.Configuration.dll
----------------------------------------

************** JIT Debugging **************
To enable just-in-time (JIT) debugging, the .config file for this
application or computer (machine.config) must have the
jitDebugging value set in the system.windows.forms section.
The application must also be compiled with debugging
enabled.

For example:

<configuration>
    <system.windows.forms jitDebugging="true" />
</configuration>

When JIT debugging is enabled, any unhandled exception
will be sent to the JIT debugger registered on the computer
rather than be handled by this dialog box.
SharpStats Personal Tracker for Cake, Merge, Stars, and FTP Quote
12-14-2008 , 03:37 PM
Have you entered any information into SharpProfit? CPST cannot get any of the win information from the hand histories, so you have to enter your results by hand.

-red
SharpStats Personal Tracker for Cake, Merge, Stars, and FTP Quote
12-14-2008 , 04:36 PM
Quote:
Originally Posted by redlotus
Have you entered any information into SharpProfit? CPST cannot get any of the win information from the hand histories, so you have to enter your results by hand.

-red


I started messing around with it after a while, but made some mistakes when hurredly entering results -- is there a way to edit tournament info once I've already put it in? I've tried deleting, right clicking -- can't find any edit buttons etc...
SharpStats Personal Tracker for Cake, Merge, Stars, and FTP Quote
12-14-2008 , 04:46 PM
Unfortunately, I haven't implemented an editor yet, but it is high on my list. For now, the only way to edit the information is through pgAdmin. Let me know if you're not familiar with it and I'll post a quick how-to. Otherwise, the information is all held in the tpt table of the spt database.

-red
SharpStats Personal Tracker for Cake, Merge, Stars, and FTP Quote
12-14-2008 , 05:00 PM
Quote:
Originally Posted by redlotus
Unfortunately, I haven't implemented an editor yet, but it is high on my list. For now, the only way to edit the information is through pgAdmin. Let me know if you're not familiar with it and I'll post a quick how-to. Otherwise, the information is all held in the tpt table of the spt database.

-red
Thanks, I'll mess around and see if I can't figure it out.
SharpStats Personal Tracker for Cake, Merge, Stars, and FTP Quote
12-18-2008 , 04:36 PM
Beta 4 is now available here

New for this version:
--Fixed a crash that occured when you sorted a table then tried to switch to a different view
--$EV and cEV graphs added
--Money amounts in the tables now sort correctly
--Initial sorting of hole cards is fixed (although sorting by columns will mess this up-I am still working on a way to fix this)
--Users now have the option to save their filter dates
--Tournaments can now be editted in SharpProfit. Change the view to "Tournament List" and double-click a tourney that you want to edit.

***Important***
If you are currently using beta3, you must run the upgrade utility or you will run into a lot of crashes. Make sure that all of your directory and database info is correct, then go to Utilities-->Upgrade Beta3 to Beta4. You should only need to run this once.

Install Notes:
If you are unzipping CPST into an existing folder, delete the Queries folder before starting the program.

As always, let me know if there are any questions, comments, or complaints.

Thanks,
-red
SharpStats Personal Tracker for Cake, Merge, Stars, and FTP Quote
12-31-2008 , 12:05 PM
Final version is available here


New for this version:
-Improved sorting by hole cards
-Improved sorting by made hands
-Added "# of Hands" column to the Stats table (user request)
-Integrated external query files into the program
-Added an "Include Folded Hands" option to the "Hands" tables

This will be the final version of CPST. Because of my inexperience, the program has become a spaghetti mess that makes support and upgrades more and more difficult as time goes on, so I'm scrapping CPST.

There is good news, though. I am currently working on a new program (SharpStats CPN) that will replace CPST. This new program will include many improvements over CPST:
1. rake tracking in cash games (for those of you who want to track rakeback)
2. FPP tracking
3. Gold Chip tracking
4. Improved stats tracking that will be more modular. This should make adding new stats very simple.
5. Separation of Omaha and Omaha Hi/Lo
6. All of the current stats, reports and graphs that are available in CPST will be available in SharpStats

Unfortunately, all of the improvements will come at a small price: I am dropping legacy support for the older hand history format. This means that hand histories from before July of '08 will not be compatible with SS. With the new year almost upon us, I'm hoping that this will not be a huge deal for most people.

If anyone has any suggestions, please speak up. I want to know what you guys want to see. Are there any stats that you'd like to see? Any reports that would be helpful? Just let me know and I will try to incorporate them into SharpStats.

I would also like to ask a favor: if anyone has any Heads-Up hand histories that they would be willing to share, I would greatly appreciate it. I don't have the BR to play HU, but I would like to start differentiating them in the database. I would only need 2 or 3 files and scrubbed (ie your screen name changed to "hero" throughout) HHs would work fine.

Thanks to everyone that has tested and commented so far.

-red
SharpStats Personal Tracker for Cake, Merge, Stars, and FTP Quote
01-01-2009 , 01:16 AM
"unhandled exception has occured..."

"Could ot load file or assembly 'Npgsql, version=1.0.0.0, Culture=neutral, PublicKeyToken=5d8b90d52f46fda7' or one of its dependencies"
SharpStats Personal Tracker for Cake, Merge, Stars, and FTP Quote
01-01-2009 , 01:11 PM
Quote:
Originally Posted by feint06
"unhandled exception has occured..."

"Could ot load file or assembly 'Npgsql, version=1.0.0.0, Culture=neutral, PublicKeyToken=5d8b90d52f46fda7' or one of its dependencies"
I forgot to include Npgsql again. I apologize for that. I have updated the zip to include it. Please download from the link above and try it again.

-red
SharpStats Personal Tracker for Cake, Merge, Stars, and FTP Quote
01-11-2009 , 12:34 AM
I think the cbet% is not correct.

I'm using the final version, I imported a 15 hands session, where I only raised 2 hands pre-flop, one hand I took down pre-flop, and another I cbet on the flop, and took it down. Isn't the cbet is 100% instead of 50% as displayed by CPST? since the other hand, I didn't cbet. seems likes cbet% in CPST is calculated by
time we cbet/time we as pfr

while we should only calc. cbet%, when we proceed to the flop as pfr, and make a cbet.
SharpStats Personal Tracker for Cake, Merge, Stars, and FTP Quote
01-11-2009 , 03:27 AM
Thank you for reporting this. The issue will be fixed in SharpStats.

-red
SharpStats Personal Tracker for Cake, Merge, Stars, and FTP Quote
01-14-2009 , 11:18 PM
Whenever I install postgres it asks for a password during the setup. I enter my own made up one for it and it tells me it is incorrect. I use to run Pokertracker 3 when I was on stars and completely uninstalled postgres (i believe i had ) and uninstalled pokertracker.
SharpStats Personal Tracker for Cake, Merge, Stars, and FTP Quote
01-22-2009 , 01:09 AM
i was reviewing one of my hands, i saw WTSD x
but then that hand i was folded on the river...
so i went through some hands, and found that hands that have WTSD marked X, include also hands that I folded on river.
Hence i think the WTSD stat is not correct because it includes hands that folded on river.

thanks
SharpStats Personal Tracker for Cake, Merge, Stars, and FTP Quote

      
m