H2N4 Action Profit Expression Stat
H2N4 Action Profit Expression Stat

H2N4 Action Profit Expression Stat

Hello,

I'd like to understand something for expression stats.

In H2N4 the EVs aren't displayed anymore when you click on the stat.
I don't understand why, it would be a really useful thing to show the EV & the samples when you're clicking on the stat, all regs around me share the same opinion.

So I'd like to add an 'EV' expression for some important stats in my pop-up, but I don't know how to write it.

I would like the EV to be shown in bb/100.

Let's say I've got a stat named 'PFR'.

Should I write =

(AmountWon(PFR)/Cases(PFR))*100 ?
(ActionProfit(PFR)/Cases(PFR))*100 ?
ActionProfit(PFR) ?

I read your guide on expression stats but I didn't manage to understand the difference beetween ActionProfit & AmountWon.

Thank you for your informations

01 November 2024 at 01:10 AM
Reply...

2 Replies



Hello,

To view the EV of your "PFR" stat, it's not necessary to create new stats. You can simply set the required filters in the Reports section using custom filters. Then, you can view the winrate in EVbb/100 of any actions, or see profitability of actions by checking the Action Profit stats.

If you need to create the exact same stats for a popup, could you please follow these steps:

1. First, you should create a plain stat (PFR).

2. After creating the plain stat, you should create a separate stat with only the added expression:

• AmountWonEV(PFR) / Cases(PFR) * 100 – this will give you the winrate in EVbb/100.

• ActionProfit(PFR) / Cases(PFR) – returns the ActionProfit value in big blinds per case of the stat within the parentheses.

Inside the parentheses of functions: AmountWonEV() or ActionProfit() you can use the names of any plain stats.

Action Profit of a specific action in a specific hand equals the difference between our stack size at the end of the hand and our stack size right before the action. In other words, it equals amount of money our stack size receives until the end of the hand. If we fold then our stack size will be the same until the end of the hand and therefore Action Profit of fold is always zero.

Regarding AmountWon it refers to winning all chips starting from the beginning of the hand.


Sounds clear ! Thank you for your explainations !

Reply...