Skip to content
This repository has been archived by the owner on Mar 25, 2024. It is now read-only.

Latest commit

 

History

History
16 lines (11 loc) · 786 Bytes

README.md

File metadata and controls

16 lines (11 loc) · 786 Bytes

binance-profit-calculator

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)

binance-profit-calculator

Instructions

You need Node.js to run this app. Download and install version 9.x from here: https://nodejs.org/

  1. Download this repository
  2. Run npm install
  3. Export your Trade History from Binance
  4. Run npm start
  5. Go to http://localhost:7000 in your browser

Does not take into account deposits or withdrawals