These forums have been archived and are now read-only.

The new forums are live and can be found at https://forums.eveonline.com/

EVE Technology Lab

 
  • Topic is locked indefinitely.
 

Evernus [2.2 release] - the Ultimate Market Tool

First post
Author
Kallie Rae
Deep Core Mining Inc.
Caldari State
#101 - 2014-09-15 12:39:18 UTC
The margin tool, buy volume/movement and sell volume/movement, could anyone explain those? Are they showing how many items are sold or bought each day?
Pete Butcher
The Scope
Gallente Federation
#102 - 2014-09-15 12:42:31 UTC
Kallie Rae wrote:
The margin tool, buy volume/movement and sell volume/movement, could anyone explain those? Are they showing how many items are sold or bought each day?


Volume tells you how many items are currently placed in orders. Movement is how many items have been bought or sold for current orders.

http://evernus.com - the ultimate multiplatform EVE trade tool + nullsec Alliance Market tool

6ie
The Kiwis
#103 - 2014-09-16 11:16:33 UTC
Import prices from Web doesn't seem to do anything.
1s popup, goes green then it disappears.
Assets Tab - Local unit sell price is still 0.

Is this supposed to bring in a market price for the item?

Some of my assets have a price, some don't.
Pete Butcher
The Scope
Gallente Federation
#104 - 2014-09-16 12:31:07 UTC
6ie wrote:
Import prices from Web doesn't seem to do anything.
1s popup, goes green then it disappears.
Assets Tab - Local unit sell price is still 0.

Is this supposed to bring in a market price for the item?

Some of my assets have a price, some don't.


Prices for assets are downloaded for the station they're in. If there are no orders there, there's no value displayed.

http://evernus.com - the ultimate multiplatform EVE trade tool + nullsec Alliance Market tool

6ie
The Kiwis
#105 - 2014-09-16 12:53:38 UTC
Pete Butcher wrote:
6ie wrote:
Import prices from Web doesn't seem to do anything.
1s popup, goes green then it disappears.
Assets Tab - Local unit sell price is still 0.

Is this supposed to bring in a market price for the item?

Some of my assets have a price, some don't.


Prices for assets are downloaded for the station they're in. If there are no orders there, there's no value displayed.


Ah, I thought this might be the case.
Any chance you can add an option to pick system & station? (and which price - buy or sell, and min or max of either).
L0SER18q
My Little Pony Industries Inc.
RED.OverLord
#106 - 2014-09-16 15:16:43 UTC  |  Edited by: L0SER18q
Hi,
I have error while trying to compile it for linux.
Quote:
make
[ 0%] Building CXX object CMakeFiles/evernus.dir/AboutDialog.cpp.o
c++: error: unrecognized command line option «-stdlib=libc++»

Can you make a small guide how to compile successfully?
Pete Butcher
The Scope
Gallente Federation
#107 - 2014-09-16 15:23:52 UTC  |  Edited by: Pete Butcher
L0SER18q wrote:
Hi,
I have error while trying to compile it for linux.
Quote:
make
[ 0%] Building CXX object CMakeFiles/evernus.dir/AboutDialog.cpp.o
c++: error: unrecognized command line option «-stdlib=libc++»

Can you make a small guide how to compile successfully?

upd: find guide on the project site. All compile fine.


Remember to patch your Qt.

http://evernus.com - the ultimate multiplatform EVE trade tool + nullsec Alliance Market tool

Kallie Rae
Deep Core Mining Inc.
Caldari State
#108 - 2014-09-16 15:34:30 UTC  |  Edited by: Kallie Rae
Pete Butcher wrote:
Kallie Rae wrote:
The margin tool, buy volume/movement and sell volume/movement, could anyone explain those? Are they showing how many items are sold or bought each day?


Volume tells you how many items are currently placed in orders. Movement is how many items have been bought or sold for current orders.


The sell/buy movement is that for the day/week? Doesn't add up with the quantity showed under price history ingame at least.
Pete Butcher
The Scope
Gallente Federation
#109 - 2014-09-16 15:39:57 UTC
Kallie Rae wrote:
Pete Butcher wrote:
Kallie Rae wrote:
The margin tool, buy volume/movement and sell volume/movement, could anyone explain those? Are they showing how many items are sold or bought each day?


Volume tells you how many items are currently placed in orders. Movement is how many items have been bought or sold for current orders.


The sell/buy movement is that for the day/week? Doesn't add up with the quantity showed under price history ingame at least.


Neither - it's a measure how many items have moved for the orders that are currently visible in the market window. Eve client doesn't seem to give that information anywhere.

http://evernus.com - the ultimate multiplatform EVE trade tool + nullsec Alliance Market tool

L0SER18q
My Little Pony Industries Inc.
RED.OverLord
#110 - 2014-09-16 17:22:06 UTC  |  Edited by: L0SER18q
Pete Butcher wrote:

Remember to patch your Qt.

Quote:
[ 75%] Building CXX object CMakeFiles/evernus.dir/qrc_evernus.cpp.o
Linking CXX executable evernus
/usr/bin/ld: CMakeFiles/evernus.dir/APIInterface.cpp.o: undefined reference to symbol «__cxa_free_exception@@CXXABI_1.3»
/usr/lib/libstdc++.so.6: error adding symbols: DSO missing from command line
clang: error: linker command failed with exit code 1 (use -v to see invocation)

