Open Side Menu Go to the Top
Register
Holdem Manager Support Holdem Manager Support

05-27-2008 , 08:38 PM
Quote:
Originally Posted by rvg72

You can add custom rakeback stats - add this to your customstats.txt file in your reports folder and change the 27 to whatever your % is

<Stat GroupName="Default" ColumnName="Rakeback" ValueExpressions="Sum(PH.RakeAmount)/100.0*0.27 as RakeBackAmount" Evaluate="RakeBackAmount" ColumnHeader="Rakeback" ColumnFormat="$0.00" ColumnWidth="*" Tooltip="Rakeback based on 27%" />
I think this is for "dealt" rakeback. FTP and a lot of other sites use "contributed. Do you have a stat for that or can you make switching an option in the rakeback configuration?
Holdem Manager Support Quote
05-27-2008 , 08:45 PM
Quote:
Originally Posted by eastern motors
I think this is for "contributed" rakeback. FTP and a lot of other sites use "dealt". Do you have a stat for that or can you make switching an option in the rakeback configuration?
FYP
Holdem Manager Support Quote
05-27-2008 , 09:25 PM
ok, 1.05.08e

www.rvgsoftware.com/hm/hmtestupdate.exe

No multi line panels yet (one last update needed) and wasn't able to duplicate the replayer stats issue to still working on that.

* (1.05.08d BUG) Fixed FTP issue where full ring games with less than 7 players will be identified as 6 max games and the seats will be moved around accordingly
* (1.05.08d BUG) Fixed bug that would occur if you are editing the min hands in the players tab and back space so that it is empty
* (1.05.08d NEW) New Scale Fonts option in Table Preferences. This will auto scale font size as you resize the table.
* (1.05.08d NEW) Added Force Ontop flag in Table Preferences - if you have focus issues or some dragging issues with OnGame then enable this flag.
* (1.05.08d BUG) Fixed issue with the wrong popup appearing if you set certain stats to show on villain or hero only
* (1.05.08e NEW) Added decimal formatting to stats
* (1.05.08e BUG) Fixed 'oops' issue with 3bet vs steal attempt from SB and BB stats
* (1.05.08e NEW) Code added to better deal with new ongame skins being supported
* (1.05.08e NEW) Added 3bet Flop Continuation Bet stats to the default Cbet popup

EDIT: So there will be a 1.05.08f with the changes I mentioned above along with anything that may have potentially been missed and then it is full time on improving tourney support.

Roy

Last edited by rvg72; 05-27-2008 at 09:33 PM.
Holdem Manager Support Quote
05-27-2008 , 09:40 PM
Seems like I am just missing something here...

It there a filter for All In Hands on the Cash Games Report Tab?
Holdem Manager Support Quote
05-27-2008 , 10:20 PM
Roy the Rakeamount number seems not correct (or I dont get it). AFAIU pokerhands.rakeamount is the total rake and playerhandscashkeycolumns.rakeamount is intended to be the dealt rake amount. So the following should be correct:

° playerhandscashkeycolumns.rakeamount = pokerhands.rakeamount / pokerhands.numberofplayers

which is not always the case.


If you would only tell me if this is right, I can query the db on my own. I have to send my MGR amount to my affiliate to receive RB...
Holdem Manager Support Quote
05-27-2008 , 10:29 PM
Quote:
Originally Posted by peyote
Roy the Rakeamount number seems not correct (or I dont get it). AFAIU pokerhands.rakeamount is the total rake and playerhandscashkeycolumns.rakeamount is intended to be the dealt rake amount. So the following should be correct:

° playerhandscashkeycolumns.rakeamount = pokerhands.rakeamount / pokerhands.numberofplayers

which is not always the case.


If you would only tell me if this is right, I can query the db on my own. I have to send my MGR amount to my affiliate to receive RB...
I just recently found a bug with this. To get what you want you can add the following to your customstats.txt file in t he reports folder:

<Stat ColumnName="Fixed Rake" ValueExpressions="sum((PKH.rakeamount)/100.0/PKH.numberofplayers) as totalfixedrake" Evaluate="TotalFixedRake" ColumnHeader="Rake*" ColumnFormat="$0.00" ColumnWidth="60" Tooltip="Rake with bug fixed" />

I will be fixing the bug and correcting the results for previously imported hands.

Roy
Holdem Manager Support Quote
05-27-2008 , 10:30 PM
Quote:
Originally Posted by rvg72
wasn't able to duplicate the replayer stats issue
v 1.05.08e

Start HM, Cash Games, Filter, Edit, Hole Cards, Deselect, Select 'AA', Save and Close, Filter, Save Filter 'XXX', Exit HM.
Start HM, Cash Games, Filter, Load Filter 'XXX', refresh, <right-click> on hand, replay hand.
No stats shown.

