Help with Total Isolate Calculation in 3-Max Considering Eff
Posted: Fri Dec 27, 2024 8:31 am
Hello,
I am trying to create a custom statistic in PokerTracker 4 to calculate Total Isolate in a 3-max format under the following conditions:
I am on the Small Blind (SB) and limp.
The Big Blind (BB) isolates my limp.
The Button (BTN) folds preflop.
The calculation should account for specific ranges of effective stacks, for example:
10–12 BB,
15–17 BB.
I would like to know how to properly structure the SQL query for this statistic to:
Accurately account for the 3-max format.
Segment the statistic by effective stack ranges.
Combine the conditions for SB limp, BB isolate, and BTN fold correctly.
If possible, I would greatly appreciate an example or detailed guidance on how to implement this.
Thank you in advance for your help!
I am trying to create a custom statistic in PokerTracker 4 to calculate Total Isolate in a 3-max format under the following conditions:
I am on the Small Blind (SB) and limp.
The Big Blind (BB) isolates my limp.
The Button (BTN) folds preflop.
The calculation should account for specific ranges of effective stacks, for example:
10–12 BB,
15–17 BB.
I would like to know how to properly structure the SQL query for this statistic to:
Accurately account for the 3-max format.
Segment the statistic by effective stack ranges.
Combine the conditions for SB limp, BB isolate, and BTN fold correctly.
If possible, I would greatly appreciate an example or detailed guidance on how to implement this.
Thank you in advance for your help!