forked from donfanning/cryptrade
-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathconfig.cson
More file actions
42 lines (39 loc) · 674 Bytes
/
Copy pathconfig.cson
File metadata and controls
42 lines (39 loc) · 674 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
37
38
39
40
41
data_provider: "http://data.cryptotrader.org"
platform: "mtgox"
instrument: "btc_usd"
period: "1h"
init_data_length:250
check_order_interval: 30
socket_io:
transports: [
"websocket"
"xhr-polling"
"jsonp-polling"
]
platforms:
mtgox:
min_order:
btc: 0.01
max_retries: 10
retry_interval: 15
bitstamp:
min_order:
btc: 0.01
max_retries: 10
retry_interval: 15
btce:
min_order:
btc: 0.01
ltc: 0.1
max_retries: 10
retry_interval: 15
cexio:
min_order:
ghs: 0.01
max_retries: 10
retry_interval: 15
backtest:
initial_portfolio:
usd: 1000
btc: 0
fee: 0.2