Open Side Menu Go to the Top
Register
NoteCaddy NoteCaddy

09-02-2017 , 03:29 PM


on the right site under color definitions:

"Desciption" - should of course be description

crazy that i used this program intensly for YEARS and never caught that one
NoteCaddy Quote
09-04-2017 , 05:24 PM
im looking for something to make custom stats. is this possible? and how difficult would it be?

an example is win when bet river, and villain only calls. i would have to make 2 filters, (win hand and lost hand), get the # of hands it happens, and divide them by each other.

filter 1 (won hand):
bet river = true
showdown = true
bet call = false
bet raise = false
win hand = true
# of hands = 249

filter 2 (lost hand):
bet river = true
showdown = true
bet call = false
bet raise = false
win hand = false
# of hands = 176

so the stat "win when bet river" would be 176/249, 71%.
NoteCaddy Quote
09-04-2017 , 06:19 PM
Quote:
Originally Posted by znzznz
im looking for something to make custom stats. is this possible? and how difficult would it be?

an example is win when bet river, and villain only calls. i would have to make 2 filters, (win hand and lost hand), get the # of hands it happens, and divide them by each other.

filter 1 (won hand):
bet river = true
showdown = true
bet call = false
bet raise = false
win hand = true
# of hands = 249

filter 2 (lost hand):
bet river = true
showdown = true
bet call = false
bet raise = false
win hand = false
# of hands = 176

so the stat "win when bet river" would be 176/249, 71%.
possible, if you worked with notecaddy: not that difficult

you need to make 2 notes:

1) bet river + went to showdown
2) bet river + went to showdown + did win

then you need to make a composite definition

(NC stat 2/NCStat1)*100

btw: in your case it would be 249/(176+249) -> 58.5% not 71
NoteCaddy Quote
09-05-2017 , 03:31 AM
haha, handling notecaddy may be hard if i can't handle simple math
NoteCaddy Quote
09-05-2017 , 09:42 AM
Quote:
Originally Posted by znzznz
haha, handling notecaddy may be hard if i can't handle simple math
you definatly need to double check EVERYTHING in the beginning , but as with everything it gets better the more you do it
NoteCaddy Quote
09-05-2017 , 10:33 PM
it definitely has not been the easiest thing to learn. it's taking a lot of trial and error, but making some progress.

------

i am having trouble understanding the "holdem cards" area of preflop, with the grid.

for example, when all cards are selected in green or black, all hands are counted.

however this counts all hands except for 22-77, so black cards are counted, when you select a few cards instead of all cards?


also i'm unable to recreate it, but i feel like the opposite has happened, select a few cards in green, and those cards are counted.

what exactly is going on here? also clicking the combos are weird, double left click turns green to black, but single right click turns black to green. also it won't let me type any weight.
NoteCaddy Quote
09-06-2017 , 10:04 AM
Quote:
Originally Posted by znzznz

i am having trouble understanding the "holdem cards" area of preflop, with the grid.

for example, when all cards are selected in green or black, all hands are counted.
Disclaimer: didn't use this much, just a little

Black = selected
Green = unselected

when nothing is selected -> this filter isn't set, so every hand is counted, yes

Quote:
Originally Posted by znzznz
also i'm unable to recreate it, but i feel like the opposite has happened, select a few cards in green, and those cards are counted.

