Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Sell orders prices on clipboard can be 50% lower than market #19

Open
CitizenZultron opened this issue Oct 2, 2019 · 2 comments
Open

Comments

@CitizenZultron
Copy link

80% Time I am able to undercut most people fine. But 20% time the values that are copied to clipboard are too low and have to manually re-adjust. It assume prices are puled from another service perhaps having it to be checked against multiple services might be ideal.

@antihax
Copy link
Owner

antihax commented Oct 2, 2019

Prices come directly from ESI and unfortunately I cannot undercut the cache timers. The issue tends to be when a low price is entered and the items get sold between the cache interval, causing the disparity.

@CitizenZultron
Copy link
Author

CitizenZultron commented Oct 3, 2019

Prices come directly from ESI and unfortunately I cannot undercut the cache timers. The issue tends to be when a low price is entered and the items get sold between the cache interval, causing the disparity.

I was thinking about this little more if you would create a way to import my sale orders from the market into the browser i.e upload text Marketlogs and allow a user to adjust margin from 0.01 to whatever this would mean all the margins could be updated by users without you relying on outside caches being updated and making it more real-time. The same thing could be applied to buy orders. I would use this as an alternative method. Of course in ideal scenario you would want to export item from the market because then you know how much you being undercut but for browser version that make sort a less sense as it gets more tedious...

The flow would be --- set margin --- import data --- during import pull all prices--- adjust margin to set amount in browser--- click on item open it --paste from clipboard

Anyway just a though and as always thank you for your work!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants