Page 1 of 1
Average RFI-Size (non-AllIn)

Posted:
Tue Sep 17, 2013 11:42 pm
by RedPlanet
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
Re: Average RFI-Size (non-AllIn)

Posted:
Wed Sep 18, 2013 9:06 am
by kraada
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.
Re: Average RFI-Size (non-AllIn)

Posted:
Wed Sep 18, 2013 11:23 am
by RedPlanet
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!
Re: Average RFI-Size (non-AllIn)

Posted:
Wed Sep 18, 2013 11:45 am
by kraada
That's odd. What's the expression that's used in the column the stat refers to?
Re: Average RFI-Size (non-AllIn)

Posted:
Wed Sep 18, 2013 4:01 pm
by RedPlanet
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])
Re: Average RFI-Size (non-AllIn)

Posted:
Wed Sep 18, 2013 4:33 pm
by kraada
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])
Re: Average RFI-Size (non-AllIn)

Posted:
Thu Sep 19, 2013 12:33 pm
by RedPlanet
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])
Re: Average RFI-Size (non-AllIn)

Posted:
Thu Sep 19, 2013 1:30 pm
by kraada
That one should convert just fine - change "tourney" to "cash" in that one and that's all you need to do.
Re: Average RFI-Size (non-AllIn)

Posted:
Fri Sep 20, 2013 9:11 am
by RedPlanet
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
Re: Average RFI-Size (non-AllIn)

Posted:
Fri Sep 20, 2013 9:36 am
by kraada
Since you have it, just upload it and send me a PM when you do and I'll get it approved for you.