Custom Statistics
- Attempt to Steal by position by kaisersoze Feb. 08, 20093966 downloads
Attempt to Steal from CO, BU and SB.
- Cash: C-Bet fold/call/raise & success by WhiteRider Mar. 28, 20092820 downloads
Stats for how often the player folds, calls or raises after making a c-bet on the flop; and for how often their c-bets succeeded (won immediately).
- [Cash] CBet Raise in 3Bet Pot (x/y) by js2002 Apr. 01, 20094277 downloads
sum(if[ holdem_hand_player_statistics.cnt_p_raise > 0 AND holdem_hand_player_statistics.flg_p_3bet_def_opp AND holdem_hand_player_statistics.flg_f_cbet_def_opp AND holdem_hand_player_statistics.enum_f_cbet_action='R', 1 , 0 ])
___________________________
sum(if[ holdem_hand_player_statistics.cnt_p_raise > 0 AND holdem_hand_player_statistics.flg_p_3bet_def_opp AND holdem_hand_player_statistics.flg_f_cbet_def_opp, 1 , 0 ]) - [Cash] Fold to CBet Raise in 3Bet Pot (x/y) by js2002 Apr. 01, 20094679 downloads
cnt_p_3bet_f_cbet_raise_def_action_fold
sum(if[ holdem_hand_player_statistics.flg_p_3bet AND
holdem_hand_player_statistics.flg_f_cbet AND
lookup_actions_f.action LIKE 'BF', 1 , 0 ])
____________________________
cnt_p_3bet_f_cbet_raise_def_opp
sum(if[ holdem_hand_player_statistics.flg_p_3bet AND
holdem_hand_player_statistics.flg_f_cbet AND
holdem_hand_player_statistics.flg_f_face_raise, 1 , 0 ]) - Actions cash stats by WhiteRider Apr. 11, 20092988 downloads
A set of stats to show actions in cash game reports showing individual hands.
"Actions" shows actions across all streets.
There are also stats for individual streets.
The stats are coloured by actions; blue for all-in, red for aggressive, green for check, grey for fold. - Actions tourney stats by WhiteRider Apr. 11, 20092647 downloads
A set of stats to show actions in tourney reports showing individual hands.
"Actions" shows actions across all streets.
There are also stats for individual streets.
The stats are coloured by actions; blue for all-in, red for aggressive, green for check, grey for fold. - Non-Showdown BB/100 by s1ngular1ty Apr. 25, 20094652 downloads
A stat to show Non-Showdown winnings in the form BB/100
- 6max Sng by xmarkusroewerx May. 17, 20092928 downloads
6max SnG ipoker
- Fold to any bet by Mr Deep Blue May. 29, 20093501 downloads
Times you fold to a bet / times you face a bet
- Fold to raise by Mr Deep Blue May. 29, 20093736 downloads
Times you fold to a postflop raise / times you face a postflop raise
- Raise any bet by Mr Deep Blue May. 29, 20092989 downloads
Times you raise a postflop bet / times you face a postflop bet
- VP$IP of opportunities by WhiteRider Jun. 06, 20094511 downloads
Shows how often the player voluntarily put money into the pot preflop when they had the opportunity.
i.e. Times when they are in the BB and everyone folds to them are not counted as opportunities. - PFR of opportunites by WhiteRider Jun. 06, 20092899 downloads
Shows how often the player raised preflop when they had the opportunity.
i.e. they had the chance to act, and enough money to raise. - Tournament hands with k notation by WhiteRider Jun. 15, 20093467 downloads
Shows number of hands over 1,000 as 1.1k for example.