thecsw / memeinvestor_bot

This bot can help you invest in memes and make a fortune out of it!
https://meme.market
GNU General Public License v2.0
135 stars 34 forks source link

Fixing meme.market ROI calculator #410

Closed Keanu73 closed 5 years ago

Keanu73 commented 5 years ago

For a while now the meme.market calculator has been outdated (see c9b9ed2) as a change to the formula happened a month after (see 6150e4d) calculating ROI based on net-worth coefficient alongside the other factors.

I've now aligned the formula again, hopefully bringing people back to meme.market once more.

luisbg commented 5 years ago

So "amount * -0.155 6" is the formula? Can you use parenthesis to make it clearer what is the order of operands?

Keanu73 commented 5 years ago

@luisbg In formula.py this is the exact formula. I wouldn't know the exact order of operands (again, see 6150e4d)

Keanu73 commented 5 years ago

Lemme open a new pull request as this one is kinda garbaged up now.. #411