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?