Tuesday, November 25, 2014

Thinking about trade 2: A list of typeIDs which can be found on the market

This is a list of all typeIDs which can be found on the market, taken from the latest static dump. It was very hard to get, so I may as well share.

In other news, I've gotten a free shell service banned from using the eve-central API. Which is exactly why I wasn't using my home IP.

Sunday, November 23, 2014

Thinking about trade

I'm very lazy. I would never be able to compare hundreds of item types every day or maintain hundreds of buy and/or sell orders. But there's a lot of money in trade, so I keep thinking about it, trying to find an easy way to do it.

It would be easy to write a program that uses eve-central data to compare item prices in different market hubs. However, if you only look at prices, all the program's top results  would be very expensive items, like capital ships and deadspace modules. Eve-central doesn't track how many units are sold per day, so it's impossible to calculate profit potential.


And then I thought, "or is it"? Eve-central does track how many units of an item are on the market, and I'll bet there's a correlation between how many units are on the market and how many units are sold per day.

Of course, the market being what it is, there will never be a particularly strong correlation -- but it doesn't have to be strong. It just has to tell me that moving a bunch of nocxium at a profit of 10 isk per unit is more profitable than moving a single unit of whatever at a profit of one million per unit.

So I took a sample of item types and blah blah spreadsheets and quadratic regression blah and got this:


The sample size is way too small, but I can always go back and redo the equation with better numbers. The point is that it more or less works and I can tell how many units are being sold to within about an order of magnitude.

Next step? Sorcery.

Friday, November 14, 2014

Added a little something to the spreadsheet

Completely automated. I should have learned to import from eve-central a long time ago.

Wednesday, November 12, 2014

New spreadsheet: Done


It's a lot simpler than the last one, at least from a user's perspective. Behind the scenes it's all pulling prices from eve-central and being like =IF(OR(B$54=" ",B$55=" "),0,(ROUNDUP((1-B$55/100)*HLOOKUP(B$54,$B$31:$Z$51,2,0))))

With that done, now I have to wait for my refining skills for those ores to all be level 5 before I can build anything. That's 25 days out.

Monday, November 10, 2014

Apparently it's important to have ME10 on capital blueprints

Somebody poked me and got me to look at the numbers, and now I'm - maybe - getting back into capital manufacturing.

Thing is, though, I was working on the new spreadsheet and compared minerals required for three ME9 blueprints - archon, chimera, nidhoggur - to the minerals required for those same blueprints with optimal ME on my old spreadsheet. The difference was 10%.

That seemed horribly wrong. So I compared everything and found there were two reasons for it.

First, carriers post-crius use slightly more components.

Second, ME10 now makes a huge difference. Under the old system, the last material level would save you one or two components. Under Crius, every component the ship uses 8-10 of at perfect ME it uses one more of at ME9, which in an archon is half the components. In ships that use more components, like dreadnaughts, the ME10 effect is smaller but still significant, as you can see below.



Saturday, November 8, 2014

Industry Contributor: October Report


  

So far so good. This was probably my most passive month in eve so far. The most time I spent was 6 hours was re-setting up my eighteen planets for P2- with 2 extractors, 4 basic processors, 2 advanced procesors, launchpad, storage and 6 harvester heads on each extractor. Maybe it sounds little bit like rocket science, but anybody who does this type of work will understand it -- the purpose was to get the best passive setup for 14 day cycles tested and calculated.

The trade market finished about 20 orders which I haven't had a chance to replace yet. I intend to hang on to them and make few little improvments if I get an afternoon or two in next few months. A few meta 4 items did sell for good profit, so completely happy how things with margins are working out.

I also got one of my capital ship BPOs on ME 10, and am now getting PE in place.

Parasoja's Notes:

I logged in even less than he did this month.

Thursday, October 2, 2014

Trade contributor: September 2014


I figured out a few new modules which could possibly sell, restocked the market with t1 frigates, and managed to lose my machariel (however, this ship has made me enough kills to pay itself off, so I consider it should be cool).

Both of the station parasites from the last two months are pretty much dead. I decreased profits on some of my modules almost to Jita price, dropping my market estimate by about 1,5-2 bil, which I think is the reason my margins were down. Poor animals didn't have any ISK to eat, so they starved to death. Also I did manage to get my market estimate towards 90 bil.

Nullsec brings me little advantage on customs offices. I use a combination of interbus and player owned customs offices and make something like 7-8 mil per planet per 3 day cycle. It should make something like 300 mil per character once I get my planet managment skills 5/5/5/5.

Parasoja's notes:

Funny story -- on the 5th of November, EVE exceeded 10 billion journal transactions. This broke my program.

The reason it did this is because I didn't convert the journal transaction IDs to integers before sorting the list. If you sort an integer, it sorts smaller numbers first. If you sort a string, it sorts numbers that start with 1 before numbers that start with 9.

Anyhoo, with the competitors disappearing sales and profits are up even though margins are down. Interested to see what happens next month.