Import your trade history to the CryptoCompare.com, a portfolio tracking service.
- Poloniex
- Bittrex
- git
- account on cryptocompare.com
$ pip3 install git+https://github.com/m-kus/cctool --user
- Login into your Poloniex Account
- Open the tab "ORDERS" -> "MY TRADE HISTORY & ANALYSIS" in the top navigation (https://www.poloniex.com/tradeHistory)
- Click on "Export Complete Trade History" in the top right corner
- Save the CSV file on your PC
- Login into your Bittrex Account
- Open "Orders" over the top navigation (https://bittrex.com/History)
- Click on the "Download History" button at the top of the "MY ORDER HISTORY" table.
- Save the CSV file on your PC
$ cctool <path-to-the-csv-file>
You can specify an existing portfolio by full or partial name
$ cctool <path-to-the-csv-file> --portfolio "My portfolio"
There are two kind of logical errors that might happen, if you sell more than you have, or if you add an existing item. There is an option allowing to suppress these errors and simply skip such items.
$ cctool <path-to-the-csv-file> --ignore-errors