Hi,
so i got the ATS from SB stat from the repository
http://www.pokertracker.com/repository/statistics.php?f[sort]=hits&f[order]=desc&f[page]=3
i wanted to ask if u guys could assist me in creating the same stat for COand BU
thats how ATS from SB is build (is the statistic working correct anyway? ;) )
Statistics window in Configure Stats:
Name: Att To Steal From SB
Description: Attempts To Steal From SB
Value Expression:
(cnt_steal_att_sb / cnt_steal_opp_sb) * 100
Columns window:
für cnt_steal_att_sb:
Expression:
SUM(if[holdem_hand_player_statistics.flg_steal_att AND holdem_hand_player_statistics.position = 9,1,0])
Description:
Number of times player raised in SB when folded around.
cnt_steal_opp_sb:
SUM(if[holdem_hand_player_statistics.flg_steal_opp AND holdem_hand_player_statistics.position = 9,1,0])
Number of times it was folded to player in SB (i.e. an opportunity to steal-raise).
both summary type Sum
so basicly id just have to replace the position numbers to get the stat to work for other positions? if so, which are the correct numbers?
thx in advance
eule
