Warning
The trading bot is still a work in progress. Take heed.
Before running these commands, remember to install talib on your system (not the python package, but the c library).
$ python -m venv .venv
$ source .venv/bin/activate
$ pip install -r requirements.txt
$ python live_bot.pyVisualize candles and indicators (run this command after setting up virtual environment)
$ python trbot/visualize_candles.py
$ cd charts/
$ npm install
$ npm run dev- Historical data downloader
- Candle replayer (with a modifiable replay time factor)
- A variety of indicators such as SMA, EMA, RSI
- Strategy implementation system
- Backtesting
- Take profit and stop losses