Discuss how to create custom stats, reports and HUD profiles and share your creations.
Moderators: WhiteRider, kraada, Flag_Hippo, morny, Moderators
by RedPlanet » Tue Sep 17, 2013 11:42 pm
Hey Guys,
this Stats can be downloaded in the Shop - but only for Tournament-Players. Is it possible to create this Stat for Cashgame too?
RedPlanet
-
RedPlanet
-
- Posts: 61
- Joined: Tue Mar 20, 2012 1:17 pm
by kraada » Wed Sep 18, 2013 9:06 am
You can convert it (and any stat, really) via the Options button in the Configure -> Statistics window. Just select the stat and choose Options -> Convert and PT4 will do the rest.
-
kraada
- Moderator
-
- Posts: 54431
- Joined: Wed Mar 05, 2008 2:32 am
- Location: NY
by RedPlanet » Wed Sep 18, 2013 11:23 am
kraada wrote:You can convert it (and any stat, really) via the Options button in the Configure -> Statistics window. Just select the stat and choose Options -> Convert and PT4 will do the rest.
If i Do this - the following message is on the screen:
The Value Expression is not valid!
-
RedPlanet
-
- Posts: 61
- Joined: Tue Mar 20, 2012 1:17 pm
by kraada » Wed Sep 18, 2013 11:45 am
That's odd. What's the expression that's used in the column the stat refers to?
-
kraada
- Moderator
-
- Posts: 54431
- Joined: Wed Mar 05, 2008 2:32 am
- Location: NY
by RedPlanet » Wed Sep 18, 2013 4:01 pm
sum(if[tourney_hand_player_statistics.flg_p_first_raise and tourney_hand_player_statistics.amt_p_raise_made < tourney_hand_player_statistics.amt_before, (tourney_hand_player_statistics.amt_p_raise_made / tourney_blinds.amt_bb), 0])
-
RedPlanet
-
- Posts: 61
- Joined: Tue Mar 20, 2012 1:17 pm
by kraada » Wed Sep 18, 2013 4:33 pm
The cash game equivalent would be:
sum(if[cash_hand_player_statistics.flg_p_first_raise and cash_hand_player_statistics.amt_p_raise_made < cash_hand_player_statistics.amt_before, (cash_hand_player_statistics.amt_p_raise_made / cash_limit.amt_bb), 0])
-
kraada
- Moderator
-
- Posts: 54431
- Joined: Wed Mar 05, 2008 2:32 am
- Location: NY
by RedPlanet » Thu Sep 19, 2013 12:33 pm
Tx,
there is an other coloum - i forgot
sum(if[tourney_hand_player_statistics.flg_p_first_raise and tourney_hand_player_statistics.amt_p_raise_made < tourney_hand_player_statistics.amt_before, 1, 0])
-
RedPlanet
-
- Posts: 61
- Joined: Tue Mar 20, 2012 1:17 pm
by kraada » Thu Sep 19, 2013 1:30 pm
That one should convert just fine - change "tourney" to "cash" in that one and that's all you need to do.
-
kraada
- Moderator
-
- Posts: 54431
- Joined: Wed Mar 05, 2008 2:32 am
- Location: NY
by RedPlanet » Fri Sep 20, 2013 9:11 am
Hello kraada,
thank you very much - it works well for cashgame now. Should i upload this stat or will you do for the warehouse?
RedPlanet
-
RedPlanet
-
- Posts: 61
- Joined: Tue Mar 20, 2012 1:17 pm
by kraada » Fri Sep 20, 2013 9:36 am
Since you have it, just upload it and send me a PM when you do and I'll get it approved for you.
-
kraada
- Moderator
-
- Posts: 54431
- Joined: Wed Mar 05, 2008 2:32 am
- Location: NY
Return to Custom Stats, Reports and HUD Profiles
Users browsing this forum: No registered users and 20 guests