by skaughty » Sun Jan 27, 2008 12:41 am
Thanks for the help of the previous poster and dave for adding steal #s and went to showdown #s
For those looking to try something other than the default, add these lines to stats.ahk: (make sure to comment out the current statlist by adding a comma before it)
[iupe]went_to_showdown_when_saw_flop := "SUM(case when (hhps.flg_showdown) then 1 else 0 end) || '/' || SUM(case when (hhps.flg_f_saw) then 1 else 0 end)"
attempted_to_steal_blinds := "SUM(case when (hhps.flg_steal_att) then 1 else 0 end) || '/' || SUM(case when (hhps.flg_steal_opp) then 1 else 0 end)"
statlist := "hands/,vpip,pfr,3bet_pre,attempted_to_steal_blinds*monies,fold_to_flop_cbet,went_to_showdown_when_saw_flop/,flop_aggr_factor,turn_aggr_factor,river_aggr_factor"[/iupe]
By hovering over the stats - you can see what they represent and see the sample size. I haven't added color to the 2 new above stats, but the stats.ahk format makes that easy.