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

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

Market Discussions

 
  • Topic is locked indefinitely.
 

Still using EVEWalletAware (EWA)? Please read

Author
Tehg Rhind
Atlantic Innovations
#201 - 2016-04-01 01:08:37 UTC
Well it doesn't look like it even created a folder. Like I launch the .exe and I get an hourglass for a split second and that's it. Nothing else. I get an instance in my process directory that can't be killed, nothing else.
Hel O'Ween
Men On A Mission
#202 - 2016-04-01 16:10:30 UTC
Did you launch it "As Administrator" as I suggested? The installation needs admin rights.

EVEWalletAware - an offline wallet manager.

Tehg Rhind
Atlantic Innovations
#203 - 2016-04-01 21:15:56 UTC
Yes I did. Strange thing is that the explorer window I launch it from also becomes non-responsive and can't be killed.
Tehg Rhind
Atlantic Innovations
#204 - 2016-04-02 15:44:18 UTC  |  Edited by: Tehg Rhind
I went and tried to install VS so I could take a look at some of your source code and that crapped out too. Based on that I'm pretty sure the problem is on my end somewhere. I'll keep working on it.

Edit: Ok it's working! (mostly). Looks like I had a problem with my whitelist. Having some issues with the update stuff but I think I can resolve it. Yet again just wanted to say how happy I am that you're back in action.
Hel O'Ween
Men On A Mission
#205 - 2016-04-03 00:23:40 UTC
Glad to hear you've got it to work.

If this helps with your whitelisting, the domains contacted by EWA are:
- eve.basicaware.de
- api.eveonline.com
- api.eve-central.com

EVEWalletAware - an offline wallet manager.

Tehg Rhind
Atlantic Innovations
#206 - 2016-04-03 15:00:37 UTC  |  Edited by: Tehg Rhind
Right on, I think I have those three working fine now. Quick question on one other thing. The table banav_tItemValue is where the eve central data is stored right (value source 1)? I have 6 value types, what are they? Also, which region is used for this pull?
Hel O'Ween
Men On A Mission
#207 - 2016-04-08 16:33:34 UTC
Quote:

The table banav_tItemValue is where the eve central data is stored right (value source 1)?


Right. ValueSource stands for
0 - EWA (=calculated from your own transactions)
1 - EVE-Central
2 - EVE Marketdata

Quote:

I have 6 value types, what are they?


These corespond with the the combobox entries "Average type" in the Assets window:
0 - Average Total
1 - Average Buy
2 - Average Sell
3 - Median Total
4 - Median Buy
5 - Median Sell

Quote:

Also, which region is used for this pull?


All regions. The query string for Tritanium, typeID 34 would look like http://api.eve-central.com/api/marketstat?typeid=34

Perhaps I should implement the option to select a dedicated region ...

EVEWalletAware - an offline wallet manager.

Tehg Rhind
Atlantic Innovations
#208 - 2016-04-14 00:58:27 UTC
It might not be a bad idea. For things like minerals we're talking about a razors edge, so small regional differences could matter. That said, I've also noticed that for certain high velocity commodities with razor thin margins, like minerals or salvage, the "percentile" may give a more accurate reading.
Hel O'Ween
Men On A Mission
#209 - 2016-04-15 16:58:50 UTC
Tehg Rhind wrote:
It might not be a bad idea.


Already done, will be in the next release.

Quote:

That said, I've also noticed that for certain high velocity commodities with razor thin margins, like minerals or salvage, the "percentile" may give a more accurate reading.


Both average and median are provided by EVE Central, so currently I just "spit 'em out". I also admit that I'm not statistics genius and therefore would need to teach myself first about how the percentile is calculated. Oops So this won't be a quick addition to EWA ... but you'll never know.

EVEWalletAware - an offline wallet manager.

Tehg Rhind
Atlantic Innovations
#210 - 2016-04-18 00:44:00 UTC  |  Edited by: Tehg Rhind
Percentile is included in the eve central api call. Can't remember if it's a different version of the call than the one you use though.