Well, google says that the problem is that boost libs was compiled using gcc with libstdc++ and I should recompile them using clang with libc++.
Is it possible to compile evermus using gcc?
Pete Butcher
The Scope
Gallente Federation
#111 - 2014-09-16 17:26:49 UTC
L0SER18q wrote:
Pete Butcher wrote:

Remember to patch your Qt.

Quote:
[ 75%] Building CXX object CMakeFiles/evernus.dir/qrc_evernus.cpp.o
Linking CXX executable evernus
/usr/bin/ld: CMakeFiles/evernus.dir/APIInterface.cpp.o: undefined reference to symbol «__cxa_free_exception@@CXXABI_1.3»
/usr/lib/libstdc++.so.6: error adding symbols: DSO missing from command line
clang: error: linker command failed with exit code 1 (use -v to see invocation)

Well, google says that the problem is that boost libs was compiled using gcc with libstdc++ and I should recompile them using clang with libc++.
Is it possible to compile evermus using gcc?


In theory - yes. One person (I can't remember the name, sorry) managed to do it and submit a patch (merged). It should be possible although it has not been tested for some time and I cannot say how it will work out. You can try, just delete the -stdlib flag.

http://evernus.com - the ultimate multiplatform EVE trade tool + nullsec Alliance Market tool

L0SER18q
My Little Pony Industries Inc.
RED.OverLord
#112 - 2014-09-16 17:51:10 UTC
Pete Butcher wrote:
In theory - yes. One person (I can't remember the name, sorry) managed to do it and submit a patch (merged). It should be possible although it has not been tested for some time and I cannot say how it will work out. You can try, just delete the -stdlib flag.

Successfully compiled using gcc. Thanks.
Pete Butcher
The Scope
Gallente Federation
#113 - 2014-09-16 17:56:09 UTC
L0SER18q wrote:
Pete Butcher wrote:
In theory - yes. One person (I can't remember the name, sorry) managed to do it and submit a patch (merged). It should be possible although it has not been tested for some time and I cannot say how it will work out. You can try, just delete the -stdlib flag.

Successfully compiled using gcc. Thanks.


Nice. Did you compile the tip or some tag (stable version)?

http://evernus.com - the ultimate multiplatform EVE trade tool + nullsec Alliance Market tool

Pete Butcher
The Scope
Gallente Federation
#114 - 2014-09-18 20:11:29 UTC
New version!

  • [new] LMeve integration
  • [new] Dropbox database synchronization
  • [new] character selection in File menu
  • [new] buyout value in Margin Tool
  • [fixed] corporation wallet statistics not showing
  • [changed] better expired order detection
  • [changed] own buy order range is taken into account while searching for competing orders

http://evernus.com - the ultimate multiplatform EVE trade tool + nullsec Alliance Market tool

Pete Butcher
The Scope
Gallente Federation
#115 - 2014-09-19 16:40:47 UTC
Sorry to Mac users - the newest version might not be available for some time. The maintainer is out of reach.

http://evernus.com - the ultimate multiplatform EVE trade tool + nullsec Alliance Market tool

Pete Butcher
The Scope
Gallente Federation
#116 - 2014-09-20 08:44:30 UTC
And the OS X version is available now.

http://evernus.com - the ultimate multiplatform EVE trade tool + nullsec Alliance Market tool

Kallie Rae
Deep Core Mining Inc.
Caldari State
#117 - 2014-09-20 11:48:16 UTC
Am still having a bit of a problem with the cache import function, doesn't seem to always update all my orders, is this just how it works? Or are there any troubleshooting tips i could try out?
Pete Butcher
The Scope
Gallente Federation
#118 - 2014-09-20 12:52:58 UTC
Kallie Rae wrote:
Am still having a bit of a problem with the cache import function, doesn't seem to always update all my orders, is this just how it works? Or are there any troubleshooting tips i could try out?


Cache import doesn't import your orders - use API or logs for that. It only imports competition. Also, make sure you have no cache scrappers running in the same time, like Eve Mon.

http://evernus.com - the ultimate multiplatform EVE trade tool + nullsec Alliance Market tool

Kallie Rae
Deep Core Mining Inc.
Caldari State
#119 - 2014-09-20 13:41:32 UTC
Pete Butcher wrote:
Kallie Rae wrote:
Am still having a bit of a problem with the cache import function, doesn't seem to always update all my orders, is this just how it works? Or are there any troubleshooting tips i could try out?


Cache import doesn't import your orders - use API or logs for that. It only imports competition. Also, make sure you have no cache scrappers running in the same time, like Eve Mon.


Not importing my orders is okay, but if am not mistaken, every market item i check the market data of, should be imported right? Though i got EVEMon running as well, but can't say i've enabled some cache scrapper there, unless it's on by default?
Pete Butcher
The Scope
Gallente Federation
#120 - 2014-09-20 14:01:54 UTC
Kallie Rae wrote:
Pete Butcher wrote:
Kallie Rae wrote:
Am still having a bit of a problem with the cache import function, doesn't seem to always update all my orders, is this just how it works? Or are there any troubleshooting tips i could try out?


Cache import doesn't import your orders - use API or logs for that. It only imports competition. Also, make sure you have no cache scrappers running in the same time, like Eve Mon.


Not importing my orders is okay, but if am not mistaken, every market item i check the market data of, should be imported right? Though i got EVEMon running as well, but can't say i've enabled some cache scrapper there, unless it's on by default?


It's on by default and it's competing for resources with Evernus. Turn it off while importing from cache and everything should be fine.

http://evernus.com - the ultimate multiplatform EVE trade tool + nullsec Alliance Market tool