-
Notifications
You must be signed in to change notification settings - Fork 3
/
conf.env
41 lines (29 loc) · 844 Bytes
/
conf.env
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
targetCoin : "EUR"
balancePctToTrade: 1
tradePctPerPosition: 0.33
maxOpenPositions : 3
interval: 1h
# Stop Loss
stopLoss : true
stopLossPct : 2
# Trailing Stop Loss
trailingStopLoss: true
trailingStopLossTriggerPct: 0.75
trailingStopLossPct: 0.5
# Database Settings
enableDatabaseRecording: true
databaseName: AOCryptoBot
databaseHost: 127.0.0.1
databasePort: 3306
databaseUser: username
databasePassword: password
strategies: lun1MarCustomStrategy,lun5JulCustomStrategy,MACDCustomStrategy,stableStrategy,stochRSICustomStrategy,MACDInStochRSIOutCustomStrategy,stochRSIInMACDOutCustomStrategy
#whitelistCoins: ETHEUR
#blacklistCoins: VETEUR,ADAEUR,GRTEUR,BCHEUR,ICPEUR,SOLEUR
logFile: bot.log
telegramOutput: true
telegramToken: token
telegramChatId: token
# Binance API Key & Secret
binanceAPIKey: apikey
binanceAPISecret: apisecret