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 /dabo-bot.conf
/analyze.conf /analyze.conf
/data/botdata /data/botdata
@ -15,3 +15,5 @@
*.del *.del
/env /env
/genpw.sh /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 per trade in percentage on exchange (taker and maker added)
FEE="0.5" FEE="0.5"
# Interval in seconds # Interval in seconds - Should not be lower then 300
INTERVAL="300" INTERVAL="900"
## Currency used for trading ## Currency used for trading
CURRENCY="USDT" CURRENCY="USDT"