fix analyze.sh for multiple strategies

This commit is contained in:
2023-05-10 09:29:53 +02:00
parent 12d1dc08bc
commit f59ce6054f
3 changed files with 63 additions and 24 deletions

View File

@@ -186,6 +186,11 @@ Logs/Output:
docker compose logs -f
```
Update:
```
git pull -f --all
```
dabo-bot.sh is the bot that trades and collects the quotes and analyze.sh is the tool with which you can try out strategies with the historical data.
The configuration files are called dabo-bot.conf and analyze.conf. analyze.sh also uses bot.conf but its variables are overwritten by analyze.conf if duplicated.