Page 1 of 1

NoteTracker Question Again

PostPosted: Sun Dec 09, 2012 12:01 pm
by ranka
Hello!

Right now I know how to construct automated notes like: PSB ON ANY STREET = WEAKNESS [MID PAIR or WEAKER] etc. but is it possible to construct similar reversed automated noted. I mean in similar way as hand-range variable {AA, K3, 72s} but I need {Top Pair, Middle Pair, Flush} etc.

E.g: Player bets potsize bet on the flop OR on the turn OR on the RIVER and then his hand strength is: {TP, MP, 2 PAIR, FLUSH} etc.

Is it possible? If my comment is confusing, then let me know. I am not native english speaker.

QUICK EDIT:

Why I need that? Lets take good example. If I want to know if potsize bet is weak or strange range, then I should do lots of filters. E.g if players bet 100% on the flop OR on the turn OR on the river AND he had middle pair or weaker pair OR high card etc. then his range is weak. Need to do the same filter for his value range also but its painnnnnnnnnnnn in the ass. It should much easier, if I can just add made_hand variable into { }

EDIT2: Or I can add new self made varibales by self?

Re: NoteTracker Question Again

PostPosted: Sun Dec 09, 2012 12:08 pm
by kraada
We know what you are going for here. There isn't a variable for that available right now but it is something we are aware of the demand for - and we are going to investigate a solution and hope to develop something that will work well for you in the future.

Re: NoteTracker Question Again

PostPosted: Sun Dec 09, 2012 12:19 pm
by ranka
Even "hardcore hack" or temporarily "custom_text_variable" would be a nice solution.

E.G. You make a note "50% potsize bet: {custom_ranka_variable}.

On custom_ranka_variable you can add different cases ala:
If (player_bets_50% pot at any street with flush) then add to variable: flush
if (player_bets_50% pot at any street with straight) then add to variable: straight
....
if (player_bets_50% pot at any street with air) then add to variable: bluff

Now lets say he bets once TP, one time with flush and one time in air then the final text should be: 50% potsize bet: {TP, bluff, flush}

But ok, I wait and hope, u will find a good and nice solution.

highfalutin