Minimalistic-Apps / price-converter

Minimalistic price converter that allows you to convert prices of fiat shitcoins easily. It uses Bitcoin as the base currency.
MIT License
15 stars 2 forks source link

Better price calculation, drop extremes (instead of plain average) #69

Open hank-milliken opened 1 year ago

hank-milliken commented 1 year ago

One idea: If you have at least 4 sources, drop min & max and then do average.

hank-milliken commented 1 year ago

Probably should be done after: https://github.com/Minimalistic-Apps/price-converter/issues/68