Pages: 1 2 [3] 4 5 6 7 8 9 10 11 12 .. 12 :: one page |
|
Author |
Thread Statistics | Show CCP posts - 0 post(s) |
SiJira
|
Posted - 2007.12.23 16:00:00 -
[61]
this is a good tool for any serious trader Trashed sig, Shark was here |
Prokonsul Piotrus
Minmatar Astral Light of Nature
|
Posted - 2007.12.24 02:06:00 -
[62]
Originally by: Eraggan Sadarr
Originally by: Asteroid Bandit Hi, not to derail your thread or hock someone else's service but you may be interested in taking a look at this;
EvE Central Market Browser
I know about that tool. A little bit different. Mine is more private
What about allowing your soft to optionally interact with EvE CMB? It beats their interface, but would benefit from their database. It would be great if you could use it to sumbit data to ECMB via your soft in exchange fo being able to read data from ECMB on your soft :) Win-win... and of course it would be optional - people could use it as it is now without any interaction with ECMB. -- One day, we will return to the planets... please, CCP? :)
EVE-Wiki - share your knowledge in one place. |
Bal Rokko
Rok Inc
|
Posted - 2007.12.24 21:52:00 -
[63]
I love this - it's simple, it displays the market information you get in-game but allows you to compare it to another market (assuming you have exported the market data).
To Eraggan - what plans do you have for this app? Just wondering as i would like to put some time into this (ha, time, lol, if i can find some..) - seriously, this application has a lot of potential, the main thing being the same interface as the game.
Please contact me.
Bal.
|
Enosh
|
Posted - 2007.12.26 09:38:00 -
[64]
This is great work.
I also checked out the other site, i can appreciate the privacy ;). I was wondering, what apps would i need to work on this. I imagine the installer and most of the interface stuff is standard and can be picked up from .Net, would i need a supscription for that? I suppose i would need an editor and a compiler. What did you use?
|
Eraggan Sadarr
Phoenix Tribe
|
Posted - 2007.12.27 18:41:00 -
[65]
Edited by: Eraggan Sadarr on 27/12/2007 18:42:58
Originally by: Enosh This is great work.
I also checked out the other site, i can appreciate the privacy ;). I was wondering, what apps would i need to work on this. I imagine the installer and most of the interface stuff is standard and can be picked up from .Net, would i need a supscription for that? I suppose i would need an editor and a compiler. What did you use?
Thx You would just need the .NET 2.0 framework and a free version of visual studio C# express 2005 or later. You can find the 2008 editions here and i guess they would work just as well as 2008 supports .net 2.0. The solution file will be incompatible after conversion, though. |
Eraggan Sadarr
Phoenix Tribe
|
Posted - 2007.12.27 18:57:00 -
[66]
Originally by: Prokonsul Piotrus
Originally by: Eraggan Sadarr
Originally by: Asteroid Bandit Hi, not to derail your thread or hock someone else's service but you may be interested in taking a look at this;
EvE Central Market Browser
I know about that tool. A little bit different. Mine is more private
What about allowing your soft to optionally interact with EvE CMB? It beats their interface, but would benefit from their database. It would be great if you could use it to sumbit data to ECMB via your soft in exchange fo being able to read data from ECMB on your soft :) Win-win... and of course it would be optional - people could use it as it is now without any interaction with ECMB.
Well, i can see on their site that other apps are allowed to ask data from their site although the data is limited to this:
Quote:
<!-- Automatically generated data from EVE-Central.com --> − <market_stat> <typeid>34</typeid> <avg_price>2.5595564449031598</avg_price> <total_volume>97849484907</total_volume> <avg_buy_price>2.1023216290544098</avg_buy_price> <total_buy_volume>49294978811</total_buy_volume> <stddev_buy_price>0.618993435304655</stddev_buy_price> <max_buy_price>4.2400000000000002</max_buy_price> <min_buy_price>0.20000000000000001</min_buy_price> <avg_sell_price>3.2607866144198701</avg_sell_price> <total_sell_volume>48555992610</total_sell_volume> <stddev_sell_price>60401072.277036302</stddev_sell_price> <max_sell_price>3800000000.0</max_sell_price> <min_sell_price>1.0</min_sell_price> </market_stat>
which is not the fullblown set you get from an exported marketlog. But i like the idea and will see if i can get something useful from it when i have the time |
Eraggan Sadarr
Phoenix Tribe
|
Posted - 2007.12.27 19:54:00 -
[67]
Originally by: Bal Rokko Edited by: Bal Rokko on 27/12/2007 19:03:30 I love this - it's simple, it displays the market information you get in-game but allows you to compare it to another market (assuming you have exported the market data).
To Eraggan - what plans do you have for this app? Just wondering as i would like to put some time into this (ha, time, lol, if i can find some..) - seriously, this application has a lot of potential, the main thing being the same interface as the game.
Bal.
First off i want the user to dynamically add/remove more regions for easier comparison. I have also added a minimum quantity filter so it is easier to find those 10.000 parts of salvage you need. After that i'm very open to suggestions So any feedback/input or implemented features are very welcome
|
B Teaser
|
Posted - 2007.12.28 22:52:00 -
[68]
First let me say I really like what you have done, thank you. I was going to try to get some functionality out of a spreadsheet, but your application does what I wanted and much more.
I only got it a few hours ago, but one thing I would really like to see is having your column choices 'remembered'. Each time I choose a different item or region I have to add columns, move them to where I like, and adjust their width. If these column adds/placements/widths were 'remembered'(including between sessions), that would be great.
I might also add the capability of resizing the display areas. Resizing is probably the wrong term, but if you could make the two separator lines non static in the same way that you can drag and thereby set the width of each column. Possibly even split the horizontal separator into two individually adjustable separators. 'Remembering' these placements between sessions would be nice, but not nearly as critical as 'remembering' the columns.
Also, the ability to clear each side of the displayed data individually might have some value. Sometimes I just want to see the data from one region without having the old data from my previous comparison cluttering things up. This along with making the display areas sizable will make it easy to see more data columns at once. Now that I think about it, if I was able to adjust the width, I could just drag the separator all the way to one side and thus not see the old data.
I sincerely hope that you will be able to find some value in these suggestions/comments. I have no idea of the coding and time required to implement any of the above, so I will leave it to you to decide whether it is within the scope of your project.
I only read the first and last page of this topic, so if I restated any prior content I apologize. Again, thank you for this application.
|
Eraggan Sadarr
Phoenix Tribe
|
Posted - 2007.12.28 23:24:00 -
[69]
Edited by: Eraggan Sadarr on 28/12/2007 23:25:50
Originally by: B Teaser First let me say I really like what you have done, thank you. I was going to try to get some functionality out of a spreadsheet, but your application does what I wanted and much more.
Let me say thank you for the constructive feedback
Originally by: B Teaser
I only got it a few hours ago, but one thing I would really like to see is having your column choices 'remembered'. Each time I choose a different item or region I have to add columns, move them to where I like, and adjust their width. If these column adds/placements/widths were 'remembered'(including between sessions), that would be great.
Great idea. I have thought of this myself at some point. But had actually forgotten the idea. I will put it on my todo list.
Originally by: B Teaser
I might also add the capability of resizing the display areas. Resizing is probably the wrong term, but if you could make the two separator lines non static in the same way that you can drag and thereby set the width of each column. Possibly even split the horizontal separator into two individually adjustable separators. 'Remembering' these placements between sessions would be nice, but not nearly as critical as 'remembering' the columns.
This feature is also on my own wish list. It would take quite a bit of coding though, and has therefore been moved to the "nice to have list". But I also think that it would make a nice coding challenge, and since I'm not the only one wanting this, i might up its priority
Originally by: B Teaser
Also, the ability to clear each side of the displayed data individually might have some value. Sometimes I just want to see the data from one region without having the old data from my previous comparison cluttering things up. This along with making the display areas sizable will make it easy to see more data columns at once. Now that I think about it, if I was able to adjust the width, I could just drag the separator all the way to one side and thus not see the old data.
The "remebered" regions was an intentional feature because i like the ability to compare two different regions for several items (by just changeing the item). But it would be no problem to make the first list item "Select a region..." clear the list. Also put on the todo list.
Originally by: B Teaser
I sincerely hope that you will be able to find some value in these suggestions/comments. I have no idea of the coding and time required to implement any of the above, so I will leave it to you to decide whether it is within the scope of your project.
I always find value in suggestions and comments. Thanks |
Eraggan Sadarr
Phoenix Tribe
|
Posted - 2008.01.03 21:43:00 -
[70]
/bump |
|
Lord Bleu
MisFunk Inc. Frontline.
|
Posted - 2008.01.09 08:27:00 -
[71]
Edited by: Lord Bleu on 09/01/2008 08:32:11 Not sure if this is possible, but showing the system sec level would be handy for haulers. At the moment when I see a good price I set the destination to see if it's high or low sec. I avoid low sec stations in my freighter for obvious reasons but I'm always looking for a bargain in hi-sec to buy low, sell high.
I'm sure there's a database out there somewhere with systems and sec level.
Good program.
|
Eraggan Sadarr
Phoenix Tribe
|
Posted - 2008.01.10 10:16:00 -
[72]
Originally by: Lord Bleu Edited by: Lord Bleu on 09/01/2008 08:32:11 Not sure if this is possible, but showing the system sec level would be handy for haulers. At the moment when I see a good price I set the destination to see if it's high or low sec. I avoid low sec stations in my freighter for obvious reasons but I'm always looking for a bargain in hi-sec to buy low, sell high.
I'm sure there's a database out there somewhere with systems and sec level.
Good program.
Easily done. Will increase the installation with about 100KB, but i see the value of it. I'll see that it will get implemented in the coming release that I hopefully will get out tonight. If not, then within a week
|
Eraggan Sadarr
Phoenix Tribe
|
Posted - 2008.01.12 01:06:00 -
[73]
New version up |
Eraggan Sadarr
Phoenix Tribe
|
Posted - 2008.01.14 10:22:00 -
[74]
Changelog corrected. |
Eraggan Sadarr
Phoenix Tribe
|
Posted - 2008.01.18 19:58:00 -
[75]
Screen shots updated. |
Ductape
Minmatar The Works Ethereal Dawn
|
Posted - 2008.01.24 21:35:00 -
[76]
I just get non-critical errors. parsing the files. it doesnt crash but doesnt import any of the logs.
|
Eraggan Sadarr
Phoenix Tribe
|
Posted - 2008.01.26 11:49:00 -
[77]
Originally by: Ductape I just get non-critical errors. parsing the files. it doesnt crash but doesnt import any of the logs.
I need to know a bit more to help you with that. Have you modified the files? try setting the path to your marketlog files manually in the options dialog. Its usually something like "C:\Documents and Settings\<username>\My Documents\EVE\logs\Marketlogs".
Could you tell me the name of the file that it says it cant parse? |
Eraggan Sadarr
Phoenix Tribe
|
Posted - 2008.02.06 16:40:00 -
[78]
/bump |
Eraggan Sadarr
Phoenix Tribe
|
Posted - 2008.02.06 16:41:00 -
[79]
Originally by: Lord Bleu Edited by: Lord Bleu on 09/01/2008 08:32:11 Not sure if this is possible, but showing the system sec level would be handy for haulers. At the moment when I see a good price I set the destination to see if it's high or low sec. I avoid low sec stations in my freighter for obvious reasons but I'm always looking for a bargain in hi-sec to buy low, sell high.
I'm sure there's a database out there somewhere with systems and sec level.
Good program.
You got your wish, its in the newest version :) |
Kallisto Black
|
Posted - 2008.02.06 19:06:00 -
[80]
Originally by: Eraggan Sadarr
Originally by: Lord Bleu Edited by: Lord Bleu on 09/01/2008 08:32:11 Not sure if this is possible, but showing the system sec level would be handy for haulers. At the moment when I see a good price I set the destination to see if it's high or low sec. I avoid low sec stations in my freighter for obvious reasons but I'm always looking for a bargain in hi-sec to buy low, sell high.
I'm sure there's a database out there somewhere with systems and sec level.
Good program.
Easily done. Will increase the installation with about 100KB, but i see the value of it. I'll see that it will get implemented in the coming release that I hopefully will get out tonight. If not, then within a week
Actually if there was a option that let you filter out low sec systems completely that would be a HUGE bonus for trading/hauling.
I wish CCP even had that option in-game. |
|
Eraggan Sadarr
Phoenix Tribe
|
Posted - 2008.02.08 12:57:00 -
[81]
Originally by: Kallisto Black
Actually if there was a option that let you filter out low sec systems completely that would be a HUGE bonus for trading/hauling.
I wish CCP even had that option in-game.
I have already implemented this feature on my internal developer version, and will hopefully release this in the coming days. |
becanaise
|
Posted - 2008.02.10 06:25:00 -
[82]
hi guys juat started trading and would love to b able to use this tool but when i go into my logs folder and market logs i have no logs there is there somthing that i have to tick in my options menu
thanks in advance
|
Eraggan Sadarr
Phoenix Tribe
|
Posted - 2008.02.10 20:39:00 -
[83]
Version 1.0.7 is up.
Changes: v1.0.7 - Feature: System security level can now be filtered. - Fixed: Settings were loaded at an incorrect time. Resulting in some settings not being remembered.
Have fun with it... |
Eraggan Sadarr
Phoenix Tribe
|
Posted - 2008.02.10 20:41:00 -
[84]
Originally by: becanaise hi guys juat started trading and would love to b able to use this tool but when i go into my logs folder and market logs i have no logs there is there somthing that i have to tick in my options menu
thanks in advance
You have to export the logs yourself...this is sadly not something that can be done automatically. When you look at an item in the market, there is a button called "Export file". That is the one to use....frequently |
Vested Interest
|
Posted - 2008.02.10 22:44:00 -
[85]
Dang I wish they had a check-box option in game to dump market exports automatically. I'm sure it's been requested.
|
Eraggan Sadarr
Phoenix Tribe
|
Posted - 2008.02.10 23:33:00 -
[86]
Originally by: Vested Interest Dang I wish they had a check-box option in game to dump market exports automatically. I'm sure it's been requested.
Yeah...but it would be too much data... Then you would see some serious lag |
Eraggan Sadarr
Phoenix Tribe
|
Posted - 2008.02.13 00:07:00 -
[87]
Version 1.0.8 is up.
Just a minor fix. |
Eraggan Sadarr
Phoenix Tribe
|
Posted - 2008.02.15 09:23:00 -
[88]
In-game Mailing list created.
You can join the in-game mailing list EveMarketScanner for info on updates and new features. |
Eraggan Sadarr
Phoenix Tribe
|
Posted - 2008.02.22 10:53:00 -
[89]
A little post for informing you of my current focus for this app.
Upcoming feature: Compare multiple regions by choosing the number of regions you want to compare (or have screen space for ).
I would like to hear any other ideas/feature you might have/want. So feel free to post.
Eve Market Scanner
|
zamorab
|
Posted - 2008.02.27 15:28:00 -
[90]
As a newbe to Eve I have only just begun exploring the markets but when I ôaccidentallyö found a nice price diff for an item I begun looking for more but had resorted to typing prices into a spreadsheet to remember them; and then I came across your app. YouÆve done a great job, got nothing but praise for it.
Just one stupid question; where are the number of jumps worked out from? I can see they are not related to where I am in Eve at the time.
Thanks again
|
|
|
|
|
Pages: 1 2 [3] 4 5 6 7 8 9 10 11 12 .. 12 :: one page |
First page | Previous page | Next page | Last page |