Integrating with FreqTrade
Prerequisites:
- GitHub Access
- Docker installed in your machine
Clone our Freqtrade template strategy with Equeum integration: https://github.com/equeumco/bot-freqtrade-equeum
Navigate to your repository folder and run the following command:
docker compose pull
Run the image with the command (one of these, of your choice):
docker compose up -d
- to run futures configdocker compose -f docker-compose-spot.yml up -d
- to run spot config
This is what docker should look after you finish with the setup:

Depending on what you ran on the Docker container, you can access it using the following link: http://localhost:8080
If ever it asked for a username/password, you can use :
Username: freqtrader
Password : 123456
This is a sample working version of the freqtrade:
