TradeDangerous Commodity Find Closest Station in Elite Dangerous.
PMC websites shut down October 13th 2025 unless yearly web hosting fees are paid. Please Support PMC to help keep these websites online.
Website hosting and domain registration fees are due, please Support PMC, thank you. You can read more details from PMC websites from shared hosting to Virtual Private Server forum topic.
You need to find lets say Steel, Titanium, Water, CMM Composite, whatever commodity near the system you're in, what command line parameters to use?
Return stations that sell water at least 790 tons near Tikurua system:
trade.py buy water --supply 790 --near tikurua
Return multiple commodities:
trade.py buy water,fruitandvegetables --supply 790 --near tikurua trade.py buy water,fruitandv,ceramicc,insulatingm --supply 790 --near tikurua
Limit the search returns to 40 lines/stations:
trade.py buy liquido,aluminium,cmmcomp,steel,titanium --limit 40 --supply 790 --near tikurua trade.py buy ceramicc,cmmcomp,insulatingm,semicond,supercond,powergene,waterpurifiers,computercomp,medicaldiagnostice,non-lethalw --limit 40 --supply 790 --near tikurua
You can place command line parameters into "config file" as well, here it is pmc-colonization-outpost.txt file:
python3 trade.py buy +../pmc-colonization-outpost.txt --near tikurua
Feel free to create topic to PMC Tactical Forum if you need more advanced help with using TradeDangerous.
Enjoyed or found this pages content useful, please Support PMC to help me keep this web page online beyond october 13th 2025 when yearly web hosting fees are due.