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.
 

Help making a market spreadsheet in excel

First post
Author
Sarthero Turinn
Severasse Trading LLC
#1 - 2016-12-29 00:01:04 UTC
I'm a returning player from a few years ago. When I was trading back then I made a kick ass spreadsheet in google docs to help my station trading. (Obviously using the importXml feature) Well now I guess google has changed the spreadsheets making it just craptastic now and it doesn't hardly work.

I'm not a computer programmer and I'm not that familiar with VB code or excel. I have been looking around at online resources trying to see what I need to do, but some of it seems a little complicated and I'm not quite following if there is a good way to do what I need or not.

Basically, can anyone help me out, or point me towards a CLEAR & EASY TO FOLLOW guide to making a trade spreadsheet like the one I have in google docs. There was nothing to advanced there, just using importXML in ranges of 100 to bring in buy/sell prices and market volume.
Steve Ronuken
Fuzzwork Enterprises
Vote Steve Ronuken for CSM
#2 - 2016-12-29 00:19:06 UTC
https://market.fuzzwork.co.uk/api/ may be of interest.

specifically the powerquery bit

Woo! CSM XI!

Fuzzwork Enterprises

Twitter: @fuzzysteve on Twitter

Sarthero Turinn
Severasse Trading LLC
#3 - 2016-12-29 01:12:11 UTC
Steve Ronuken wrote:
https://market.fuzzwork.co.uk/api/ may be of interest.

specifically the powerquery bit


Do I have to change the url information in some way for this? Just taking the api url from my google sheet doesn't seem to be working.

Might be able to answer my own question after I get something working, but can you use cell references in this section in excel? For example, this is one of the pulls from google docs.

=importXml("http://api.eve-central.com/api/marketstat?&hours=24&typeid="&JOIN("&typeid=",$B2:$B100)&"&usesystem=30000142&minQ=1","//sell/min")



Tried using this in power query with no luck

http://api.eve-central.com/api/marketstat?&hours=24&typeid=34&usesystem=30000142&minQ=1,"//sell/min"
Sarthero Turinn
Severasse Trading LLC
#4 - 2016-12-29 01:34:05 UTC
And again, I'm no programmer here... but I have been reading some about how everything was changed to CREST. Is there some way to get output from CREST straight into a spreadsheet?
Sarthero Turinn
Severasse Trading LLC
#5 - 2016-12-29 01:40:38 UTC
I'm just posting as I go along, since I'm researching all this as I go along. I also came across:

https://www.fuzzwork.co.uk/2016/01/12/using-crest-with-excel-crest-strikes-back/

Getting ready to try setting this up right now, I noticed in the example that you also get the 5% average sell price. I have also played with evernus since I have returned and noticed in the market analyzer it also pulls 5% average buy and sell prices. Is there anyway to just pull min sell and max buy anymore? Anyone to change that in evernus to see those instead of the 5% average?
Sarthero Turinn
Severasse Trading LLC
#6 - 2016-12-29 02:44:43 UTC
Ok, dont mind the noob here talking to himself... I didn't realize you still intended using the address from you work in the section above as opposed to just still using eve-centrals, lmao.... so I got a successful pull... so this will work for now.

Is there a limit to type ids in a single pull?
Any way to get actual movement? As I was getting from //emd/val from eve-central?
Steve Ronuken
Fuzzwork Enterprises
Vote Steve Ronuken for CSM
#7 - 2016-12-29 23:31:19 UTC
You can use power query to pull from eve central as well. yes, you need to change the url.

You _can_ get the full order data from CREST and import that, but, tbh, it's not that much use. Because you get every order, and have to manipulate it to get the max/min etc. It's how sites like mine and eve central work, but it's a bit of a pain to do in a spreadsheet.

As for movement, that's somewhat harder (assuming you're meaning on how the price moves.) Because you have to retain history.

People tend to go with the 5% prices, because it is a lot harder to manipulate.

Woo! CSM XI!

Fuzzwork Enterprises

Twitter: @fuzzysteve on Twitter