dabo/dabo/dabo-bot.conf

35 lines
1.1 KiB
Plaintext
Raw Normal View History

2023-05-09 17:04:02 +02:00
# Default Config file for Dabo-Bot. Pleasse don't change!
2023-05-02 10:53:48 +02:00
# Webpage URL
2023-05-09 17:04:02 +02:00
URL="mydabobot.mydomain"
2023-05-02 10:53:48 +02:00
# The exchange we use for using the correct API (BINANCE or BITPANDA)
2024-02-06 16:28:02 +01:00
STOCK_EXCHANGE="NONE"
2023-05-02 10:53:48 +02:00
# fee per trade in percentage on exchange (taker and maker added)
2023-05-09 17:04:02 +02:00
FEE="0.5"
2023-05-02 10:53:48 +02:00
2024-02-07 12:36:11 +01:00
# Interval in seconds - Should not be lower then 300
INTERVAL="900"
2023-05-02 10:53:48 +02:00
## Currency used for trading
2024-02-06 16:28:02 +01:00
CURRENCY="USDT"
TRANSFER_CURRENCY="NONE"
2023-05-02 10:53:48 +02:00
# Only use currencies under the first X currencies sorted by market capitalization
LARGEST_MARKETCAP="250"
# Blacklist Currencies
2023-10-06 11:29:34 +02:00
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}"
2023-05-02 10:53:48 +02:00
## 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}
2023-05-09 17:04:02 +02:00
EMERGENCY_STOP="1000"
2023-05-02 10:53:48 +02:00