You're most welcome!
Also make sure to spend some time to update the stations you visit in your travels with the available items, prices and their stocks.
For example you could execute the following to update the Sullivan Port station.
Code:
trade.py -v update --notepad -S -0 "Sullivan Port"
This will open the station's data in Notepad in the following format:
Code:
@ ALDERAMIN/Sullivan Port
+ Chemicals
Explosives 0 0 n/a n/a
Hydrogen Fuels 0 0 n/a n/a
Mineral Oil 0 0 n/a n/a
Pesticides 0 0 n/a n/a
+ Consumer Items
[...]
In order, the fields after the item are the sell price, buy price, demand amount and stock amount.
You also need to delete any line for an item that is not listed at all by a station.
You should end up with something as:
Code:
@ ALDERAMIN/Sullivan Port
+ Chemicals
Explosives 175 186 n/a 36761H
Hydrogen Fuels 167 0 1010789M n/a
Mineral Oil 267 0 206858H n/a
+ Consumer Items
[...]
Note that I've deleted the Pesticides since Sullivan Port doesn't have this item (not sure what this means, maybe the item is illegal there?). For the Explosives, the stock of '36761H' is taken from the game where the station is selling 36761 Explosives and this represents a High stock for them. For Hydrogen Fuels, they are looking to buy 1010789 items which represents a Medium demand for this fuel.
At the end of your play session you should take your TradeDangerous.prices file and upload it back to maddavo's site for the greater good of the collective.