ccxt update
This commit is contained in:
parent
a3b1387022
commit
ed92ab87af
@ -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.:
|
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
|
mkdir -p home/.ssh
|
||||||
ssh-keygen -f home/.ssh/id_ed25519 -N "" -t ed25519
|
ssh-keygen -f home/.ssh/id_ed25519 -N "" -t ed25519
|
||||||
|
@ -3,12 +3,9 @@
|
|||||||
# Webpage URL
|
# Webpage URL
|
||||||
URL="mydabobot.mydomain"
|
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"
|
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 in seconds - Should not be lower then 300
|
||||||
INTERVAL="300"
|
INTERVAL="300"
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user