In
Configure -> Statistics
I saw the colour ranges you can add to a specific stat in the hud (I am aware you can do this in the HUD editor also, and I have made colour ranges for my hud)
the example on the pt4 guide says go:
Spoiler
#3bet preflop# > 10
or something similar to this. Because I already know how to do colour ranges I don't wanna do this, what I would like to do though, is have it so that a stat is black (and therefore invisible since my background colour hud is black) until it is over a certain sample size, not over a certain value.
Is this possible, and if so what code would I use? Sorry if this is clearly stated on the pt4 site somewhere, I did look myself first but couldn't find anything.
Example of what I am wanting:
Spoiler
#3bet preflop# > 10 opportunities
or
#3bet preflop# AND hands > 50
except with correct code not donkey code that I used above