The Code Field
The code field allows you to set or remove certain restrictions in the tree builder.
In regular use, you can simply ignore this field, as it only applies to more exotic situations.
Available Codes
B: Size of bb
Sets a minimum bet size.
Example: B2 will set a minimum bet of $2.
A bet of 40% in a limped 2bb pot will now automatically be converted from 0.8bb to 1bb.
M: Do not allow raises below a minraise
Example: The pot is $40, OOP bets $20, IP raises 20% to $36.
The code M will automatically convert this 20% raise to a minraise of $40.
New in v153: In case of 3-bets, such as “Bet 10 → Raise 30 → Raise 45”, the code M will convert to “Bet 10 → Raise 30 → Raise 60”.
If you prefer the conversion to “Bet 10 → Raise 30 → Raise 50” (because IP only raised by 20), then use the code M_.
R: Do not round bet sizes (v137)
The “Advanced” tree builder rounds bet sizes to the nearest “human” value.
For example: $13.76 → $14 and $220.32 → $220.
The code R will force the tree builder to use exact values down to the cent.
G: Minimum gap between bets (v142)
Removes bets that are too close to each other.
Example: G11 will remove all bets that are within 11%.
So if the bets are 75%, 65%, 55%, then G11 will remove the 65% bet, as it’s too close to 75% and 55%.
L: Maximum bet per board phase (v153)
Sets a maximum amount that can be bet per board phase.
Example: [100,200,400] means that at most $100 can be bet on the flop, $200 on the turn, and $400 on the river.
To leave out a board phase, enter nothing.
Example: L[500,,] means that at most $500 can be bet on the flop, with no limit on the turn or river.
S: “Get money in smoothly” adds geometrically sized bets (v153)
With S, the option “With only 2 bets left, get the money in smoothly” will add geometrically sized bets instead of replacing the bets requested by the user.
# : Store as default
Add # to store your settings as the default for every new tree.
To remove the default, just enter #.