Get the info for different crypto pairs from binance and perform analysis on it. You can also optionally make trades on Alpaca.
- Clone the project
$ git clone https://github.com/BrianMwangi21/anti-charts.git
- Move into the directory, copy the .env.example to .env
$ cd anti-charts
$ cp .env.example .env
- Fill the necessary fields in the .env file
BINANCE_API_KEY=
BINANCE_SECRET_KEY=
BINANCE_TESTNET_KEY=
BINANCE_TESTNET_SECRET_KEY=
ALPACA_API_KEY=
ALPACA_SECRET_KEY=
ALPACA_BASE_URL=
PERFORM_TRADES={True or False}
SPECIAL_CASES={True or False}
- Build the project
$ make build
- Run the project
$ make run