added files

This commit is contained in:
olli 2024-02-07 12:36:11 +01:00
parent c2145ed16e
commit 4a04b63f26
2 changed files with 5 additions and 3 deletions

4
.gitignore vendored
View File

@ -1,4 +1,4 @@
/docker-compose.override.yml
/docker-compose.override.yml*
/dabo-bot.conf
/analyze.conf
/data/botdata
@ -15,3 +15,5 @@
*.del
/env
/genpw.sh
/watch-assets.csv
/data/watch.html

View File

@ -9,8 +9,8 @@ STOCK_EXCHANGE="NONE"
# fee per trade in percentage on exchange (taker and maker added)
FEE="0.5"
# Interval in seconds
INTERVAL="300"
# Interval in seconds - Should not be lower then 300
INTERVAL="900"
## Currency used for trading
CURRENCY="USDT"