From 4a04b63f26a52eeaff324781680e68ef3414c043 Mon Sep 17 00:00:00 2001 From: olli Date: Wed, 7 Feb 2024 12:36:11 +0100 Subject: [PATCH] added files --- .gitignore | 4 +++- dabo/dabo-bot.conf | 4 ++-- 2 files changed, 5 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index 03879b0..e6adb5b 100644 --- a/.gitignore +++ b/.gitignore @@ -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 diff --git a/dabo/dabo-bot.conf b/dabo/dabo-bot.conf index 60b2494..9502029 100755 --- a/dabo/dabo-bot.conf +++ b/dabo/dabo-bot.conf @@ -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"