In-Development TradeDangerous: power-user trade optimizer

Ok my apologies then. Although it is hard to see where else so many new stations came from :)

Well, I also have a post form, so anyone can fill the database (My user rank are pretty new).
I can't really validate everything.

And has my tool is pretty new, some functions were not available so I can really tell where all came from.
Plus, I don't kept history more than 7 days.
 
I am getting some error msg's - picture in spoiler tag. Is there anything im doing wrong? Just updated with trade.py import -P maddavo -O csvs
Capture.PNG
 
the ZULU (Z) timestamp in the import file breaks TD. For now I just manually delete the Z out of the import file and that works.
The new commodities are now in. Not sure about the new ships though.
 
the ZULU (Z) timestamp in the import file breaks TD. For now I just manually delete the Z out of the import file and that works.
The new commodities are now in. Not sure about the new ships though.

I'm in the middle of fixing up Item.csv , Corrections.csv and Ship.csv . I'll check through the prices files for bad Z's too. I'll post when complete.
 
I have completed some updates to data files for v1.3 - import works now. You'll need to grab a new Item.csv, Ship.csv and Corrections.csv . All the prices files have been refreshed now so the timestamps don't have Z's in them. The import plugin does not have an option for Item.csv or Ship.csv so you need to grab them manually.

http://www.davek.com.au/td/
 
@Egon has made me aware of an issue with "Narcotics". There is a large discrepancy between prices in the database. It looks like the price of Narcotics has CHANGED DRAMATICALLY in v1.3 . Now Narcotics buy for around 8700 and sell for around 10000. Previously there were a whole lot of prices around 100-200. I have deleted all old/low prices for Narcotics from the database and regenerated the prices files.

To avoid generating runs with bad Narcotics prices - force download the full prices file.

Code:
trade import -P maddavo -O usefull,force

Cheers,
Maddavo
 
Last edited:
I'm just sorting out an issue with about a dozen duplicate prices...

Done. Prices files should work again now.
 
Last edited:
@Egon has made me aware of an issue with "Narcotics". There is a large discrepancy between prices in the database. It looks like the price of Narcotics has CHANGED DRAMATICALLY in v1.3 . Now Narcotics buy for around 8700 and sell for around 10000. Previously there were a whole lot of prices around 100-200. I have deleted all old/low prices for Narcotics from the database and regenerated the prices files.

To avoid generating runs with bad Narcotics prices - force download the full prices file.

Code:
trade import -P maddavo -O usefull,force

Cheers,
Maddavo

or just use --avoid narcotics in the run command :)
 
Code:
v7.1.2 Jun 6 2015: (v1.3 support)
. (Dry411s) Diamondback prices
. (Orphu) Imperial courier price
. (kfsone) Maddavo Data import/refresh
 
utf strikes again

Code:
\trade.py import --plug maddavoNOTE: Requesting http://www.davek.com.au/td/prices.asp
NOTE: Downloaded  88.7MB of gziped data   2.7MB/s
PLUGIN ERROR: import.prices line 674372: Invalid (latin1, non-utf8) character sequence:
      HYDROGEN FUEL                     109     115          ?    430867M  2015-06-08 16:57:52 # Vanité_E:D Market Connector [Mac OS]_1.3.4.0
 
utf strikes again

Code:
\trade.py import --plug maddavoNOTE: Requesting http://www.davek.com.au/td/prices.asp
NOTE: Downloaded  88.7MB of gziped data   2.7MB/s
PLUGIN ERROR: import.prices line 674372: Invalid (latin1, non-utf8) character sequence:
      HYDROGEN FUEL                     109     115          ?    430867M  2015-06-08 16:57:52 # Vanité_E:D Market Connector [Mac OS]_1.3.4.0

Ugh. Working on it...

EDIT: Done.
 
Last edited:
Its a problem with stations that now sell and buy the same item. They only show supply, demand is blank and thus TD thinks there is no demand. However there is a demand, it just does not show.
I think this is due to passive powers that give +% to consumption and supply- especially for stations that before only had supply. They now suddenly also got a demand.
I manually update TD to include those stations that I frequent regularly, but as soon as I do an import from either a mobile api or an OCR the item is not considered to be sellable in TD again.
 
Back
Top Bottom