what exactly is going on here? also clicking the combos are weird, double left click turns green to black, but single right click turns black to green. also it won't let me type any weight.
Never had it the opposite way (but: didn't work that much with it)

clicking combos is definatly weird, just use the left/right click and it's fine

weight isn't possible, but could be done with composite definitions

Fwiw: this type of notes do NOT work on Pokerstars (will work in the replayer and on other sites tho) - just making sure you don't do alot of work for nothing
NoteCaddy Quote
09-08-2017 , 10:50 PM
cheers man, thanks for all the advice
NoteCaddy Quote
09-11-2017 , 03:20 AM
I have used NC for NL for years now, but wanting to mix in PLO. I dont remember if I bought only NL version or combo. How do I find out which I have? Also can I use the same definitions for PLO or do I need completely new ones?
NoteCaddy Quote
09-13-2017 , 08:59 AM
Sorry, no idea how to find out :|

you can use almost all definitions.

the only definitions you cannot use are the ones with the following:

Quote:
Originally Posted by znzznz
As they use "holdem cards" (not allowed on stars!)
NoteCaddy Quote
09-15-2017 , 10:03 AM
Quote:
Originally Posted by Pinkmann
I have used NC for NL for years now, but wanting to mix in PLO. I dont remember if I bought only NL version or combo. How do I find out which I have? Also can I use the same definitions for PLO or do I need completely new ones?
My apologies for the delayed response

You can check by logging into https://www.holdemmanager.com/store/myAccount.php and it will list your licenses there. What may be easier though is to open a PLO hand in the HM2 replayer and if you see a good amount of notes then you have an Omaha license. If there are very few then you're seeing the "basic" definitions and don't have a license.

Definitions work for any game type by default but it is possible to filter out Omaha hands in the general tab of the definition editor. It's very unlikely you did this though so definitions should work for PLO with no changes
NoteCaddy Quote
11-20-2017 , 11:46 PM
In HUD Settings under NoteCaddy Popups, I've added note definition to one of my popupa because I remember before when I was testing my note definition, when I did that, I could see below the popup; note name, percentage and some "+" (if I remember correctly that it was "+") which when I clicked, I could see all the hands that this note was created from.

Now I've added this new note definition and I can see it below popup but there is no "+" to click so I can't see the hands. It just says: "note definition name" - (x/y z%)
NoteCaddy Quote
11-21-2017 , 12:38 AM
Actually, it was "play" sign, not "+".
NoteCaddy Quote
11-23-2017 , 03:08 AM
Your definition probably has note history disabled. It's a setting on the general tab of the definition editor
NoteCaddy Quote
12-01-2017 , 02:26 PM
Is there a way to see ranges for the player pool? For example I have a stat that shows the hands each player calls an OOP 3bet with but rather than seeing it for an individual player I'd like to see a heat map (or similar) showing it for the player pool. Is this possible?
NoteCaddy Quote
12-04-2017 , 02:52 AM
I think you'd need to make an alias for the whole player pool. You can do it with a color definition. Then you can either view the range using HM2's filters or tools->player notes in NC and type the name of the alias. If you do the "versus player" version of player notes then you see the visual representations and if you hover over the note you'd see the weighted heat map.

Either way you do it is likely to put some strain on your computer though
NoteCaddy Quote
01-07-2018 , 07:29 PM
Hello,
Im having a problem with NC. As soon as I click on "files" or "tools" tab entire
HM crashes. Ive sent the problem to HM staff but they redirected me to NC forum.
I am not allowed to open any new thread there - made an account and all.
So since i dont know where to post it - this is the last option.
I tried up/downgrading, reinstalling, and nothing seems to help.
NoteCaddy Quote
01-08-2018 , 09:50 PM
I see your email now and the log file is making me more confused than I was before I read it. Are you using the HM2 dark theme? Can you try switching to the regular one? Or vice/versa. This looks like a styling conflict but if that's the case this should be happening to many people
NoteCaddy Quote
01-08-2018 , 10:37 PM
I am/was using dark theme. When I switch it back to default - I get the same
result. NC does work smoothly in the background - it still creates custom stats and all just..as soon as I click "files" or "tools" the whole thing crashes immediately.

What else can I try?
NoteCaddy Quote
01-09-2018 , 07:45 AM
Looking for someone who can help me create notecaddy stats. I can offer $ or coaching in return for the work. PM me
NoteCaddy Quote
01-11-2018 , 09:31 PM
Hello
Spoiler:
Hello
Spoiler:
Hello
Spoiler:
Hello


Echoo
Spoiler:
Echoo
Spoiler:
Echoo
Spoiler:
Echoo


Anyone?
Spoiler:
Anyone?
Spoiler:
Anyone?
Spoiler:
Anyone?



Is this all the customer support I am going to get?
Its been 5 days now. Very annoyed!
NoteCaddy Quote
01-29-2018 , 12:43 PM
Would somebody please tell me how I can create the following stats using notecaddy:

1. Fold BB vs Button steal (2.5bb raise size)
2. Same - but 3x raise
3. Same - but 3.5x raise

I saw a video a while where a guy had these stats in his HUD so he could adjust his raise based on villain's fold % vs each size.

Thanks!
NoteCaddy Quote
01-29-2018 , 01:14 PM
Quote:
Originally Posted by shaymalus
Would somebody please tell me how I can create the following stats using notecaddy:

1. Fold BB vs Button steal (2.5bb raise size)
2. Same - but 3x raise
3. Same - but 3.5x raise

I saw a video a while where a guy had these stats in his HUD so he could adjust his raise based on villain's fold % vs each size.

Thanks!
Have you created any stats on your own before now?
NoteCaddy Quote
01-30-2018 , 08:02 PM
poker runs deep
NoteCaddy Quote
01-30-2018 , 11:10 PM


if you're using PT4 it's super easy. If you are using HM2 then this screen is not yet available but will be with the next version
NoteCaddy Quote

      
m