All Projects → Fi0x → EDCT

Fi0x / EDCT

Licence: MIT license
EDCT is a tool for large quantity trades in Elite: Dangerous. It is very useful for fleet carrier owners

Programming Languages

java
68154 projects - #9 most used programming language
CSS
56736 projects
Inno Setup
370 projects

Projects that are alternatives of or similar to EDCT

Elite-Log-Agent
Lightweight, non-intrusive data uploader for Elite Dangerous
Stars: ✭ 42 (+133.33%)
Mutual labels:  elite, dangerous, inara
EliteAPI
.NET API for Elite: Dangerous Journal | Hook in-game events to code!
Stars: ✭ 96 (+433.33%)
Mutual labels:  elite-dangerous, elitedangerous
elite-journal
Parsing the Elite: Dangerous journal and putting it into a cool format.
Stars: ✭ 34 (+88.89%)
Mutual labels:  elite, elite-dangerous
FlyDangerous
A love letter to the Elite Dangerous racing community ❤
Stars: ✭ 46 (+155.56%)
Mutual labels:  elite
Sextant
Exploration Assistant for Elite Dangerous
Stars: ✭ 21 (+16.67%)
Mutual labels:  elite-dangerous
adamant-tradebot
Free market-making software for cryptocurrency projects and exchanges. Makes trade volume, maintains spread and liquidity/depth, set price range, and builds live-like dynamic order book.
Stars: ✭ 113 (+527.78%)
Mutual labels:  trade
Auto Neutron
An automatic neutron route plotter for Elite Dangerous
Stars: ✭ 18 (+0%)
Mutual labels:  elite-dangerous
disc-elite-beebasm
Fully documented and annotated source code for the disc version of Elite on the BBC Micro
Stars: ✭ 19 (+5.56%)
Mutual labels:  elite
py-ecomplexity
Python package to compute economic complexity and associated variables
Stars: ✭ 46 (+155.56%)
Mutual labels:  trade
X52-Pro
X52 Pro Files 2.2.3
Stars: ✭ 56 (+211.11%)
Mutual labels:  elite-dangerous
nft-swap-sdk
Ethereum's missing p2p NFT and token swap library for web3 developers. Written in TypeScript. Powered by 0x.
Stars: ✭ 200 (+1011.11%)
Mutual labels:  trade
java-binance-api
Java Binance API Client
Stars: ✭ 72 (+300%)
Mutual labels:  trade
alcor-ui
Alcor Exchange | First self-listing onchain DEX for eosio tokens;
Stars: ✭ 103 (+472.22%)
Mutual labels:  trade
LiuAlgoTrader
Framework for algorithmic trading
Stars: ✭ 514 (+2755.56%)
Mutual labels:  trade
fd-api
Code dealing with Frontier Developments' API(s) for Elite Dangerous
Stars: ✭ 25 (+38.89%)
Mutual labels:  elitedangerous
coincube
A Python/Vue.js crypto portfolio management and trade automation program with support for 10 exchanges.
Stars: ✭ 85 (+372.22%)
Mutual labels:  trade
bitmex-backtest-python
bitmex-backtest is a python library for backtest with bitmex fx trade rest api on Python 3.7 and above.
Stars: ✭ 13 (-27.78%)
Mutual labels:  trade
PancakeTokenSniper
BSC BNB Pancake token sniper, buy, take profit and rug check
Stars: ✭ 184 (+922.22%)
Mutual labels:  trade
bcplus
BoardComputer+ for E:D
Stars: ✭ 15 (-16.67%)
Mutual labels:  elite-dangerous
node-zaif
Promise-base Cryptocurrency Exchange zaif.jp API for node.js
Stars: ✭ 19 (+5.56%)
Mutual labels:  trade

Elite: Dangerous Carrier Trader

EDCT is a tool for large quantity trades in Elite: Dangerous. It is very useful for fleet carrier owners to find profitable trades.

Features

  • GUI
  • Search for the best commodity prices of all commodities
  • Sorted result display
  • Display profit/t
  • Display distance between systems
  • Display station supply / demand
  • Display general station information
  • Display carrier information
    • How high buy / sell prices need to be
    • How high the profit for traders is
  • Filters
    • Stations that have a minimum supply / demand (useful for fleet carriers)
    • Stations with large landing pads
    • Orbital stations
    • Fleet carriers
    • Odyssey stations

Data

EDCT uses trade information from the inara and EDDB websites and the EDDN. It also uses the EDSM API to get system coordinates.

Since inara does not provide any API endpoints for trade-data, EDCT gathers the required information directly from the HTML files that are provided to every website user. Therefor the trade information is always as accurate as the information on inara itself.

To reduce traffic on inara, the HTTP requests are delayed, which results in a few minutes of waiting time at the first launch of the program. This is only required on the first launch. Every other startup will provide results much faster, since downloaded trade data is stored in a local database.

The program also uses the EDDN to keep the local database updated.

It also gathers information from EDDB to get the galactic average of each commodity.

To provide information about the distance between two systems, the tool gathers coordinates from each system via the EDSM API.

For more information about how this tool operates, visit the wiki

If you find any bugs or would like a feature to be implemented, please create a new issue here.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].