This tool reads your TradeHistory.xlsx file exported from Binance and collects profit information based on pairs. If you have bags, it also tries to figure out what your un-matched trade profit is. (un-matched trade is a BUY order that has no corresponding SELL order yet)
You need Node.js to run this app. Download and install version 9.x from here: https://nodejs.org/
- Download this repository
- Run
npm install
- Export your Trade History from Binance
- Run
npm start
- Go to http://localhost:7000 in your browser