Hi,
if you haven't checked out the custom stat guide yet pls do so:
https://www.pokertracker.com/guides/PT4 ... tics-guide- First open the statistics-window.
- select cashgame mode(since its a stat u want to create for cg I assume)
- then go to columns
- click on "new" to create a new column: here you create your own piece of code. (sidenote: there are a bunch of other columns - check them out if you want to improve your columns-creating-knowledge)
- in the expression field, paste this in:
sum( if[ cash_hand_player_statistics.flg_showdown is false, cash_hand_player_statistics.amt_won, 0 ])
- the first parameter in the if-statement selects all situations where player is not(is false) in a showdown, the second parameter sums up all of the chips/$(since its cg chips equals money I guess) won or lost in those situations(parameter 1)
- give it a name like amt_nosd_won
-next go to "stats" - click on new and use the column you ve just created. just write amt_nosd_won(or the name u ve chosen) in the value expression field - fill out the other fields then click on save - assign it to a category - save again then the new stat is available in the "available stat"-panel
I have just compared the result from the stat and the result from the "filter"-method and noticed small differences... maybe I missed something - don't know... perhaps a moderator can help us