PDA

View Full Version : How to find opponents stats



gimmedimes
02-14-2011, 04:11 PM
Hi,

I would like to find in my HM database some stats from certain opponents I regularly play against.
In particular I need to find steal stats like they appear on my HUD while I'm playing.
What can I do?

thanks

Patvs
02-15-2011, 05:24 AM
Select the player at the reports tab: and add the steal (or fold to steal) stats.

gimmedimes
02-15-2011, 06:18 AM
Select the player at the reports tab: and add the steal (or fold to steal) stats.

is there a way to filter by effective stacks like in the HUD?

Patvs
02-16-2011, 12:46 AM
There is a Stack Size filter, so you see how someone stats vary depending on their stack size.

a.k.a.Also
02-16-2011, 04:52 PM
I put together a short report showing steal stats grouped by stack sizes.
You can edit the report to suit your own stack size requirements using notepad++, and you can add or delete stats using the + x buttons at the bottom of the stat selection panel.

6042

I highlighted which filters I used to test it out.


Report has to be copied into
Program Files (x86)>RVG Software>Holdem Manager>Reports.
HM has to be restarted afterwards.

6052

Obv I don't know what stats you have in your HUD, but hope this helps.

gimmedimes
02-17-2011, 05:19 AM
I put together a short report showing steal stats grouped by stack sizes.
You can edit the report to suit your own stack size requirements using notepad++, and you can add or delete stats using the + x buttons at the bottom of the stat selection panel.

6042

I highlighted which filters I used to test it out.


Report has to be copied into
Program Files (x86)>RVG Software>Holdem Manager>Reports.
HM has to be restarted afterwards.

6052

Obv I don't know what stats you have in your HUD, but hope this helps.

This is wonderful! Thank you for sharing! Could you explain me please how can I change not the stats, but the stacks groups? is there a way to filter by effective stacks?
Many many thanks

a.k.a.Also
02-17-2011, 01:32 PM
You're welcome!

To amend stack sizes just edit the text in the ranges group, or copy and paste more ranges if you want greater detail. Prob best to change numbering to 01, 02 etc if you go over 9 ranges.
Don't forget to amend the Report Name on line1, this is what appears in the HM report dropdown.



<Report Name="StealByStackSize"
OrderByExpression="NetAmountWon DESC" Version="1.1">
<Groupings>
<Grouping FieldExpression="PHMISC.StackSize / BigBlind"
ColumnName="Stack Size">
<Ranges>
<Range MinValue="0" MaxValue="5"
RangeName="1) Critical Stack 0-5 bb" />
<Range MinValue="5.01" MaxValue="10"
RangeName="2) Short Stack 5-10 bb" />
<Range MinValue="10.01" MaxValue="15"
RangeName="3) Borderline Stack 10-15 bb" />
<Range MinValue="15.01" MaxValue="20"
RangeName="4) Gen Stack 15-20 bb" />
<Range MinValue="20.01" MaxValue="50"
RangeName="5) Large Stack 20-50 bb" />
<Range MinValue="50.01" MaxValue="100"
RangeName="6) Big Stack 50-100 bb" />
<Range MinValue="100.01" MaxValue="*"
RangeName="7) Huge Stack 100+ bb" />
</Ranges>
</Grouping>
</Groupings>
<Stats>
<Stat StatName="Net Amount Won" />
<Stat StatName="Big Blinds per 100" />
<Stat StatName="VPIP" />
<Stat StatName="PFR" />
<Stat StatName="PFR/VPIP" />
<Stat StatName="Steal from Cutoff" />
<Stat StatName="Steal from Button" />
<Stat StatName="Steal from Small Blind" />
<Stat StatName="Steal Pct" />
<Stat StatName="Steal Success from Cutoff" />
<Stat StatName="Steal Success from Button" />
<Stat StatName="Steal Success from SmallBlind" />
<Stat StatName="Steal Success" />
</Stats>
</Report>



Sorry, I've yet to experiment with effective stacks, anyone care to chip in?
Also noticed MaxValue on first range line= "5", guess that ought to be changed?
All input gratefully received, I'm always learning!

gimmedimes
02-17-2011, 07:01 PM
You're welcome!

To amend stack sizes just edit the text in the ranges group, or copy and paste more ranges if you want greater detail. Prob best to change numbering to 01, 02 etc if you go over 9 ranges.
Don't forget to amend the Report Name on line1, this is what appears in the HM report dropdown.



<Report Name="StealByStackSize"
OrderByExpression="NetAmountWon DESC" Version="1.1">
<Groupings>
<Grouping FieldExpression="PHMISC.StackSize / BigBlind"
ColumnName="Stack Size">
<Ranges>
<Range MinValue="0" MaxValue="5"
RangeName="1) Critical Stack 0-5 bb" />
<Range MinValue="5.01" MaxValue="10"
RangeName="2) Short Stack 5-10 bb" />
<Range MinValue="10.01" MaxValue="15"
RangeName="3) Borderline Stack 10-15 bb" />
<Range MinValue="15.01" MaxValue="20"
RangeName="4) Gen Stack 15-20 bb" />
<Range MinValue="20.01" MaxValue="50"
RangeName="5) Large Stack 20-50 bb" />
<Range MinValue="50.01" MaxValue="100"
RangeName="6) Big Stack 50-100 bb" />
<Range MinValue="100.01" MaxValue="*"
RangeName="7) Huge Stack 100+ bb" />
</Ranges>
</Grouping>
</Groupings>
<Stats>
<Stat StatName="Net Amount Won" />
<Stat StatName="Big Blinds per 100" />
<Stat StatName="VPIP" />
<Stat StatName="PFR" />
<Stat StatName="PFR/VPIP" />
<Stat StatName="Steal from Cutoff" />
<Stat StatName="Steal from Button" />
<Stat StatName="Steal from Small Blind" />
<Stat StatName="Steal Pct" />
<Stat StatName="Steal Success from Cutoff" />
<Stat StatName="Steal Success from Button" />
<Stat StatName="Steal Success from SmallBlind" />
<Stat StatName="Steal Success" />
</Stats>
</Report>



Sorry, I've yet to experiment with effective stacks, anyone care to chip in?
Also noticed MaxValue on first range line= "5", guess that ought to be changed?
All input gratefully received, I'm always learning!

that's great! if there is someone who can help for effective stacks is very welcome! with this report I think I can improve a lot for session reviews.
One last thing: is there a way to filter data of opponents also for the type of game (9max vs 6 max etc)?

a.k.a.Also
02-20-2011, 07:35 AM
One last thing: is there a way to filter data of opponents also for the type of game (9max vs 6 max etc)?

Erm.... No



http://forums.holdemmanager.com/manager-general/5116-filtering-out-6max-hands-graphs-other-reports-tabls.html

http://forums.holdemmanager.com/holdem-manager-suggestions/28256-cash-games-hm-recognise-seats.html

But perhaps some day?