Expression stats are essentially mathematical formulas composed of simple stats. Therefore, to create such a stat, you just need to specify the desired formula. Expression syntax is described in the manual on the official site.
Examples
The name of the stat in Hand2Note is specified in brackets, if it exists in the program after the installation by default.
- WTSD (Went to Showdown)
WentToSDCases(Flop Any Action) / Cases(Flop Any Action) * 100
Flop Any Action is a specially created simple stat that doesn’t make any sense by itself. It describes the spots when the opponent makes any action on the flop. Such a stat will always have a value of 100, but an expression stat Cases(Flop Any Action) will mean the number of hands in which the player saw the flop, and WentToSDCases(Flop Any Action) – the number of hands in which the opponent reached the showdown after seeing the flop. Any Action stats for each street are in the program by default.
- W$SD (Won at Showdown)
WonHandAtSDCases(preflop any action) / WentToSDCases(preflop any action) * 100
- WWSF (Won When Seen Flop)
WonHandCases(flop any action) / Cases(flop any action) * 100
- AFq Flop (Aggression Frequency Flop)
Cases(Flop Raise or Bet)/Cases(Flop Any Action) * 100
- AF Flop (Aggression Flop)
(Cases(Bet Flop) + Cases(Raise Flop)) / (Cases(Call Flop))
- 4Bet Range (4Bet Range)
Value(Open Raise) * Value(4Bet) / 100
See also: