TradeDLR / TrackTrading

GNU General Public License v3.0
1 stars 0 forks source link

Getting Started

TrackTrading is a trading analysis tool that helps users keep track of various crypto assets, get real-time price updates, and calculate the total value of their assets in USDT (or any other reference currency) from the exchange -- BingX.

Features

Installation

  1. Clone the repository:
    git clone https://github.com/TradeDLR/TrackTrading.git
  2. Navigate to the project directory:
    cd TrackTrading
  3. Create a config.py under TrackTrading and add your API_KEY and SECRET_KEY in config.py
    nano config.py
    API_KEY = "YOUR_API_KEY"
    SECRET_KEY = "YOUR_SECRET_KEY"

Usage

Run AccountBal.py to fetch the latest balances:

make makefile
make -j$(nproc)

or

python3 backend/socket/UserInterface.py