GoldenGnu / jeveassets

jEveAssets is an out-of-game asset manager for Eve-Online, written in Java
http://eve.nikr.net/jeveasset
GNU General Public License v2.0
147 stars 36 forks source link

UI: Options: Market Prices: defaults #400

Closed aixtools closed 1 year ago

aixtools commented 1 year ago

When trying to setup default prices - the last day is often not a good parameter.

image

When conditions are not met - set to zero (easy to set a filter to exclude entries where price is zero)

GoldenGnu commented 1 year ago

Please make issues for each feature requests separately, having more than one thing in an issue is very bad. I'm going to close this issue now, so please, create new issues for each of your suggestions.

GoldenGnu commented 1 year ago

So, this might seem a bit harsh to just close the issue. I do appreciate your feedback and suggestion very much! The reason each issue need to be only one suggestion, is so I'm able to track progress. If I do one of the things you suggest in this issue, the issue will end up in a limbo state of being x% done, but, not closable, which is really confusing and can lead to some of the suggestions being forgotten, which is super bad.

GoldenGnu commented 12 months ago

Would like to see a number of days to 'average' the price (one of the dialogs let you set a number of days, asin general and 'transaction age.

jEveAssets get the price pre-calculated, so that is not possible

means mid-point between lowest sell, and highest buy

And that is exactly what that price is

Also, only present a price when there has been minimum quantity or minimum # of orders

Again, not possible because the prices are not calculated by jEveAssets

So none of the suggestion are possible