-
Notifications
You must be signed in to change notification settings - Fork 9
/
config.txt
48 lines (48 loc) · 1.01 KB
/
config.txt
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
42
43
44
45
46
47
48
[config]
# exchange properties
exchange = "EXCHANGE_NAME"
api_key = "YOUR_KEY"
api_secret = "YOUR_SECRET"
# required for coinbasepro
api_password = ""
test = False
#.
# currency properties
pair = "BTC/USD"
symbol = "XBTUSD"
#..
# start values
start_crypto_price = 0
start_margin_balance = 0.0
start_mayer_multiple = 0.0
start_date = ""
reference_net_deposits = 0.0
#...
# bot properties
net_deposits_in_base_currency = 0
crypto_quote_in_percent = 50
# OFF, MM, MMRange
auto_quote = "OFF"
mm_quote_0 = 1.4
mm_quote_100 = 0.5
max_crypto_quote_in_percent = 80
max_leverage_in_percent = 160
tolerance_in_percent = 2
period_in_minutes = 10
trade_trials = 3
order_adjust_seconds = 90
trade_advantage_in_percent = 0.02
stop_buy = False
stop_sell = False
backtrade_only_on_profit = False
# T, D, M, A
report = "T"
#....
# email properties
recipient_addresses = "recipient@example.com,another.recipient@example.com"
sender_address = "sender@example.com"
sender_password = "password"
mail_server = "mail.example.com"
#.....
# information
info = ""