fixes and default config
This commit is contained in:
@@ -4,16 +4,16 @@
|
||||
URL="mydabobot.mydomain"
|
||||
|
||||
# The exchange we use for using the correct API (BINANCE or BITPANDA)
|
||||
STOCK_EXCHANGE="BITPANDA"
|
||||
STOCK_EXCHANGE="NONE"
|
||||
|
||||
# fee per trade in percentage on exchange (taker and maker added)
|
||||
FEE="0.5"
|
||||
|
||||
# Interval in seconds
|
||||
INTERVAL="150"
|
||||
INTERVAL="300"
|
||||
|
||||
## Currency used for trading
|
||||
CURRENCY="EUR"
|
||||
CURRENCY="USDT"
|
||||
TRANSFER_CURRENCY="NONE"
|
||||
|
||||
# Only use currencies under the first X currencies sorted by market capitalization
|
||||
|
||||
Reference in New Issue
Block a user