'The exchange rate calculation is a 3 step process that is repeated for each currency. Firstly, the collected data is checked for any outliers, like people intentionally listing 1x Armourer\'s Scrap for 9999999x Exalted Orb. Secondly, the "mean" and the "median" values for exchange rates are calculated. Then, a "confidence score" is calculated for both the mean and the median values. Between the mean and the median values, the one with the higher confidence score is prioritized as the calculation result. Finally, all these values come together to provide a conversion data between CurrencyA and CurrencyB.'
0 commit comments