------------Kitty
Holdem Manager Support Quote
05-27-2008 , 11:19 PM
Quote:
Originally Posted by KittyLiquor
v 1.05.08e

Start HM, Cash Games, Filter, Edit, Hole Cards, Deselect, Select 'AA', Save and Close, Filter, Save Filter 'XXX', Exit HM.
Start HM, Cash Games, Filter, Load Filter 'XXX', refresh, <right-click> on hand, replay hand.
No stats shown.

------------Kitty
Sorry, meant the other one where there is 3000% CBet. I'll fix the one you mentioned too.

Roy
Holdem Manager Support Quote
05-28-2008 , 12:25 AM
Quote:
Originally Posted by rvg72
Sorry, meant the other one
No prob, just tryin' to help.

Another whiney, bitchy request.

Can you left-justify the HUD stats. Right now the panel is being centered. I have a lot of stats and on the left side of the table when the panel grows in size, it moves farther onto the table and covers up the button.

I like to keep the panels entirely on the table window so they don't overlap with another table's window.

Thanks!

---------------Kitty
Holdem Manager Support Quote
05-28-2008 , 02:30 AM
Hi Roy !

The listbox control on the HUD's table finder doesn't have an horizontal slider neither is the window re sizable.

I cant properly point to some tables because the first characters of their name are the same.

TY
Holdem Manager Support Quote
05-28-2008 , 02:42 AM
I keep getting this error in the player preferences part of the HUD setup after I click on the "< inf" then change the color then click edit. I was trying to make it green.

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

************** Exception Text **************
System.IndexOutOfRangeException: Index was outside the bounds of the array.
   at HoldemManager.Ө.෶.OnDrawItem(DrawItemEventArgs e)
   at System.Windows.Forms.ListBox.WmReflectDrawItem(Message& m)
   at System.Windows.Forms.ListBox.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
----------------------------------------
HoldemManager
    Assembly Version: 1.0.0.0
    Win32 Version: 1.0.0.0
    CodeBase: file:///C:/Program%20Files/RVG%20Software/Holdem%20Manager/HoldemManager.exe
----------------------------------------
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
    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.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
----------------------------------------
DevComponents.DotNetBar2
    Assembly Version: 7.3.0.1
    Win32 Version: 7.3.0.1
    CodeBase: file:///C:/Program%20Files/RVG%20Software/Holdem%20Manager/DevComponents.DotNetBar2.DLL
----------------------------------------
HMClass
    Assembly Version: 1.0.0.0
    Win32 Version: 1.0.0.0
    CodeBase: file:///C:/Program%20Files/RVG%20Software/Holdem%20Manager/HMClass.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
----------------------------------------
ZedGraph
    Assembly Version: 5.1.0.621
    Win32 Version: 5.1.0.621
    CodeBase: file:///C:/Program%20Files/RVG%20Software/Holdem%20Manager/ZedGraph.DLL
----------------------------------------
Npgsql
    Assembly Version: 1.98.2.0
    Win32 Version: 1.98.2.0
    CodeBase: file:///C:/Program%20Files/RVG%20Software/Holdem%20Manager/Npgsql.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.Transactions
    Assembly Version: 2.0.0.0
    Win32 Version: 2.0.50727.1433 (REDBITS.050727-1400)
    CodeBase: file:///C:/WINDOWS/assembly/GAC_32/System.Transactions/2.0.0.0__b77a5c561934e089/System.Transactions.dll
----------------------------------------
Mono.Security
    Assembly Version: 2.0.0.0
    Win32 Version: 2.0.0.0
    CodeBase: file:///C:/Program%20Files/RVG%20Software/Holdem%20Manager/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.
I then have the choice to continue or quit but the error just keeps coming back if I continue.
Holdem Manager Support Quote
05-28-2008 , 02:48 AM
Quote:
Originally Posted by _dave_
I'm inclined to agree with eastern motors here... can you explain why multiple databases is better? I can only think of downsides to multiple db use
I play a ton of hands on a few sites, and on all of them I datamine. So, my DB gets huge very quickly. Now, if we could have multiple DB's, I'd put all of my own hands on one DB (for quick results), and all the mined hands in another (maybe per site).
Holdem Manager Support Quote
05-28-2008 , 03:30 AM
Quote:
Originally Posted by eastern motors
I keep getting this error in the player preferences part of the HUD setup after I click on the "< inf" then change the color then click edit. I was trying to make it green.
Sorry, 1.05.08e has a bug with the color picker - everyone please download 1.05.08f

www.rvgsoftware.com/hm/hmtestupdate.exe


