TradeDangerous Commodity Find Closest Station in Elite Dangerous.
If you are grateful for all the work PMC has done in the past 25 years, use Support PMC page.
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.