Page 1 of 2

Kraaada's Holdem Hand Range Visualizer Custom Stat

PostPosted: Mon Jul 30, 2012 6:06 pm
by pt4pt4pt4
Only way I could think of when you create it that we would know, and if you could post it here so we could take a look at it.

No rush!


WhiteRider wrote:The Holdem Hand Range Visualizer is set up to show percentage type stats so there isn't a money-won option. It may be possible to build something as a custom stat and I think Kraada may already have something so let's see what he says. In the meantime you can see how much you won or lost with each starting hand via the Summary > Starting Hands (Holdem or omaha) report. You can sort that report to see the hands in winning/losing order by clicking on the column header if you like.




kraada wrote:I will, it's just been a bit hectic lately (for obvious reasons) so I haven't had a chance to get it working.

Re: Kraaada's Holdem Hand Range Visualizer Custom Stat

PostPosted: Tue Jul 31, 2012 9:03 am
by kraada
I actually have put some time into finding a way to do that but the stats that involve negative values (like amount won, bb won, etc) are not as simple to do as the things that just count up (like number of hands).

Re: Kraaada's Holdem Hand Range Visualizer Custom Stat

PostPosted: Tue Jul 31, 2012 8:13 pm
by pt4pt4pt4
Any negative value is automatically filtered out from the range visualizer (cmon Dev put down that coffee and put a negative sign in your formula :P ).

Option if possible is to duplicate each stat as a Winning and a Losing stat that would be selected in the list. You select which stat you want to see.If the color green could be substituted for red then losing would be absolute values displayed.

I use it since i don't care what the losing values (hands) are, and filtering negative doesn't bother my values.


The RESULTS for AA: next to the range, is that configurable at all? Can you add / delete stats that are displayed?

I really like the Holdem Range visualizer and it would be great to be able to see all of your reports displayed in it. SO MUCH QUICKER in assessing your stats.

Re: Kraaada's Holdem Hand Range Visualizer Custom Stat

PostPosted: Wed Aug 01, 2012 9:56 am
by kraada
That's an interesting idea, I might be able to make that work.

Re: Kraaada's Holdem Hand Range Visualizer Custom Stat

PostPosted: Wed Aug 01, 2012 6:18 pm
by kraada
That looks like it works. I've zipped up and attached the two stats here - one is the total of your winning hands and the other is your losing hands. So technically your net win is the difference of the two. But it's better than nothing :)

Re: Kraaada's Holdem Hand Range Visualizer Custom Stat

PostPosted: Wed Aug 01, 2012 9:01 pm
by pt4pt4pt4
I didn't know you could do that. I thought each hand was a Win or Loss display that you were going to do, not every hand stats for every winning hand for hand X and then every losing hand for hand x.

This is VERY useful ! TY. (when appplying position too)

Helps isolate areas of weaknesses (specifically not folding your hand when you are beat or pushing it too fast with little value)

Hate to ask this but tried to convert it to tourney and says invalid. is it possible to convert or is this a just a cash stat?

Re: Kraaada's Holdem Hand Range Visualizer Custom Stat

PostPosted: Thu Aug 02, 2012 9:24 am
by kraada
I'll put together a tourney version for you in a little bit and post it here as well.

Re: Kraaada's Holdem Hand Range Visualizer Custom Stat

PostPosted: Thu Aug 02, 2012 10:43 am
by pt4pt4pt4
Any anyone that wants to create an excel sheet or just see the combined totals in MY REPORTS, create this stat and with the other two stats, for each hand displays WON LOST COMBINED:

Combined STAT (duplicate either of the two)

VALUE EXPRESSION:

((amt_won_curr_conv_winning_hands - amt_lost_curr_conv_losing_hands ) / 100) * 100

FORMAT TYPE:

format_number(((amt_won_curr_conv_winning_hands - amt_lost_curr_conv_losing_hands ) / 100) * 100, 2, true, false)

Re: Kraaada's Holdem Hand Range Visualizer Custom Stat

PostPosted: Thu Aug 02, 2012 12:32 pm
by kraada
Or you could just use My C Won :)

Re: Kraaada's Holdem Hand Range Visualizer Custom Stat

PostPosted: Thu Aug 02, 2012 1:00 pm
by pt4pt4pt4
And here i thought i was finally getting a grip of the stats :lol:

If i want to add color to your stats in MY REPORTS do I have to go into advanced filters with operands and type in the whole filter?