Roy
Holdem Manager Support Quote
05-28-2008 , 03:47 AM
Quote:
Originally Posted by mikechops
I think adding all the stacks would take up a lot of space. I was going to see if I could cut back by displaying the board on one line - Flop ($10) AsAdAh, Ac, Kh - if it works out I'll see what I can do, but it won't happen for a couple of weeks.
hmmm, i play headsup, that's probably why i don't think it would take up too much space maybe you could make it an option that we turn on/off?
Holdem Manager Support Quote
05-28-2008 , 03:56 AM
Minor bug: Everest uses GMT in their hand histories, while FTP uses EST. I just had two sessions that were about 5 hours apart counted as one invidivual session.
Holdem Manager Support Quote
05-28-2008 , 04:26 AM
Just bought this program today after wasting time with PT3...Spent a good 5 hrs importing all my hands and screwing around with it. Here are some observations -
1) Where is Table PFR?
2) Where is PTBB/100?
3) Where is Total Rake Paid? All i see is Rake which seems to be MGR?
4) I'm not a fan of the rake graph. I don't like adding it to my winnings because I can't see what my RB is unless I hover my mouse over the Rake Graph then subtract that from my Total winnings. Why can't the RB graph just have its own line that starts from zero?
5) The lines between stats in the HUD are the same color as the stat example - 16/9. The / is the same color as the stat 16...Any way you can make the / black? Its hard to seperate certain stats with the same colors.
6) The EV graph...I presume that is just All in Luck?
7) I would like to display a stat to show often a player in the BB/SB folds to my cbet after calling my Steal attempt. How do I go about doing this?
8) I would like a stat to show how often a player Cbets Flop then check folds turn to a bet. Is there a stat that already does this? Is there any documentation on what all the stats are? They are pretty intuitive...just a little unsure on a few.
9) I would also like a limp fold stat instead of limp call stat. It just makes more sense to me because I display Fold to flop cbet and Fold to turn cbet.
10) Where is something similiar to the summary tab in PT2? I see the players tab but it doesn't compile everyone's avg vpip, pfr etc.
11) How do I see how many hands I am importing while datamining?
12) How do I disable popups stats in the HUD?

Edit - Just tried loading up 18 tables on FTP then turning on the HUD. It basically froze my computer for 10 minutes. I finally gave up and restarted my computer. I tried this twice...Brutal. This HUD is the same as PT3's errrrrrrr. I only have 9 stats displayed per player. Is it because I am using multiple panels or something? My computer is pretty much one of the best so I hope this is not normal.

Last edited by younggunz; 05-28-2008 at 04:45 AM.
Holdem Manager Support Quote
05-28-2008 , 04:44 AM
Also, when copying HH files using the HH reviewer, the names are left blank a lot of the time, which looks really weird:

Grabbed by Holdem Manager
NL Holdem $0.50(BB) Replayer Game#6594866208

Hero ($201.50)
($99.50)

Dealt to Hero 87

raises to $1.50, call,

FLOP ($3) 72K

check, bets $2.25, Hero calls $2.25,

TURN ($7.50) 72KA

check, check,

RIVER ($7.50) 72KA9

check, check,

shows 9T
(Flop 26.2%, Turn 13.6%)

Hero shows 87
(Flop 73.8%, Turn 86.4%)

wins $7.15


Is there some way to make it say "Villain" or their position or something? Also making bets and raises coloured red, and folds coloured grey would be nice
Holdem Manager Support Quote
05-28-2008 , 05:18 AM
younggunz - maybe spend a few more minutes exploring HEM from within and I am sure you will find everything you search for.. also, make sure to have the latest version..
Holdem Manager Support Quote
05-28-2008 , 08:14 AM
I just bought this , waiting for serial
Holdem Manager Support Quote
05-28-2008 , 08:17 AM
Played some ipoker today and I had both PT2 and HM configured to import from iPoker folder. PT2 found 563 hands and HM 427. Not very good result for HM. Anyone else got trouble with iPoker import?
Holdem Manager Support Quote
05-28-2008 , 09:51 AM
Have you implemented any sort of time conversion to local time like in PT3. For example when I import Full Tilt Poker hands the times are way off in Holdem Manager because it seems that there is no conversion to local time. It would be really nice if those times were converted to local time so different sites would be compatible to each other in terms of hourly rates, multitabling ratios etc...
Holdem Manager Support Quote
05-28-2008 , 12:47 PM
Quote:
Originally Posted by rvg72
Sorry, 1.05.08e has a bug with the color picker - everyone please download 1.05.08f

www.rvgsoftware.com/hm/hmtestupdate.exe


Roy
Just want to repeat this in case you are running 1.05.08e

Quote:
Minor bug: Everest uses GMT in their hand histories, while FTP uses EST. I just had two sessions that were about 5 hours apart counted as one invidivual session.
That will be fixed along with the my day starts at functionality after improved tourney support

Quote:
1) Where is Table PFR?
We will add this to the table manager in an update

