A complex market making bot. Which works with both candles and ticks to create signals for cryptocurrency trading.
- clone the repository fourgp-bot
- install the dependencies by running
sh install.sh
(orpip install -r requirements.txt
). - pip install is recommended for windows users as install script is for unix or linux users.
- But there are some conflicts with pip.
- run the main.py file with
python3 main.py
- change the configurations in
config.json
as per your requirements.