Poker Stats explained (HUD stats)

Embed Size (px)

Citation preview

  • 8/13/2019 Poker Stats explained (HUD stats)

    1/24

    PokerTracker 3

    Statistical Reference Guide

    Product Version: 3.00 Build 5

    Document Version: 1.03

    Modified: March 8, 2010

  • 8/13/2019 Poker Stats explained (HUD stats)

    2/24

    Page | 2 2010 PokerTracker Software, LLC.

    Contents

    Introduction .............................................................................................................................................. 3

    Statistical Reference Guide ....................................................................................................................... 5

    Glossary ................................................................................................................................................... 23

    PokerTracker Help & Support ................................................................................................................. 24

  • 8/13/2019 Poker Stats explained (HUD stats)

    3/24

    Page | 3 2010 PokerTracker Software, LLC.

    Introduction

    The formulas listed here are just descriptive if you want to see how the statistic is actually calculated

    you can do this using the Custom Statistics window.

    Configure -> Configure Stats

    The stats are separated into sections depending on what they relate to.

    Holdem Cash|Tournament Handstats relate to a specific hand, and can be used in reports

    which list individual hands, such as the Hands -> Known Starting Hands Detail report.

    Holdem Cash|Tournament Player Statisticsstats relate to a specific player and are built from all

    the hands that player has played. They can be used in the HUD and reports about a players

    overall hands, such as the General -> Player Statistics report or Hands -> Known Starting

    Hands Summary.

    Holdem Cash|Tournament Sessionstats relate to a specific session for a player, and can be

    used in reports listing individual sessions, such as the Sessions -> Sessions report.

    Holdem Cash|Tournament Sessionsstats relate to a players overall session totals, and can be

    used in summary type reports, such as the General -> Player Summary report.

    The stats you can use on the HUD are all in the Holdem Cash|Tournament Player Statistics sections,

    and these are probably the stats youll use the most.

    To see how a specific stat is built (for example: 3Bet Preflop), choose the appropriate section (Holdem

    Cash Player Statistics) on the Sections tab, then select the Statistics tab.Find the statistic in the list on the left hand side and click to select it.

    You will now see the stat on the right hand side. The Value Expression field shows the calculation

    being used.

    For 3Bet Preflop the expression is (cnt_p_3bet / cnt_p_3bet_opp) * 100.

    This means that the expression is built from the Columncnt_p_3bet divided by the Column

    cnt_p_3bet_opp, multiplied by 100 to get a percentage.

    To see how the columns are built, click the Columns tab, find one of them in the list on the left and

    click to select it. You will then see the column on the right hand side. The Expression field shows the

    calculation being used.

    For cnt_p_3bet the expression is sum(if[holdem_hand_player_statistics.flg_p_3bet, 1, 0]).This means that the expression is built using the database field

    holdem_hand_player_statistics.flg_p_3bet, which is a boolean flag (flg_) field and will be true if the

    player 3-bet a specific hand preflop (p_).

    To find out how many times in total the player 3-bet preflop across all hands, we count how many times

    that database field is true by iterating each hand.

  • 8/13/2019 Poker Stats explained (HUD stats)

    4/24

    Page | 4 2010 PokerTracker Software, LLC.

    The if statement checks the database field and returns 1 if its true and 0 if its false.

    if [ expression, value-if-true, value-if-false ]

    The sum statement adds up the value returned by the if statement for each hand, so it adds

    1 for true and 0 for false, effectively counting the times its true.

    sum( if[exp,1,0] )

    The cnt_p_3bet_opp is built in exactly the same way but using the database field

    holdem_hand_player_statistics.flg_p_3bet_opp which shows opportunities (_opp) to 3-bet. The full

    expression is sum(if[holdem_hand_player_statistics.flg_p_3bet_opp, 1, 0]).

    All statistics are built from this basic pattern, so you can find out how every stat in PT3 is built in this

    way.

  • 8/13/2019 Poker Stats explained (HUD stats)

    5/24

    Page | 5 2010 PokerTracker Software, LLC.

    Statistical Reference Guide

    $/100 (Money Won per 100 Hands)

    Description: The average amount of money won or lost per 100 hands.

    Formula: [ Total Amount Won / ( Total Hands Played / 100 ) ]

    $/Hand (Money Won per Hand)

    Description: The average amount of money won or lost per hand.

    Formula: ( Total Amount Won / Total Hands Played )

    3Bet P/F/T/R (Three Bet on the Preflop/Flop/Turn/River)

    Description: The percentage of times the player made a 3-bet(re-raised a raiser) preflop or on the flop, turn

    or river when they had the opportunity. This includes all 3-bets, not just those where this player

    made the original bet.Formula: ( Total Times 3Bet on PF|F|T|R) / Total 3Bet Opportunities on PF|F|T|R ) * 100

    3Bet Total (Total Three Bets)

    Description: The percentage of times the player 3-bet(re-raised a raiser) when they had the opportunity. This

    includes all 3-bets, not just those where this player made the original bet.

    Formula: ( Total Times 3Bet / Total 3Bet Opportunities ) * 100

    4Bet P/F/T/R Total (Four Bet on the Preflop/Flop/Turn/River or Total)

    Description: The percentage of times the player 4-bet(raised a 3-Bet or higher) when they had the

    opportunity. This includes all 4-bets, 5-bets, and higher, regardless of any previous action this

    player did or didnt make.

    Formula: ( Total Times 4Bet PF|F|T|R|Total / Total 4Bet Opportunities PF|F|T|R|Total ) * 100

    AF SeeTotal AForPreflop/Flop/Turn/River AF

    AFq seeTotal AFqorPreflop/Flop/Turn/River AFq

    Amount Blind (Amount of Blinds Paid)

    Description: The total amount of money or chips the player has paid in blinds.

    Formula: Total amount paid in blinds

  • 8/13/2019 Poker Stats explained (HUD stats)

    6/24

    Page | 6 2010 PokerTracker Software, LLC.

    Amount Won

    Description: The total net amount of money or chips won or lost, formatted as a currency and colored to

    reflect positive or negative values.

    Formula: Total amount won

    Att To Steal (Attempted to Steal)

    Description: The percentage of times the player made a steal raise(attempted to steal the blinds) when they

    had the opportunity; i.e. raised when folded to in the cutoff, button, or small blind.

    Formula: ( Total Steal Attempts / Total Steal Opportunities ) * 100

    Att To Steal & Fold (Attempted to Steal then Folded)

    Description: The percentage of times the player folded at any point in the hand after making a steal raise.

    Formula: ( Total times folded hand after making steal raise / total times made steal raise ) * 100

    BB Faced Steal seeSB/BB Faced Steal

    BB Steal Def W SD see SB/BB Steal Def W SD

    BB Steal Def W w/o SD see SB/BB Steal Def W w/o SD

    BB Steal Def WTSD seeSB/BB Steal Def WTSD

    BB/100 (Big Bets per 100 Hands)

    Description: The average amount of big bets (BB) won or lost per 100 hands. A Big Bet is twice the size of the

    big blind.

    Formula: Total BB Won / ( Total Hands Played / 100 )

    BB/Hand (Big Bets per Hand)

    Description: The average amount of big bets (BB) won or lost per hand. . A Big Bet is twice the size of the big

    blind.

    Formula: ( Total BB Won / Total Hands Played )

    Bet Flop/Turn/River Total

    Description: The percentage of times the player bet on a street (or in total) when they had the opportunity.

    Formula: ( Total Times Bet F|T|R|Total / Total Times Bet F|T|R|Total + Total Times Checked F|T|R|Total)

    * 100

  • 8/13/2019 Poker Stats explained (HUD stats)

    7/24

    Page | 7 2010 PokerTracker Software, LLC.

    Blind (Times posted blind)

    Description: The number of times the player posted a big, small or dead blind.

    Formula: Total times posted blind

    Blinds (Tournament blinds)

    Description: The blind level the hands were played at. If this stat is added to a report it will break the report

    into a line for each different blind level.

    This is a tournament only stat.

    Formula: lookup_from_id(id_blinds, 'blindssort')

    Buddy

    Description: Indicates whether the player has been marked as a buddy. This stat is shown with the buddy

    icon. You mark a player as buddy on the Texas Holdem -> General tab, or in TableTracker.

    Call 3Bet see Call [PF/F/T/R] 3Bet

    Call 4Bet see Call [PF/F/T/R] 4Bet

    Call F 3Bet see Call [PF/F/T/R] 3Bet

    Call F 4Bet see Call [PF/F/T/R] 4Bet

    Call F/T/R Bet (Called Flop/Turn/River Bet)

    Description: The percentage of times the player called when facing a bet on the flop.

    Formula: ( total times called when facing F|T|R bet / total times faced F|T|R bet ) * 100

    Call F CBet (Called Flop Continuation Bet)

    Description: The percentage of times the player called a flop continuation betwhen they had the opportunity.

    Formula: ( Total Times Called Flop CBet / Total Times Faced Flop CBet ) * 100

    See also: Call T/R CBet

    Call F/T/R Raise (Call Flop/Turn/River Raise)

    Description: The percentage of hands where the player called a raise on the flop, turn or river when they had

    the opportunity.

    Formula: ( Total hands called raise F|T|R / total hands with opportunity to call raise F|T|R ) * 100

  • 8/13/2019 Poker Stats explained (HUD stats)

    8/24

    Page | 8 2010 PokerTracker Software, LLC.

    Call [PF/F/T/R] 3Bet (Called three bet total, or on the Preflop/Flop/Turn/River)

    Description: The percentage of hands where the player called a 3-betin total, or preflop or on the flop, turn or

    river when they had the opportunity.

    Formula: ( Total Hands Player Called a 3Bet PF|F|T|R|Total / Total Hands Faced a 3Bet PF|F|T|R|Total ) *

    100

    Call [PF/F/T/R] 4Bet (Called four bet total, or on the Preflop/Flop/Turn/River)

    Description: The percentage of hands where the player called a 4-betin total, or preflop or on the flop, turn,

    or river when they had the opportunity. 4-bets include 5-bets, 6-bets, and higher.

    Formula: ( Total Times Player Called a 4Bet PF|F|T|R|Total / Total Times Faced a 4Bet PF|F|T|R|Total ) *

    100

    Called PFR (Called Pre-Flop Raise)

    Description: The percentage of hands where the player called a preflop raise when they had the opportunity.This counts all hands where the player faced a preflop raise regardless of any previous or

    subsequent actions in that hand.

    Formula: ( Total Hands Called Pre-Flop Raise / Total Hands Faced Pre-Flop Raise ) * 100

    Call R 3Bet see Call [PF/F/T/R] 3Bet

    Call R 4Bet see Call [PF/F/T/R] 4Bet

    Call R Bet see Call F/T/R Bet

    Call R CBet see Call T/R CBet

    Call R Donk Bet see Call T/R Donk Bet

    Call R Float Bet see Call T/R Float Bet

    Call R Raise see Call F/T/R Raise (Call Flop/Turn/River Raise)

    Call T 3Bet seeCall (PF/F/T/R) 3Bet

    Call T 4Bet see Call [PF/F/T/R] 4Bet

  • 8/13/2019 Poker Stats explained (HUD stats)

    9/24

    Page | 9 2010 PokerTracker Software, LLC.

    Call T Bet see Call F/T/R Bet

    Call T/R CBet (Called Turn/River Continuation Bet)

    Description: The percentage of times the player called a turn or river continuation betwhen they had theopportunity.

    Formula: ( Total Times Called Turn|River CBet / Total Times Faced Turn|River CBet ) * 100

    See also: Call F CBet

    Call T/R Donk Bet (Call Turn/River Donk Bet)

    Description: The percentage of times the player called an opponents Donk Beton the Turn or River. This

    counts all donk bets, not just those when this player is the previous aggressor.

    Formula: ( Total times called donk bet / total times faced donk bet ) * 100

    Call T/R Float Bet (Call Turn/River Float Bet)

    Description: The percentage of times the player called an opponents Float Beton the Turn or River. This

    counts all float bets, not just those when this player is the previous aggressor.

    Formula: ( total times called float bet / total times faced float bet ) * 100

    Call T Raise seeCall F/T/R Raise

    CBet Flop (Continuation Bet Flop)

    Description: The percentage of times the player followed their preflop raise by betting the flop when they had

    the opportunity. Continuation Bet.

    Formula: ( Total Times Continuation Bet Flop / Total Continuation Bet Flop Opportunities ) * 100

    CBet Turn seeCBet Turn/River

    CBet Turn/River (Continuation Bet Turn/River)

    Description: The percentage of times the player followed their flop continuation betby betting the turn (and

    bet again on the river) when they had the opportunity. You can only make a continuation bet if

    you made a continuation bet on all previous streets.

    Formula: ( Total Times Continuation Bet Turn / Total Continuation Turn Opportunities ) * 100

  • 8/13/2019 Poker Stats explained (HUD stats)

    10/24

    Page | 10 2010 PokerTracker Software, LLC.

    CCPF (Cold Called Pre-Flop)

    Description: The percentage of times the player cold calledpreflop when they had the opportunity. A cold call

    is when the player calls a preflop raise when they havent yet got any money in the pot, including

    blinds.

    Formula: ( Total Times Cold Called Pre-Flop / Cold Call Opportunities ) * 100

    Check Raise (Flop/Turn/River)

    Description: The percentage of times the player check raisedthe Flop, Turn, or River) when they had the

    opportunity.

    Formula: ( Total Times Check Raised F|T|R / (Total Times Check Raised F|T|R + Total Times Check Folded

    F|T|R + Total Times Check Called F|T|R ) ) * 100

    Check Raise Total (Check Raise Total)

    Description: The percentage of times the player check raisedacross all streets when they had the opportunity.Formula: ( Total Times Check Raised / (Total Times Check Raised + Total Times Check Folded + Total Times

    Check Called) ) * 100

    Donk (Turn/River) (Donk Bet Turn/River)

    Description: The percentage of times the player made a donk beton the turn or river when they had the

    opportunity.

    Formula: ( Total times Donk Bet / Total opportunities to Donk Bet ) * 100

    Final Hand

    Description: The strength of the final hand the player would have had using all the dealt board cards. This isshown as text such as High Card, Two Pair, Flush, etc. If this stat is added to a report it will

    break the report into a line for each final hand type. This stat cant be used on the HUD.

    Formula: Lookup_hand_ranks.group_name

    Float (T/R) (Float Bet Turn/River)

    Description: The percentage of times the player floated the turn or river when they had the opportunity.

    Formula: ( Total times float bet T|R / Total opportunities to float bet T|R ) * 100

    Flop AF seePreflop/Flop/Turn/River AF

    Flop AFq seePreflop/Flop/Turn/River AFq

  • 8/13/2019 Poker Stats explained (HUD stats)

    11/24

    Page | 11 2010 PokerTracker Software, LLC.

    Fold BB to SB Steal (Fold Big Blind to Small Blind Steal Raise)

    Description: The percentage of times the player folded his Big Blind (BB) when facing a steal raiseby the Small

    Blind (SB).

    Formula: ( Total times BB folded to a SB steal raise / Total times BB faced SB steal raise ) * 100

    Fold BB to Steal (Folded Big Blind to Steal Raise)

    Description: The percentage of times the player folded their big blind (BB) when facing a steal raise.

    Formula: ( Total Times Folded BB To Steal / Total BB Steal Defense Opportunities ) * 100

    See also: Fold SB to Stealand Fold BB to SB Steal

    Fold Flop/Turn/River

    Description: The percentage of hands the player folded on the flop/turn/river when they saw that street.

    Formula: ( Total times folded on the F|T|R / Total times saw F|T|R ) * 100

    Fold River seeFold Flop/Turn/River

    Fold SB to Steal (Folded Small Blind to Steal Raise)

    Description: The percentage of times the player folded the small blind (SB) when facing a steal raise.

    Formula: ( Total Times Folded SB To Steal / Total SB Steal Defense Opportunities ) * 100

    See also: Fold BB to Steal

    Fold Steal to Blind ReraiseDescription: The percentage of times the player folded after making a steal raisewhen one of the blinds re-

    raised and everyone else folded.

    Formula: ( Total times steal raiser folded when facing a Reraise from a blind / Total times steal raiser faced

    a Reraise from a blind ) * 100

    Fold to [PF/F/T/R] 3Bet (Folded to Pre-Flop/Flop/Turn/River Three Bet)

    Description: The percentage of times the player folded when facing a three bet(re-raise) in total, or preflop or

    on the flop, turn or river. This includes all folds when facing a 3-bet, regardless of any previous

    action the player has or hasnt made.

    Formula: [ Total Times Player Folded to 3Bet on (PF/F/T/R) / Total Times Faced 3Bet on (PF/F/T/R) ] * 100

  • 8/13/2019 Poker Stats explained (HUD stats)

    12/24

    Page | 12 2010 PokerTracker Software, LLC.

    Fold to [PF/F/T/R] 4Bet(Folded to Pre-Flop/Flop/Turn/River Four Bet)

    Description: The percentage of times where the player folded when facing a 4-bet(or 5-bet or higher) in total,

    or preflop or on the flop, turn or river. This includes all folds when facing a 4-bet or higher,

    regardless of any previous action the player has or hasnt made, but folds and opportunities are

    only counted once per street. If the player raises a 4-bet and then folds to a 6-bet, this stat is

    100%.

    Formula: ( Total times player folded to a 4-bet [PF|F|T|R] / Total times player faced a 4-bet [PF|F|T|R] ) *

    100

    Fold to (F/T/R) Bet(Folded Flop/Turn/River to a Bet)

    Description: The percentage of times the player folded when facing a bet on the flop, turn or river.

    Formula: ( Total Times Player Folded to a F|T|R Bet / Total Times Faced F|T|R Bet) * 100

    Fold to F/T/R CBet(Folded to Flop/Turn/River Continuation Bet)

    Description: The percentage of times the player folded to a continuation beton the flop, turn, or river.

    Formula: ( Total Times Folded to F|T|R CBet / Total Times Called F|T|R CBet + Total Times Folded to F|T|R

    CBet + Total Times Raised F|T|R CBet ) * 100

    Fold to (F/T/R) Raise (Folded to a Flop/Turn/River Raise)

    Description: The percentage of hands where the player folded when facing a raise on the flop, turn or river.

    This includes all folds when facing any raise regardless of any previous action the player has or

    hasnt made. Each street counts as a single opportunity regardless of how many raises the player

    faced e.g. if you 3-bet a raise but fold to a 4-bet then this stat will be 100%.

    Formula: ( Total Times Player Folded to a F|T|R Raise / Total Times Faced F|T|R Raise) * 100

    Fold to PF 3Bet see Fold to [PF/F/T/R] 3Bet

    Fold to PF 4Bet see Fold to [PF/F/T/R] 4Bet

    Fold to R 3Bet see Fold to [PF/F/T/R] 3Bet

    Fold to R 4Bet see Fold to [PF/F/T/R] 4Bet

    Fold to R Bet see Fold to (F/T/R) Bet

  • 8/13/2019 Poker Stats explained (HUD stats)

    13/24

    Page | 13 2010 PokerTracker Software, LLC.

    Fold to R CBet see Fold to F/T/R CBet

    Fold to R Donk Bet see Fold to T/R Donk Bet

    Fold to R Float Bet see Fold to T/R Float Bet

    Fold to R Raise see Fold to (F/T/R) Raise

    Fold to T 3Bet see Fold to [PF/F/T/R] 3Bet

    Fold to T 4Bet see Fold to [PF/F/T/R] 4Bet

    Fold to T Bet see Fold to (F/T/R) Bet

    Fold to T CBet see Fold to F/T/R CBet

    Fold to T/R Donk Bet (Fold to Turn/River Donk Bet)

    Description: The percentage of times the player folded when facing a turn or river donk bet.

    Formula: ( Total times folded to T|R donk bet / Total times faced T|R donk bet ) * 100

    Fold to T/R Float Bet (Fold to Turn/River Float Bet)Description: The percentage of times the player folded when facing a turn or river float bet.

    Formula: ( Total times folded to a T|R float bet / Total times faced T|R float bet ) * 100

    Fold to T Raise see Fold to (F/T/R) Raise

    Fold Turn seeFold Flop/Turn/River

    Hands

    Description: The total number of hands the player has played.

    Formula: Total hands played

  • 8/13/2019 Poker Stats explained (HUD stats)

    14/24

    Page | 14 2010 PokerTracker Software, LLC.

    Hands Won

    Description: The total number of hands the player has won. This includes split pots.

    Formula: Total hands won

    HoleCards

    Description: The type of hole cards you held. This is listed as, for example, AA, KQs, T8o. If this stat is added

    to a report it will break the report into a line for each pair of hole cards. This stat cant be used

    on the HUD.

    Formula: lookup_from_id(id_holecard, 'cardpair')

    Limit (Blind Limit and table size)

    Description: The cash limit the hands were played at and the full table size. If this stat is added to a report it

    will break the report into a line for each different blind limit and full table size combination.

    This is a cash-only stat.Formula: lookup_from_id(id_limit, 'limitsort')

    LWPC (Limped with Previous Callers)

    Description: The percentage of times the player limped after at least one previous player had already limped.

    Formula: ( Total Times Limped with Previous Callers / Total times limped with previous callers + total times

    raised with previous callers + total times folded with previous callers ) * 100

    MGR (Monthly Gross Revenue)

    Description: The total amount of credited rake paid in each hand divided by the number of players in the

    hand.Formula: SUM for all hands of ( Rake Paid for Hand / Total Number of Players Dealt into the Hand )

    PFR (Pre-Flop Raise)

    Description: The percentage of hands where the player made any raise pre-flop.

    Formula: ( Total Hands Raised Pre-Flop / Total Hands Played ) * 100

    Player

    Description: The players name.

    Player Icon

    Description: The auto-rate icon associated with the player.

    Formula: lookup_from_id(val_icon, 'icondesc')

  • 8/13/2019 Poker Stats explained (HUD stats)

    15/24

    Page | 15 2010 PokerTracker Software, LLC.

    Position (Position off the button)

    Description: The number of seats away from the button that the player is. The button is position 0, cutoff is 1,

    hijack is 2, etc. The Big Blind is always position 8 and Small Blind is always position 9 regardless of

    table size.

    If this stat is added to a report it will break the report into a line for each position. This stat cant

    be used on the HUD.

    Preflop/Flop/Turn/River AF (Preflop/Flop/Turn/River Aggression Factor)

    Description: A measure of how aggressive or passive the player is on a particular street.

    Formula: ( Times bet PF|F|T|R + times raised PF|F|T|R ) / ( Times called PF|F|T|R )

    Preflop/Flop/Turn/River AFq (Preflop/Flop/Turn/River Aggression Frequency)

    Description: The measure of how frequently the player made aggressive actions preflop or on the flop, turn or

    river.Formula: [ (Times Bet PF|F|T|R + Times Raised PF|F|T|R ) / (Times Bet PF|F|T|R + Times Raised PF|F|T|R

    + Times Called PF|F|T|R + Times Folded PF|F|T|R) ] * 100

    Raise 3Bet (Raise Three Bet)

    Description: The percentage of times the player raised when facing a 3-betacross all streets. This includes all

    times when facing 3-bets regardless of any previous action the player has or hasnt made, not just

    those when the player made an original bet or raise.

    Formula: ( times raised a 3-bet preflop+flop+turn+river / times faced a 3-bet preflop+flop+turn+river )

    *100

    See also: Raise PF/F/T/R 3Bet

    Raise 4Bet (Raise Four Bet)

    Description: The percentage of times the player raised when facing a 4-bet, 5-bet, or higher across all streets.

    This includes all times when facing 4-bets regardless of any previous action the player has or

    hasnt made, not just those when the player made an original bet or raise.

    Formula: ( times raised a 4-bet preflop+flop+turn+river / times faced a 4-bet preflop+flop+turn+river )

    *100

    See also: Raise PF/F/T/R 4Bet

  • 8/13/2019 Poker Stats explained (HUD stats)

    16/24

    Page | 16 2010 PokerTracker Software, LLC.

    Raise BB Steal Att (Raise Steal Attempt From Big Blind)

    Description: The percentage of times the player raised from the Big Blind when facing a steal raise.

    Formula: ( total times raised from BB when facing a steal / total times faced a steal in the BB ) * 100

    See Also: Raise SB Steal Att

    Raise F 3Bet seeRaise PF/F/T/R 3Bet

    Raise F 4Bet seeRaise PF/F/T/R 4Bet

    Raise F/T/R Bet (Raise Flop/Turn/River Bet)

    Description: The percentage of times the player raised a bet on the flop, turn or river when they had the

    opportunity.

    Formula: ( total times raised F|T|R bet / total times faced F|T|R bet ) * 100

    Raise F CBet (Raised Flop Continuation Bet)

    Description: The percentage of times the player raised an opponents flop continuation bet.

    Formula: ( Total Times Raised Flop CBet / Total Times Faced Flop CBet ) * 100

    See also: Raise T/R CBet

    Raise Flop/Turn/River Total

    Description: The percentage of the players flop, turn, river, or total actions which were raises. This includes

    all raises, 3-bets, 4-bets, etc.

    Formula: ( total number of raises / (total number of folds + calls + raises) * 100

    Raise PF/F/T/R 3Bet (Raise Three Bet Preflop/Flop/Turn/River)

    Description: The percentage of times the player raised when facing a 3-betpreflop or on the flop, turn or

    river. This includes all times when facing 3 bets regardless of any previous action the player has

    or hasnt made, not just those when the player made an original bet or raise.

    Formula: ( times raised a 3-bet P|F|T|R / times faced a 3-bet P|F|T|R ) *100

    See Also: Raise 3Bet

  • 8/13/2019 Poker Stats explained (HUD stats)

    17/24

    Page | 17 2010 PokerTracker Software, LLC.

    Raise PF/F/T/R 4Bet (Raise Three Bet Preflop/Flop/Turn/River)

    Description: The percentage of times the player raised when facing a 4-bet, 5-bet, or higher preflop or on the

    flop, turn or river. This includes all times when facing 4-bets regardless of any previous action the

    player has or hasnt made, not just those when the player made an original bet or raise.

    Formula: ( times raised a 4-bet P|F|T|R / times faced a 4-bet P|F|T|R ) *100

    See Also: Raise 4Bet

    Raise R 3Bet seeRaise PF/F/T/R 3Bet

    Raise R 4Bet seeRaise PF/F/T/R 4Bet

    Raise R Bet see Raise F/T/R Bet

    Raise R CBet seeRaise (Turn/River) CBet

    Raise R Donk Bet seeRaise T/R Donk Bet

    Raise R Float Bet seeRaise T/R Float Bet

    Raise River seeRaise Flop/Turn/River Total

    Raise SB Steal Att (Raise Steal Attempt From Small Blind)

    Description: The percentage of times the player raised from the Small Blind when facing a steal raise.

    Formula: ( total times raised from SB when facing a steal / total times faced a steal in the SB ) *

    100

    See Also: Raise BB Steal Att

    Raise T 3Bet seeRaise PF/F/T/R 3Bet

    Raise T 4Bet seeRaise PF/F/T/R 4Bet

    Raise T Bet see Raise F/T/R Bet

  • 8/13/2019 Poker Stats explained (HUD stats)

    18/24

    Page | 18 2010 PokerTracker Software, LLC.

    Raise T/R CBet (Raised Turn/River Continuation Bet)

    Description: The percentage of times a player raised an opponents turn or river continuation bet.

    Formula: ( Total Times Raised Turn|River CBet / Total Times Faced Turn|River CBet ) * 100

    See also: Raise F CBet

    Raise T/R Donk Bet (Raise Turn/River Donk Bet)

    Description: The percentage of times the player raised an opponents Donk Beton the Turn or River. This

    counts all donk bets, not just those when this player is the previous aggressor.

    Formula: ( Total times raised donk bet / total times faced donk bet ) * 100

    Raise T/R Float Bet (Raise Turn/River Float Bet)

    Description: The percentage of times the player raised an opponents Float Beton the Turn or River. This

    counts all float bets, not just those when this player is the previous aggressor.

    Formula: ( Total times raised float bet / total times faced float bet ) * 100

    Raise Total seeRaise Flop/Turn/River Total

    Raise Turn seeRaise Flop/Turn/River Total

    Rake (Rake Paid)

    Description: The actual amount of rake paid by the player.

    Formula: ( Total Rake paid by the Player )

    RFI (Raised First In)

    Description: The percentage of times the player raised when they had the opportunity to open the pot.

    Formula: ( Total Times Raised First In / Total Hands Played ) * 100

    River AF seePreflop/Flop/Turn/River AF

    River AFq seePreflop/Flop/Turn/River AFq

    Saw Flop/Turn/River

    Description: The total number of times the player saw the flop, turn or river.

  • 8/13/2019 Poker Stats explained (HUD stats)

    19/24

    Page | 19 2010 PokerTracker Software, LLC.

    Saw Flop %

    Description: The percentage of times the player saw the flop out of all hands.

    Formula: ( total times saw F|T|R / total hands played ) * 100

    SB/BB Faced Steal (Small/Big Blind Faced Steal Raise)

    Description: The number of times the player faced a steal raisewhen they were in the small or big blind.

    Formula: Total times faced steal raise in SB|BB

    SB/BB Steal Def W SD (Small/Big Blind Steal Defense Won at ShowDown)

    Description: The percentage of times the player won the hand when they faced a steal raisein the small or big

    blind and the hand went to a showdown.

    Formula: ( total times faced steal in SB|BB and won at showdown / total times faced steal in SB|BB and

    went to showdown ) * 100

    SB/BB Steal Def W w/o SD (Small/Big Blind Steal Defense Won Without ShowDown)

    Description: The percentage of times the player won the hand when they faced a steal raisein the small or big

    blind and it didnt go to a showdown.

    Formula: ( total times faced steal in SB|BB and won without showdown / total times faced steal in SB|BB

    and didnt go to showdown ) * 100

    SB/BB Steal Def WTSD (Small/Big Blind Steal Defense Went To ShowDown)

    Description: The percentage of times that the hand went to a showdown when the player faced a steal raise

    in the small or big blind.

    Formula: ( total times hand went to showdown when facing steal raise in SB|BB / total times faced stealraise in SB|BB ) * 100

    Site (Poker Site)

    Description: The poker site at which the player played the hands. If this stat is added to a report it will break

    the report into a line for each site. This stat cant be used on the HUD.

    Formula: lookup_from_id( id_site , 'siteabbr')

    Site Icon (Poker Site Icon)

    Description: The icon for the site at which the player played the hands. If this stat is added to a report it will

    break the report into a line for each site. This stat cant be used on the HUD.

  • 8/13/2019 Poker Stats explained (HUD stats)

    20/24

    Page | 20 2010 PokerTracker Software, LLC.

    Steal Success (Blind Steal Success)

    Description: The percentage of times the player won the pot immediately when making a steal raise. i.e.

    everyone else folded immediately when the player made an open raise from the cutoff, button or

    small blind.

    Formula: ( total times steal raise won immediately / total steal raises ) * 100

    Steal W SD (Blind Steal Won at ShowDown)

    Description: The percentage of times the player won the pot after making a steal raisewhen the hand went to

    showdown.

    Formula: ( total times won at showdown after steal raise / total times went to showdown after steal raise )

    * 100

    Steal W w/o SD (Blind Steal Won without ShowDown)

    Description: The percentage of times the player won the pot after making a steal raisewhen the hand didntgo to showdown.

    Formula: ( total times won without showdown after steal raise / total times didnt go to showdown after

    steal raise ) * 100

    Steal WTSD (Blind Steal Went To ShowDown)

    Description: The percentage of times the player went to showdown after making a steal raise.

    Formula: ( total times went to showdown after steal raise / total steal raises ) * 100

    Times

    Description: The number of hands played. This is just another name for the stat Handsand is used in somereports.

    Formula: Total hands played.

    Total AF (Total Aggression Factor)

    Description: A measure of how aggressive or passive the player is across all post-flop streets.

    Formula: ( Total Times Bet + Total Times Raised ) / (Total Times Called )

    See also: Preflop/Flop/Turn/River AFandTotal AFq

    Total AFq (Total Aggression Frequency)Description: The measure of how frequently a player is aggressive across all post-flop streets.

    Formula: [ ( Total Times Bet + Total Times Raised ) / (Total Times Bet + Total Times Raised + Total Times

    Called + Total Times Folded ) ] * 100

    See Also: Preflop/Flop/Turn/River AFqand Total AF

  • 8/13/2019 Poker Stats explained (HUD stats)

    21/24

    Page | 21 2010 PokerTracker Software, LLC.

    Turn AF seePreflop/Flop/Turn/River AFand Total AF

    Turn AFq seePreflop/Flop/Turn/River AFqand Total AFq

    VP$IP (Voluntarily Put Money in the Pot)

    Description: The percentage of hands the player voluntarily put money into the pot preflop out of all hands.

    This does not include posting any blind money.

    Formula: ( Total Times Voluntarily Put Money in the Pot / Total Hands Played ) * 100

    VP$IP SB (Voluntarily Put Money in the Pot from the Small Blind)

    Description: The percentage of times the player voluntarily put money into the pot preflop when they were

    the small blind. This does not include small blind money; it only counts hands where further

    money was bet preflop.

    Formula: ( total times voluntarily put money in the pot after posting the small blind / total hands played as

    the small blind ) * 100

    W$SD (Won Money at Showdown)

    Description: The percentage of times the player won money when going to showdown, including split pots

    where the player won less than they bet.

    Formula: ( Total Times Won Money at Showdown / Total Times Went to Showdown ) * 100

    W$WSF (Won Money When Saw the Flop)

    Description:

    The percentage of times the player won money after seeing the flop.Formula: ( Total times Won Money after seeing the Flop / Total Times Saw The Flop ) * 100

    Win % (Win Percentage)

    Description: The percentage of hands played which the player won.

    Formula: ( total hands won / total hands played ) * 100

    Without Blind (Money Won Without Blind Money)

    Description: The total amount of money the player won, with the blinds they paid removed.

    Formula: total amount won + total amount paid in blinds

    WSDWRT/R (Won Money at Showdown When Raised the Turn/River )

    Description: The percentage of times the player won money at showdown after raising the turn or river.

    Formula: [ Total Times Won Money at Showdown after Turn|River Raise / Total Times Went to Showdown

    after Turn|River Raise ] * 100

  • 8/13/2019 Poker Stats explained (HUD stats)

    22/24

    Page | 22 2010 PokerTracker Software, LLC.

    WTSD (Went to Showdown)

    Description: The percentage of times the player went to showdown after seeing the flop.

    Formula: ( Total Times Went to Showdown / Total Times Saw The Flop ) * 100

  • 8/13/2019 Poker Stats explained (HUD stats)

    23/24

    Page | 23 2010 PokerTracker Software, LLC.

    Glossary

    3-Bet A raise of a raise (or re-raise). The betting order is Bet, Raise, 3-bet.

    4-Bet Any raise above a 3-bet. This includes all 4th

    , 5th

    , 6th

    , etc. bets.

    BB 1) When talking about bet sizes or win rates, BB refers to Big Bets. A Big Bet is the size of a holdem

    limit turn or river bet and is normally twice the size of the big blind.

    BB - 2) When talking about position, BB refers to the Big Blind position.

    Check Raise Checking initially but then raising after an opponent bets behind you.

    Cold Call A cold call is calling a preflop raise when you dont already have any money or chips invested in

    the pot, including blinds. You can never cold call from the blinds since you already have money

    or chips in the pot.

    Continuation Bet(Also CBet)A continuation bet is opening the betting on a street when you made the last bet or raise on

    the previous street. Normally this means being the preflop raiser and opening the betting

    on the flop, but is extended to the turn and river while you retain the initiative. You can only

    make a continuation bet on the turn if you made one on the flop; and on the river if you made

    one on the turn.

    Donk Bet A donk bet is betting out before the aggressor on the previous street has chance to bet. E.g. you

    check/call the flop, and then bet out on the turn.

    Float Bet A float bet is calling behind on one street and then betting if checked to on the next. E.g. you call

    behind on the turn, and then your opponent checks the river and you bet.

    SB When talking about position, SB refers to the Small Blind position.

    Steal Defense You are in a steal defense situation if you are in the small or big blind and facing a steal raise

    when no-one else has called or raised. For instance, if the button open raises the small blind is

    facing a steal, but if they call then the big blind is not facing a steal.

    Steal Raise A steal raise is an open raise by the cutoff, button, or small blind. i.e. there has been no action

    and the cutoff, button or small blind opens the pot with a raise.

  • 8/13/2019 Poker Stats explained (HUD stats)

    24/24

    Page | 24 2010 PokerTracker Software, LLC.

    PokerTracker Help & Support

    If you need further clarification on a particular stat please contact support via the PokerTracker Support

    system.

    PokerTracker 3 - Tutorials & Help Documentation

    http://www.pokertracker.com/products/PT3/docs/

    PokerTracker Forums

    http://www.pokertracker.com/forums/

    PokerTracker Support system

    https://www.pokertracker.com/support/

    2010 PokerTracker Software, LLC. All rights reserved. PokerTracker and the PokerTracker logo are trademarks or registered

    trademarks of PokerTracker Software, LLC. All product names mentioned herein are trademarks or registered trademarks of

    their respective owners. The products described in this document are protected by U.S. Patents, foreign patents, or pending

    applications.

    http://www.pokertracker.com/products/PT3/docs/http://www.pokertracker.com/forums/http://www.pokertracker.com/support/http://www.pokertracker.com/support/http://www.pokertracker.com/forums/http://www.pokertracker.com/products/PT3/docs/