forked from blankly-finance/blankly
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathsettings.json
50 lines (49 loc) · 887 Bytes
/
settings.json
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
49
50
{
"settings": {
"use_sandbox_websockets": false,
"websocket_buffer_size": 10000,
"test_connectivity_on_auth": true,
"auto_truncate": true,
"global_shorting": false,
"simulate_margin": true,
"coinbase_pro": {
"cash": "USD"
},
"binance": {
"cash": "USDT",
"binance_tld": "us"
},
"binance_futures": {
"cash": "USDT"
},
"alpaca": {
"websocket_stream": "iex",
"cash": "USD",
"enable_shorting": true,
"use_yfinance": false
},
"oanda": {
"cash": "USD"
},
"okx": {
"cash": "USDT"
},
"keyless": {
"cash": "USD"
},
"kucoin": {
"cash": "USDT"
},
"ftx": {
"cash": "USD",
"ftx_tld": "us"
},
"ftx_futures": {
"cash": "USD",
"ftx_tld": "com"
},
"paper": {
"price_source": "api"
}
}
}