35 lines
1.1 KiB
Plaintext
Executable File
35 lines
1.1 KiB
Plaintext
Executable File
# Default Config file for Dabo-Bot. Pleasse don't change!
|
|
|
|
# Webpage URL
|
|
URL="mydabobot.mydomain"
|
|
|
|
# The exchange we use for using the correct API (BINANCE or BITPANDA)
|
|
STOCK_EXCHANGE="BITPANDA"
|
|
|
|
# fee per trade in percentage on exchange (taker and maker added)
|
|
FEE="0.5"
|
|
|
|
# Interval in seconds
|
|
INTERVAL="150"
|
|
|
|
## Currency used for trading
|
|
CURRENCY="EUR"
|
|
TRANSFER_CURRENCY="NONE"
|
|
|
|
# Only use currencies under the first X currencies sorted by market capitalization
|
|
LARGEST_MARKETCAP="250"
|
|
|
|
# Blacklist Currencies
|
|
BLACKLIST="^USDT${CURRENCY}|^DAI${CURRENCY}|^BUSD${CURRENCY}|^USDC${CURRENCY}|^USDP${CURRENCY}|^TUSD${CURRENCY}|^USDD${CURRENCY}|^GUSD${CURRENCY}|^FEI${CURRENCY}|^USTC${CURRENCY}|^FRAX${CURRENCY}|^USDJ${CURRENCY}|^LUSD${CURRENCY}|^EURS${CURRENCY}|^TRIBE${CURRENCY}|^BNB${CURRENCY}|^FDUSD${CURRENCY}"
|
|
|
|
## Signal Group for Notifications
|
|
SIGNAL_GROUP="Krypto-Bot"
|
|
|
|
## Percent from balance per invest.
|
|
# Overwritten by MIN_NOTIONAL+X% from stock if lower
|
|
INVEST="5"
|
|
|
|
# Stop all trading and sell everything if the complete balance shrinks under this value in ${CURRENCY}
|
|
EMERGENCY_STOP="1000"
|
|
|