ROIDiff Stats

Discuss how to create custom stats, reports and HUD profiles and share your creations.

Moderators: WhiteRider, kraada, Flag_Hippo, morny, Moderators

ROIDiff Stats

Postby Mahren » Fri Sep 08, 2017 11:59 am

ROIDiff Stats

Hi, if somebody would like to check how far is from his ROI target by quick view on stats, here is the code.
Let say, our target is to achieve 10% ROI, our actual ROI is different from our target, how big is that difference, you can check in
Buy-ins (code 1.) or usd (code 2.)

Code 1. X%ROIDiff/BI

(var_amt_net_curr_conv) / (amt_buyin + amt_fee) -((amt_buyin_ttl_curr_conv) / (100) * (10) / (amt_buyin + amt_fee))

The final number show you how many buy-ins you are from your ROI, which you wanna achieve.
For example -2 mean that you are 2 buy-ins below your target ROI.
If is your target ROI for example 3% just delete thick 10 in the code and write 3.
Format type – number – decimal (if you copy and paste as a new stats)

Code 2. X%ROIDiff/$

((var_amt_net_curr_conv) / (amt_buyin + amt_fee) -((amt_buyin_ttl_curr_conv) / (100) * (10) / (amt_buyin + amt_fee))) * (amt_buyin + amt_fee)

The final number show you how many usd you are from your ROI which you wanna achieve.
For example - $10 mean that you are $10 below your target ROI.
If is your target ROI for example 5% just delete thick 10 in the code and write 5.
Format type – money (if you copy and paste as a new stats)
Mahren
 
Posts: 6
Joined: Thu Dec 08, 2016 4:40 pm

Return to Custom Stats, Reports and HUD Profiles

Who is online

Users browsing this forum: No registered users and 23 guests

cron