-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathconfig.txt
More file actions
36 lines (32 loc) · 776 Bytes
/
config.txt
File metadata and controls
36 lines (32 loc) · 776 Bytes
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
[config]
# exchange properties
exchange = "EXCHANGE_NAME"
api_key = "YOUR_KEY"
api_secret = "YOUR_SECRET"
test = False
# currency properties
pair = "BTC/USD"
symbol = "XBTUSD"
# bot properties
net_deposits_in_base_currency = 0
daily_report = True
trade_report = True
short_in_percent = 50
# 1440 minutes = 1 day
ma_minutes_short = 28800
ma_minutes_long = 207360
stop_loss = True
stop_loss_in_percent = 2.1
no_action_at_loss = True
trade_trials = 5
order_adjust_seconds = 90
trade_advantage_in_percent = 0.018
leverage_default = 2
apply_leverage = False
# 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 = ""