This repository has been archived by the owner on Jan 14, 2022. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 14
/
dense.json
129 lines (129 loc) · 2.89 KB
/
dense.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
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
{
"IEX_PUB_KEY": "",
"APCA_API_KEY_ID": "",
"APCA_API_SECRET_KEY": "",
"alpacaAccountType": "paper",
"config description": "This configuration is designed to maximize iexcli's capabilities. In general It is recommended to use a small terminal font with this config, as otherwise content will exceed component boundaries. The smaller your font-size and the larger the component window, the more accurate and representative the charts will be.",
"workspaces": [
{
"name": "home",
"components": [
{
"type": "repl",
"yxhw": [0, 10, 3, 2]
},
{ "type": "quote", "yxhw": [0, 6, 3, 2], "symbol": "spy" },
{ "type": "quote", "yxhw": [0, 8, 3, 2], "symbol": "qqq" },
{
"type": "list",
"chartType": "line",
"yxhw": [0, 0, 3, 6],
"color": [230, 100, 200],
"listTypes": [
"mostactive",
"gainers",
"losers",
"iexvolume",
"iexpercent"
]
},
{
"type": "chart",
"chartType": "line",
"yxhw": [3, 0, 9, 8],
"symbol": "spy",
"time": "60min",
"vol": true,
"color": "green"
},
{
"type": "news",
"yxhw": [3, 8, 9, 4],
"symbol": "spy"
}
]
},
{
"name": "charts!",
"components": [
{
"type": "repl",
"yxhw": [0, 10, 3, 2]
},
{
"type": "watchlist",
"yxhw": [0, 0, 3, 10]
},
{
"type": "chart",
"chartType": "line",
"yxhw": [3, 0, 4, 6],
"symbol": "aa",
"time": "1d",
"vol": false,
"color": [243, 210, 69]
},
{
"type": "chart",
"chartType": "line",
"yxhw": [3, 6, 4, 6],
"symbol": "bb",
"time": "1d",
"vol": false,
"color": [150, 140, 160]
},
{
"type": "chart",
"chartType": "line",
"yxhw": [7, 0, 5, 6],
"symbol": "cc",
"time": "1d",
"vol": true,
"color": [40, 150, 244]
},
{
"type": "chart",
"chartType": "line",
"yxhw": [7, 6, 5, 6],
"symbol": "dd",
"time": "1d",
"vol": true,
"color": [40, 250, 190]
}
],
"watchlist": [
"amzn",
"aapl",
"msft",
"goog",
"qcom",
"fb",
"twtr",
"z",
"t",
"s",
"r",
"tsla",
"f",
"gm",
"tm",
"brk.a",
"aa",
"ge",
"de",
"cat",
"xom",
"c",
"gs",
"v",
"x",
"qqq",
"spy",
"oil",
"gld",
"l",
"hd"
]
}
]
}