Just find new ide to count Team's Ranking Points,
Convertion of sum best-3 position to Team's Ranking Points.
Code:
Range of sum # Percentage of Winner Ranking Pts
6 255
6 to 10.5 315-10*sum#
10.5 to 19.5 262-5.5*sum#
19.5 to 37.5 213.75-2.5*sum#
37.5 to 73.5 166.875-1.25*sum#
73.5 to 145.5 120.9375-0.625*sum#
note : sum# = sum of best-3 position
1. Dream Team, sum# = 11, Rnk Pts = 201.5 % of 4000 = 8060
2. MAD Hatters, sum# = 12, Rnk Pts = 196 % of 4000 = 7840
3. Wonderful World, sum# = 30, Rnk Pts = 138.75 % of 4000 = 5550
4. Chong Wei Club, sum# = 40, Rnk Pts = 116.875 % of 4000 = 4675
This is formula to get Team's Ranking Points of every tournament.
It's simple way to get Team's standing, just sum of best-3 position of every team.
need some responces of this idea