AB is a very straightforward calculation, as far as you have the ActiveFloat right.

If your activeFloat is 80M shares, then what you need to do is calculate the average price of the past 80M shares that have been traded and compare it to the price of the final minute of trading. That will be in percentage the average gain of shareholders measured at the final trading minute.

Then, you go back one minute and do the same for the past 80M shares. In reality, there are only a few shares that are trading at a different price. You need to compute the small chnage and then go down one minute, for the last 6 months. That makes a lot of calculation, but the coding takes only a few lines.



Pascal