PDA

View Full Version : Can I compare different methods of rakeback with hem?



Locketto
07-19-2011, 05:06 AM
Hi Guys sorry for my english!

I Need Help!
For example one room use dealt method but I want see how I take with a contributed method in the same hands? (I talk about ps.it dont use dealth method but w.contribute for the moment and in the future will use actual rake)

I need dealth, Weighted contributed and winner takes all method (wta is actual rake, only winner oh hand take all rake)


if someone have a script... ty so much

for supporter: pokerrooms.IT tests cash game in this days a lot of work for hem support

Locketto
07-19-2011, 05:29 AM
i found this

so i need only WTA expression


Stat ColumnName="WCRake" ValueExpressions="SUM(pkh.rakeamount * (phmisc.postamountpreflop + phmisc.betamountpreflop + phmisc.callamountpreflop + COALESCE(flop.betamount + flop.callamount, 0) + COALESCE(turn.betamount + turn.callamount, 0) + COALESCE(river.betamount + river.callamount, 0)) * 1. / (pkh.potsize + pkh.rakeamount)) * 0.01 AS WCRake" Evaluate="WCRake" ColumnHeader="WC Rake" ColumnFormat="$0.00" ColumnWidth="*" Tooltip="Weighted Contributed Rake (including uncalled bets)" />


Stat ColumnName="Dealt Rake" ColumnHeader="Dealt Rake" ColumnFormat="$0.00" ColumnWidth="*" Tooltip="Dealt Rake"
ValueExpressions="sum(pkh.rakeamount/pkh.numberofplayers) * 0.01 as DealtRake" Evaluate="DealtRake" />

Locketto
07-19-2011, 11:12 AM
Stat ColumnName="WTARake" ColumnHeader="WTARake" ColumnFormat="$0.00" ColumnWidth="*" Tooltip="WTARake2"
ValueExpressions="sum(case when ph.netamountwon > 0 then pkh.rakeamount else 0 end) * 0.01 as WTARake" Evaluate="WTARake" />

is it ok?