spotmarket – 0.4
Posted: 2016-03-18 Filed under: python, spotmarket | Tags: amarr, dodixie, fountain, jita, PLEX, rens Leave a commentOverview
Whew, this was a big step in the right direction. I added a lot of sanity (keep everything in UTC), usability, and cleanup to the existing design. We’ve got moongoo, the beginnings of indexes, and CREST killmail data now flowing in to the growing dataset. The backend was improved by migrating to PostgreSQL 9.5.1 and I also cleaned up the install directions to try to make it easier.
[bug] Change timestamp for zkillboard and markethistory consumer to use UTC for mental sanity
[enhancement] Add 404 error page
[enhancement] Change to postgres 9.5.1 to support jsonb
[enhancement] Parameterize graph functions
[enhancement] Change date format in graphs to ISO for mental sanity
[enhancement] Standardize table formatting
[enhancement] Supervisor to make Flask web service persistent
[enhancement] Add jsonb index on data.killmails for typeID and solarSystemID
[enhancement] Add paging to zKillboard consumer
[enhancement] Add check to resume from last recorded page for zKillboard consumer
[enhancement] Add basic exception handling to zKillboard consumer
[new] Creation of ship index report
CREST Verified Moon Minerals
It is no secret that I have an affinity for finding accurate moon data. In a previous post, I’ve gone so far as to chart the regional density of each moon mineral, showing that there were built in skews as to where each type was placed for each class (R8, R16, etc).
In the Rubicon expansion, CCP introduced siphon units, which can be anchored near a POS to slowly leech items from within the shields. When an extractor is destroyed the killmail will show what moon mineral was in it. This, combined with the x,y,z location data that started to be exposed after the Parallax expansion, can be used to locate the nearest celestial object to give us a verified report of what moon mineral is contained in the object.
I gathered some examples for anyalisis, and over a long flight, I started to put some code together to use killmail x,y,z coordinates to parse CREST killmails. After implementation and testing, it has proven to be accurate so I’ve included the feature in this release. There is a manual step to get the moon mineral data into a table where it is used in the web frontend; I wanted to keep them separate to isolate the two datasets.
PostgreSQL Upgrade to 9.5.1
Rather than writing a parser for CREST killmails, I decided to store the JSON itself for simplicity. Developing on 9.3 with the json datatype proved to be a path that I did not want to go down. 9.3 is not the prefered version and lacked support for a fancy datatype inherit to 9.4+ and above. The following blog post also convinced me to migrate.
The proof is in the numbers so here’s a side-by-side comparison of the same query on the same dataset with only the datatype being different. The two virtual machines also had access to the same amount of CPU and RAM to control the results.
This query was proof enough that I made the right choice. Later that night while checking my logging table, I also noticed an improvement in insert speed.
9.3 (json) [kills] insert 2982 @ 93.81 rec/sec 9.5.1 (jsonb) [kills] insert 2850 @ 124.44 rec/sec
Not bad for about 45 minutes of testing and correcting install instructions.
0.5 Release
What’s up for the next release? Check out the TODO.md for a full list of items slated for each release. The main focus is going to be putting more control in the web front end, letting you enable/disable import items, add item to the market/zKillboard watch list, etc.
Item Price Stability
Posted: 2013-05-17 Filed under: industry, market, ships | Tags: abaddon, archon, chimera, hulk, ishtar, maelstrom, nidhoggur, orca, PLEX, rokh, tengu, thanatos, veldspar 8 CommentsI leave for two weeks and you all accidentally the market. I was not able the participate in the Odyssey speculation, but I am enjoying catching up on it.
The wild swings that we are seeing in the Moon and Ice markets due to Odyssey adjustments made me reflect on the stability of the items that I trade.
I used my historical database to come up with a report to provide quantitative insight to help give values to the items that I instinctively know are high risk. Here is a snapshot of the lower and upper items listed in my Stability Report that covers three years of trading sorted by standard deviation (σ).
Here are some general observations about the items listed:
- Basic minerals, ammo, and modules are the most stable.
- Capital modules weigh in somewhere in the middle.
- Tech2 ships fill the upper band of the report.
- Tech3 hulls and associated Subsystems are randomly spread over the middle band.
- Certain battleships are high on the report because their popularity has changed over time due to shifting fleet doctrines.
- The Procurer BPO was an item that I speculated on heavily during the last patch, which netted very positive results.
- Capital ships are subject to large swings due to mineral price changes.
A tenant of becoming a good trader is minimizing your risk while trying to maximize your rewards. My advice for new traders is to work with more stable items as shown in the shaded green area of my report; they are subject to less swing and therefore will help minimize risk. As your ISK resources grow, you can move into riskier items that will [hopefully] yield larger returns.
Update
Thanks for all the feedback in the comments. I actually spent some time recently to figure out how to calculate item volatility here https://k162space.com/2013/08/20/hac-price-volatility/. I’m working out how to pull numbers for all my data for a new post soon.
PLEX Trade
Posted: 2012-06-22 Filed under: market | Tags: alt, jita, PLEX Leave a commentA recent forum post on the official forms included some rabble rabble about how people should not move PLEXes out of stations. Yes, you shouldn’t have to move them around because anyone can have an alt in a trade hub to easily inject them into your account. However, people are lazy. You can make a small profit off of this because it is bothersome to some to login on an alt, check prices, or shop around.
Here are some trading numbers for my ventures with PLEX. Almost all of the 44 traded ones were moved to other stations.
2 Year Anniversary Wormhole Prize Hunt Giveaway Bonanza
Posted: 2011-08-31 Filed under: eveonline, wormhole | Tags: PLEX, wormhole 20 CommentsTwo years ago a corpmate responded to my boredom comments in corp chat with an offer to come join him in the new frontier known as Wormhole space. I dove in headfirst with nothing to my name but a Covetor, a Dominix, and some 50 M in ISK.
At this time there were a lot of mechanics and logistical challenges to be figured out. We started this blog to help share some of our discoveries, shenanigans, and encounters in the unknown land of Wormhole space with the Eve community. Though we are currently not active in Wormhole space, I still keep the original mission of openly sharing information and experiences with the community alive.
So cheers to you, the Eve community, for being readers of our discourse. We would like to offer up prizes to everyone that has helped us stay passionately involved over the past two years.
As in true k162space fashion, we’re not going to simply give away a prize to the best comment, worst fit, or hold a lottery (thanks to CCP_OhWell for the wonderful suggestion).
Anchored in J124654, J212203, and J235219 around a planet is a can with a Bookmark. Comment on this post with the Bookmark codename as the comment will serve as your timestamp. Prizes will be given out based on discovery time.
1st Prize – PLEX [update] Found Sept 9 @ 17:01
2nd Prize – Pirate Frigate of your choice with T1 rigs and T2 modules
3rd Prize – Sisters Scanning Set
Fire up the scanning probes and get hunting!
Again, thanks everyone for the experiences so far and cheers to another two years!
Edit from miningzen: The cans are at 0 on planet III in all three systems and are called “k162space.com”, no password.
happy anniversary
Posted: 2011-01-24 Filed under: eveonline | Tags: destroy, eve online, explode, haul, kill, loss, PLEX, pos farm 6 CommentsSo, about a year ago I won a few of Roc’s Ramblings Advent contests. I got some nice ammo, a cynabal, a few dramiels and other ships I could not fly, didn’t know how to fly and those that know me personally would never trust me with due to my abysmal kill/loss record.
SO, I instantly sold all of the ships, modules and other items that would make a pvper very happy for a week or two to the tune of about 600-800 mil, more than my little mining self had ever seen due to losing several hulks and never really mining anything harder to find than scordite.
Being a bit of a simpleton, I asked around “what would you do with 800 mil”. I recieved various responses like “faction mods”, “rattlesnake”, “awesome mission ship”, “go t3”, and more than a few “give it all to me lulz”
Then, I had a flash of insight: PASSIVE INCOME!
For those who just play Eve to spin ships in station, here’s a list of the various ways you can get isk in Eve, ordered from “most involved” to “least involved”:
Piracy/ransoming
WH pos ransoming
WH sleeper farming
WH mining
l5 missions
nullsec ratting
l4 missions
ninja salvaging l4 missions
nullsec mining
highsec mining
station trading
courier contracts
contract scamming
moon reactions
t2 component construction
spamming jita chat with scams.
This isn’t a complete nor completely accurate list, but I tried, darn it.
Anywho, after several pokes into the various passive incomes, I tried my hand at a pos farm. I was drawn in because it was the only passive income with a large income sum, and because it was something I wanted to do in Eve. So, I spent all that isk on two large towers and anchored them in a C1. Then, apologized profusely and moved to a different C1.
It has been exactly a year since then. Those two towers have grown to fourteen. Weekly maintenance has been about 10-15 hours and weekly cash flow has been about 300-400 mil.
As of this writing someone is blowing up those towers slowly, one by one. They will not be going back up. Whatever I can salvage from the wreckage (let’s be honest, it’s one guy and fourteen large towers, he’s gonna get bored soon) I will sell to fund future ventures.
Let me back up a bit. Typically, I refuel and rotate the towers on a weekly basis, anywhere from friday to sunday, depending on HW that week and upcoming tests, ect. So, this saturday I scan the highsec WH, check it annnnnnddd…..
Highsec island. And since I’m a moron and don’t keep a week of fuel in the towers, the towers will all offline soon. So, I take enough fuel to keep the main tower going for about a day and put alllllll the reaction profit in it.
Sunday night, the WH closes, I scan a new one. NOT a highsec island. I warp the freighter there, gets there at about midnight sunday night, before a 10 am psychology graduate-level class. And I’ve been doing boring stuff all day.
So I play a few rounds of Starcraft 2. Then bed. Wake up, am actually awake for psych class, am halfway to German when I realize that I forgot to refuel the main tower. Logon, everything’s swanky, I run a day’s worth of fuel in and online it. Go to German, leave, log back on….
Corp hangar gone. Carbide’s gone. Shield is up tho. So apparently in the 30 minute window of onlining they killed the corp hangar and hauled out about 360k m3 worth of carbides.
One sec… Nope, they’re not answering so I don’t know if they destroyed or hauled out the 2 bil worth of carbides. Meh.
Just to recap:
For the last year, these towers have been completely defenseless. They’ve all had two hardeners(offlined), have run out of fuel on multiple occasions, the actual main tower has assorted ECM and laser batteries(also offline) and I’m not even sure I actually put ammo in them or not.
And yet, these towers have stood proud against the multiple peoples coming in and out of a C1 highsec WH, devoters, eagles, falcons, ect, only to be laid low by a 2008 character in cane and hound with an impeccable sense of timing.
I’ve been thinking about it, and the only conceivable reason for this sudden bad luck in terms of total operational shutdown is that, for the last few days I’ve had 5 bil or so in wallet due to missing a few plexes and not spending the excess isk like water. This has been expressed to my various friends like so:
haav > hey, guess who has two thumbs and five bil?
haav > THIS GUY!
So, once again:
Murphy, you complete and utter asshole.
Spent 1.5 of that on fuel and reactants for this week, and assuming this hound and cane don’t destroy the 14 large towers, that’s another 2 bil.
So I’ll be using this to catapult myself back into an actual WH for sleeper killing, probably in tengus.
As a related note, I saved all the BMs for my static’s for the last year. If anyone wants all 113 of them for some charting purpose, here’s a teaser:
And here’s the last printscreen I’ll take of my WH. Fare the well, for you have paid a great deal of my account time for very little effort on my part.
Indiego Montoya > hey
Bacsalmas > hi
Indiego Montoya > just wondering how much carbide you got outta that hangar
Indiego Montoya > and wanted to ask you not to blow up my infrastructure.
Indiego Montoya > that was this week’s haul
Indiego Montoya > there’s nothing left in the silos
Bacsalmas > I think the danger of all pos 🙂
Indiego Montoya > but they’re a bitch to reanchor
Indiego Montoya > hmm?
Bacsalmas > you pay for, or shoot the POS ?
Indiego Montoya > go ahead and shoot
Indiego Montoya > i’m just saying there’s nothing there.
Bacsalmas > ok 🙂
Indiego Montoya > o/