diff --git a/.gitignore b/.gitignore index 40144a5..03879b0 100644 --- a/.gitignore +++ b/.gitignore @@ -13,3 +13,5 @@ /home/.dabo-bot.sh.lock /analyze-* *.del +/env +/genpw.sh diff --git a/README.md b/README.md index 512579e..1247bf4 100644 --- a/README.md +++ b/README.md @@ -162,13 +162,22 @@ strategies/buy.mannover-sulu-1.conf strategies/sell.command-kirk-3.conf ``` +## Create individual watch-assets.csv +``` +cp dabo/watch-assets.csv watch-assets.csv +``` +Optional: +You can edit this file if you want do generate warnings or track your asstes/trades. +``` +nano watch-assets.csv +``` + ## Set Rights Set Rights (UID 10000 for non-root-User in running container): ``` -chown -R 10000:10000 dabo data home strategies dabo-bot.conf +chown -R 10000:10000 dabo data home strategies dabo-bot.conf watch-assets.csv ``` - ## Operational commands Run/Restart: ``` diff --git a/dabo/dabo-bot.conf b/dabo/dabo-bot.conf index 7974a45..60b2494 100755 --- a/dabo/dabo-bot.conf +++ b/dabo/dabo-bot.conf @@ -4,16 +4,16 @@ URL="mydabobot.mydomain" # The exchange we use for using the correct API (BINANCE or BITPANDA) -STOCK_EXCHANGE="BITPANDA" +STOCK_EXCHANGE="NONE" # fee per trade in percentage on exchange (taker and maker added) FEE="0.5" # Interval in seconds -INTERVAL="150" +INTERVAL="300" ## Currency used for trading -CURRENCY="EUR" +CURRENCY="USDT" TRANSFER_CURRENCY="NONE" # Only use currencies under the first X currencies sorted by market capitalization