ccxt update

This commit is contained in:
olli 2024-09-29 21:52:45 +02:00
parent a3b1387022
commit ed92ab87af
2 changed files with 2 additions and 4 deletions

View File

@ -223,6 +223,7 @@ networks:
Optional: If you use matrix/matrix-commander (https://gitea.ds9.dedyn.io/olli/debian.ansible.matrix.server) and want do receive Matrix-Messages from the bot you can create an SSH-Key to allow sending Matrix-Messages e.g.:
Automatically done by playbooks.
```
mkdir -p home/.ssh
ssh-keygen -f home/.ssh/id_ed25519 -N "" -t ed25519

View File

@ -3,12 +3,9 @@
# Webpage URL
URL="mydabobot.mydomain"
# The exchange we use for using the correct API (BINANCE or ONETRADING)
# The exchange we use for using the correct API (CCXI-ID see: https://github.com/ccxt/ccxt)
STOCK_EXCHANGE="NONE"
# fee per trade in percentage on exchange (taker and maker added)
FEE="0.5"
# Interval in seconds - Should not be lower then 300
INTERVAL="300"