- Using the public WazirX API for exact prices
- Get all the current holdings gains/losses
- Overall gains/losses for your current portfolio of tokens and deposits
- Real time data (updated every 10 seconds)
- Multithreading for API Calls (10-15x performance gains)
- High precision calculations using
Decimal
library - All the stats right on your Terminal with one single command
- Clone the repo and install the dependencies from
requirements.txt
- Download your Trading Report
- On your Terminal:
export TRADING_REPORT_PATH='YOUR_TRADING_REPORT_ABSOLUTE_PATH'
- On your Terminal:
alias crypto="your_python_path absolute_path_of_repo/main.py"
- Enjoy real-time stats with just on single command on your Terminal:
crypto
- Currently only supports transactions/exchanges from
Token/INR or token/USDT
; Add support for all exchanges - Parse
P2P Trades
,OTC Trades
,Additional Transfers
,STF Trades
andThird Party Transfers
from the Trading Report xlsx file - Add CL arguments to sort according to different metrics
- Automate the addition of all your Trading Reports in one file
- Add alerts for different price points; leading to actionable results such as buying/selling on targets