I wanted to take a minute to correct a bug in the chart.
Many times, you can use single quotes and 4 digits to refer to HKEX symbols. But in the case of:
'0123'
'0083'
If you put leading zeroes, they refer to Malaysian stock symbols. I hadn't realized this until after posting. They should be corrected as:
'0123' -> '123' or HKEX:123
'0083' -> '83' or HKEX:83
Corrected calculation table:
Market....a=42D_AVG.....b=a/Market_Cap_Billions
---------------------------------------------------------------------------------------------
..16......94.14.........0.3506
.688......21.49.........0.08518
1109......35.14.........0.1433
2202......18.51.........0.07858
1113......51.73.........0.2549
.960......37.36.........0.211
..83......11.58.........0.1272
2007......5.662.........0.07058
3900......13.34.........0.3293
.123......9.529.........0.3196
Final Result:
'16'/0.3506+'688'/0.08518+'1109'/0.1433+'2202'/0.07858+'1113'/0.2549+'960'/0.211+'83'/0.1272+'2007'/0.07058+'3900'/0.3293+'123'/0.3196
The other symbols with leading zeroes are not ambiguous since there aren't any MYA symbols with those digits, but I removed the leading zeroes anyways, incase there are some conflicting symbols in the future.
I can't post a screenshot of the new chart, it seems to be a bug.