PDA

View Full Version : Custom Stat: OverCall



Ajax
01-05-2010, 05:18 AM
I need an OverCall stat, and would appreciate someone helping me with coding it. It would be similar to cold-call, except it would be when player calls and there are already other callers.

Here is the definition for cold-call, since over-call would be very similar to it:

Stat GroupName="Default" ColumnName="ColdCall" ValueExpressions="sum(case when ph.preflopaction_id = 3 then 1 else 0 end) as CouldColdCall;sum(case when ph.FirstPreflopActionType_ID = 2 and (ph.preflopaction_id = 3) then 1 else 0 end) as DidColdCall;" Evaluate="DidColdCall*100.0/CouldColdCall" ColumnHeader="CC%" ColumnFormat="0.0" ColumnWidth="61" Tooltip="% of times player calls vs a raiser with no other callers"