ccxt update

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

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"