Coflnet / SkyCommands

Command and API service
GNU Affero General Public License v3.0
1 stars 1 forks source link

add min profit percent #17

Closed matthias-luger closed 3 years ago

matthias-luger commented 3 years ago

fixes #16 related to https://github.com/Coflnet/hypixel-react/issues/552

matthias-luger commented 3 years ago

@Ekwav Why would you calculate it that way? Example (Cost: 1600k, Price: 2400k, Profit: 800k):

Cost/Profit 1600k / 800k => 200% Profit Profit/Cost 800k / 1600k => 50% Profit

If I pay 1.6 million and get 800k profit I would say I made 50% profit and not 200%?