Predefined Properties in the Poker Sleuth Statistics Language
Properties of the hand
- Limit
- Boolean. True if and only if
the game is Limit Hold'em.
- NL
- Boolean. True if and only if
the game is No Limit Hold'em.
- PL
- Boolean. True if and only if
the game is Pot Limit Hold'em.
- Cash
- Boolean. True if and only if
the game is a cash ring game.
- Cash
- Boolean. True if and only if
the game is a tournament but not an SNG.
- SNG
- Boolean. True if and only if
the game is a sit-and-go tournament.
- num_players
- Integer. The number of
players who were dealt cards in the hand.
- rake
- Money. The amount of rake
collected from the pot by the house.
- small_bet
- Money. The minimum bet
pre-flop and on the flop.
- big_bet
- Money. The minimum bet on
the turn and the river.
Properties of the current player
- won
- Money. How much the player
collected from the pot at the end of the hand, if anything.
- saw_flop
- Boolean. True if and only
if the player was still in the hand on the flop.
- saw_turn
- Boolean. True if and only
if the player was still in the hand on the turn.
- saw_river
- Boolean. True if and
only if the player was still in the hand on the river.
- saw_showdown
- Boolean. True if and
only if the player was still in the hand at the showdown.
- position
- Position. The current
player's position. May be one of SB, BB, EP, HJ, CO, or BT.
See Poker Table Position
Names.
Properties of the current action
- in_front_before
- Money. The amount
of money the player has already contributed to the pot this
betting round before their current action.
- in_front_after
- Money. The amount
of money the player has already contributed to the pot this
betting round including their current action.
- all_in
- Boolean. True if and only
if the player's action makes them all-in.
- start_of_round
- Boolean. True if
and only if the player's action is the first action of the
current round.
- round
- Round. The round during
which the current action took place. May be one of D (for dead
money and blinds), P (for pre-flop), F (for the flop), T (for
the turn), or R (for the river).
- subround
- Integer. The number of
actions the player has taken this betting round before the
current action.
- action
- Action. The action that the
player took. May be one of Call, Raise, or Fold. For these
purposes a check is considered a type of Call, and an opening
bet is considered a type of raise.
- bets_before
- Money. The size of the
current bet before the player's current action.
See also
If you have suggestions on how we could improve this documentation,
please let us know by
emailing support@pokersleuth.com.
|