Quote:
2) Where is PTBB/100?
For any report you can choose whatever stats you want including BB/100 or bb/100

Quote:
3) Where is Total Rake Paid? All i see is Rake which seems to be MGR?
An update will deal with the rake differences from site to site. Right now it is all based on rake / # players. The update will also go back and fix old rake values.

Quote:
4) I'm not a fan of the rake graph. I don't like adding it to my winnings because I can't see what my RB is unless I hover my mouse over the Rake Graph then subtract that from my Total winnings. Why can't the RB graph just have its own line that starts from zero?
Because it will basically be a straight line - not very exciting. Adding it to winnings seems to make more sense at least to me.

Quote:
5) The lines between stats in the HUD are the same color as the stat example - 16/9. The / is the same color as the stat 16...Any way you can make the / black? Its hard to seperate certain stats with the same colors.
Good point, we can probably do this

Quote:
6) The EV graph...I presume that is just All in Luck?
Yes

Quote:
7) I would like to display a stat to show often a player in the BB/SB folds to my cbet after calling my Steal attempt. How do I go about doing this?
You can't do this in the hud at the moment but you could run a report with the filters SB + BB and in more filters choose Called Steal and then look at the fold to cbet number. In the reports tab you can check the box that says apply to active players so you can quickly see this for all the players you are playing against. Future updates will have stats like this integrated into the hud.

Quote:
8) I would like a stat to show how often a player Cbets Flop then check folds turn to a bet. Is there a stat that already does this? Is there any documentation on what all the stats are? They are pretty intuitive...just a little unsure on a few.
This is available in the hud. It shows up as skipped Turn CBet OOP Fold%

Quote:
9) I would also like a limp fold stat instead of limp call stat. It just makes more sense to me because I display Fold to flop cbet and Fold to turn cbet.
This can probably be added - the stat is available to the hud

Quote:
10) Where is something similiar to the summary tab in PT2? I see the players tab but it doesn't compile everyone's avg vpip, pfr etc.
Yes it does and a ton more! Check it again

Quote:
11) How do I see how many hands I am importing while datamining?
The import tab but there is no running total

Quote:
12) How do I disable popups stats in the HUD?
Go into player prefs and clear every popup

Quote:
Edit - Just tried loading up 18 tables on FTP then turning on the HUD. It basically froze my computer for 10 minutes. I finally gave up and restarted my computer. I tried this twice...Brutal. This HUD is the same as PT3's errrrrrrr. I only have 9 stats displayed per player. Is it because I am using multiple panels or something? My computer is pretty much one of the best so I hope this is not normal.
Turn off multiple panels - there is a big performance hit when you turn this on and play a lot of tables on most pc's. Also, some anti virus programs seem to slow the hud down a lot - I;ve had a few people say turning this off while playing made a big difference.

If you still have issues after doing this let me know

Quote:
Is there some way to make it say "Villain" or their position or something? Also making bets and raises coloured red, and folds coloured grey would be nice
We'll update the convertor to make it more functional and have more display options in the near future.

Quote:
Played some ipoker today and I had both PT2 and HM configured to import from iPoker folder. PT2 found 563 hands and HM 427. Not very good result for HM. Anyone else got trouble with iPoker import?
ipoker parsing should be perfect - make sure you have the latest HM since ipoker changed their hh format a while back. Also make sure PT2 isn't moving the hands before HM can read them. Try taking all of your hand histories from the session and import them into a new HM database and then import the hands into a new PT database and they should be the same. If not then definitely let me know but I'd be really surprised.

Quote:
Have you implemented any sort of time conversion to local time like in PT3. For example when I import Full Tilt Poker hands the times are way off in Holdem Manager because it seems that there is no conversion to local time. It would be really nice if those times were converted to local time so different sites would be compatible to each other in terms of hourly rates, multitabling ratios etc...
Not yet, coming after improved tourney support.

Roy
Holdem Manager Support Quote
05-28-2008 , 12:48 PM
The Avg all in ev is still not correct.

Love HM by the way.
Holdem Manager Support Quote
05-28-2008 , 12:51 PM
Quote:
Originally Posted by skreemer7
The Avg all in ev is still not correct.

Love HM by the way.
Right, forgot to fix that. Will do that today along with the other things I mentioned. I also think I know why some people had crazy Replayer stats - regional settings. If your number format is 1,00 then it would cause problems but there is a pretty easy fix so will get that in as well.

If anyone has any more comments about the recent updates or want some of the default popups changed then e-mail me or post here and I'll get as much done as I can before releasing 1.05.08g

Roy
Holdem Manager Support Quote
05-28-2008 , 12:59 PM
Ready to buy, but waiting for tournament features Would love to see tournament result import from PT2.
Holdem Manager Support Quote

      
m