Ed: ah, misunderstood your post. My understanding is that percentile uses the top/bottom 5% of orders to define buy/sell prices (respectively). It filters out all the junk/overpriced/underpriced orders.
Hel O'Ween
Men On A Mission
#211 - 2016-04-18 13:44:32 UTC
Tehg Rhind wrote:
Percentile is included in the eve central api call. Can't remember if it's a different version of the call than the one you use though.


Ha, so that's an easy one.

Quote:

Ed: ah, misunderstood your post. My understanding is that percentile uses the top/bottom 5% of orders to define buy/sell prices (respectively). It filters out all the junk/overpriced/underpriced orders.


Yes and no. I both dind't know where to get the values from and if I had to calculate them myself, what kind of information "Percentile" provides.

OK so especially for you the next EWA release will also store EC's percentile values. It extends the list I provided earlier:

0 - Average Total
1 - Average Buy
2 - Average Sell
3 - Median Total
4 - Median Buy
5 - Median Sell

6 - Percentile Total
7 - Percentile Buy
8 - Percentile Sell


As of now, the values are only stored in the DB but aren't used anywhere within EWA.

EVEWalletAware - an offline wallet manager.

Tehg Rhind
Atlantic Innovations
#212 - 2016-04-18 19:41:37 UTC
Bro you are for real the best.
Hel O'Ween
Men On A Mission
#213 - 2016-04-21 16:48:38 UTC
FYI: I've released the new versions mentioned above.

EVEWalletAware - an offline wallet manager.

Hel O'Ween
Men On A Mission
#214 - 2016-04-28 15:49:39 UTC
The new database update has been released.

Some notes accompanying both the new release of EWA and this database:

1) Fees / Taxes
I haven't come around implementing the new taxes/fees formula, therefore the estimated results given by EWA are currently wrong. They were (worst case) estimations anyway, as I only took the character's skills into account, dismissing his standing towards the station owner. Doing it that way ensured that EWA always underestimated your profits, never overestimated them. If you have enable tax/fee estimation (Extras -> Options -> tab "Wallet / Assets"), you might want to disable that for the time being.

2) Citadel locations
As of now, it's unsure (to me, at least) who i.e. assets provide information about their location, if they're located in a citadel. Same's true for transactions occurring in citadels.
Worst possible outcome: EWA retrieves and stores (this is important - nothing gets lost!) this information from the API, but simply fails to display assets/transactions taking place in a citadel. Once it's clear how to do that and a proper EWA version is released, these items will automatically "reappear".
Best possible outcome: citadels work just like player build stations and everything's fine from the get-go.

EVEWalletAware - an offline wallet manager.

Tyler Aldent
The Scope
Gallente Federation
#215 - 2016-05-02 02:26:51 UTC
Quick question. On my mission runner it is displaying all my wallet transactions but for my industry alt no information for transactions is displayed, only for journal. Is there something I may have missed? Both characters have the same API permissions for their keys.
Hel O'Ween
Men On A Mission
#216 - 2016-05-04 07:40:25 UTC
Do you happen to run another 3rd party tool for your inusdtrial character? If so, those two programs might conflict with API cache/update times.

Other than that, check "Extras" -> "Application log" for potential error messages.

EVEWalletAware - an offline wallet manager.

Hel O'Ween
Men On A Mission
#217 - 2016-06-09 14:01:02 UTC
OP updated. New database version and new version of EWA are out. The EWA update adds an ISK filter option to the asset window, allowing to filter (out) assets by their price.

EVEWalletAware - an offline wallet manager.

Tertharan
#218 - 2016-06-10 08:02:24 UTC
So, I think there might be a problem with the download link on your website. I went to where it said "Download the current version (2.1.33)", downloaded the full version, and then tried using it. It didn't seem to be working at all and after trying a few things I went to the about page which stated that the version of the program I was using was 0.9.6 from 2008.
Hel O'Ween
Men On A Mission
#219 - 2016-06-10 11:09:36 UTC
Oops

How embarassing ... you're right. Fixed it. Thanks for letting me know.

I moved to a new hosting provider at the end of May. Not sure where I dug up those old versions when moving the data ...

EVEWalletAware - an offline wallet manager.

Hel O'Ween
Men On A Mission
#220 - 2016-07-04 16:30:56 UTC
Took me a while, but now the new database update is available. Sorry for the delay, folks.

EVEWalletAware - an offline wallet manager.