What site are you playing on? Is it possible that the hand histories for this 'downswing' are simply not there?
To be honest, I am not very familiar with HM but I suspect there should be a way to export your hand histories to the hard drive. It would not surprise me though if there was not. In that case do the following:
(Credit to _dave_ for providing this)
Open a command prompt on the computer running postgresql (Start -> Run -> "cmd" [Enter]), type (or copy/paste) the line below.
Change the database name "HM_DB1" to your Holdem Manager database name and change the txt file names at the end if you like.
- Code: Select all
psql -A -t -d "HM_DB1" -U postgres -c "select handhistory from handhistories;" -o hm_hh.txt
it should chug for a while and make some big text files which you can manually import into PokerTracker 3. (It may be wise to do this on a new database so that all of the duplicates do not slow down the import process).
Best regards,
Derek