Add an option to remove potentially manipulated items #9
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
You could check the difference in buy and sell price of an item every hour over the last day to get an average, and then if the difference was greater than 120% of the average difference, it would be suspected that the item was manipulated and you could exclude it
That does sound like a useful feature if that kind of manipulation is a problem. My only concern is that the user is unlikely to leave the web page open for a whole day! There's not any server-side code here, it all runs in the user's browser, so adding anything server-side is a pretty significant change. This feature therefore might be better suited to one of the other bazaar calculators out there that already run server-side. However, if you fancy working on it for this one, I would consider taking a PR and hosting the code on a server somewhere.
oh, yeah, i suppose thats a good point. mby i'll fork and see if i can find another way to do this
Can this issue be closed now PR #11 is merged?
yeah