added files
This commit is contained in:
parent
c2145ed16e
commit
4a04b63f26
4
.gitignore
vendored
4
.gitignore
vendored
@ -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
|
||||
|
@ -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"
|
||||
|
Loading…
Reference in New Issue
Block a user