fixes and default config

This commit is contained in:
olli 2024-02-06 16:28:02 +01:00
parent c07fa6a98f
commit 5da62a6b54
3 changed files with 16 additions and 5 deletions

2
.gitignore vendored
View File

@ -13,3 +13,5 @@
/home/.dabo-bot.sh.lock /home/.dabo-bot.sh.lock
/analyze-* /analyze-*
*.del *.del
/env
/genpw.sh

View File

@ -162,13 +162,22 @@ strategies/buy.mannover-sulu-1.conf
strategies/sell.command-kirk-3.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
Set Rights (UID 10000 for non-root-User in running container): 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 ## Operational commands
Run/Restart: Run/Restart:
``` ```

View File

@ -4,16 +4,16 @@
URL="mydabobot.mydomain" URL="mydabobot.mydomain"
# The exchange we use for using the correct API (BINANCE or BITPANDA) # 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 per trade in percentage on exchange (taker and maker added)
FEE="0.5" FEE="0.5"
# Interval in seconds # Interval in seconds
INTERVAL="150" INTERVAL="300"
## Currency used for trading ## Currency used for trading
CURRENCY="EUR" CURRENCY="USDT"
TRANSFER_CURRENCY="NONE" TRANSFER_CURRENCY="NONE"
# Only use currencies under the first X currencies sorted by market capitalization # Only use currencies under the first X currencies sorted by market capitalization