|
104 | 104 | "dayofweek.wednesday": true |
105 | 105 | }, |
106 | 106 | "display": { |
107 | | - "display.all": false, |
108 | | - "display.data_window": false, |
109 | | - "display.none": false, |
110 | | - "display.pane": false, |
111 | | - "display.pine_screener": false, |
112 | | - "display.price_scale": false, |
113 | | - "display.status_line": false |
| 107 | + "display.all": true, |
| 108 | + "display.data_window": true, |
| 109 | + "display.none": true, |
| 110 | + "display.pane": true, |
| 111 | + "display.pine_screener": true, |
| 112 | + "display.price_scale": true, |
| 113 | + "display.status_line": true |
114 | 114 | }, |
115 | 115 | "extend": { |
116 | 116 | "extend.both": false, |
|
123 | 123 | "font.family_monospace": false |
124 | 124 | }, |
125 | 125 | "format": { |
126 | | - "format.inherit": false, |
127 | | - "format.mintick": false, |
128 | | - "format.percent": false, |
129 | | - "format.price": false, |
130 | | - "format.volume": false |
| 126 | + "format.inherit": true, |
| 127 | + "format.mintick": true, |
| 128 | + "format.percent": true, |
| 129 | + "format.price": true, |
| 130 | + "format.volume": true |
131 | 131 | }, |
132 | 132 | "hline": { |
133 | 133 | "hline.style_dashed": true, |
134 | 134 | "hline.style_dotted": true, |
135 | 135 | "hline.style_solid": true |
136 | 136 | }, |
137 | 137 | "location": { |
138 | | - "location.abovebar": false, |
139 | | - "location.absolute": false, |
140 | | - "location.belowbar": false, |
141 | | - "location.bottom": false, |
142 | | - "location.top": false |
| 138 | + "location.abovebar": true, |
| 139 | + "location.absolute": true, |
| 140 | + "location.belowbar": true, |
| 141 | + "location.bottom": true, |
| 142 | + "location.top": true |
143 | 143 | }, |
144 | 144 | "order": { |
145 | 145 | "order.ascending": true, |
146 | 146 | "order.descending": true |
147 | 147 | }, |
148 | 148 | "plot": { |
149 | | - "plot.linestyle_dashed": false, |
150 | | - "plot.linestyle_dotted": false, |
151 | | - "plot.linestyle_solid": false, |
152 | | - "plot.style_area": false, |
153 | | - "plot.style_areabr": false, |
154 | | - "plot.style_circles": false, |
155 | | - "plot.style_columns": false, |
156 | | - "plot.style_cross": false, |
157 | | - "plot.style_histogram": false, |
158 | | - "plot.style_line": false, |
159 | | - "plot.style_linebr": false, |
160 | | - "plot.style_stepline": false, |
161 | | - "plot.style_stepline_diamond": false, |
162 | | - "plot.style_steplinebr": false |
| 149 | + "plot.linestyle_dashed": true, |
| 150 | + "plot.linestyle_dotted": true, |
| 151 | + "plot.linestyle_solid": true, |
| 152 | + "plot.style_area": true, |
| 153 | + "plot.style_areabr": true, |
| 154 | + "plot.style_circles": true, |
| 155 | + "plot.style_columns": true, |
| 156 | + "plot.style_cross": true, |
| 157 | + "plot.style_histogram": true, |
| 158 | + "plot.style_line": true, |
| 159 | + "plot.style_linebr": true, |
| 160 | + "plot.style_stepline": true, |
| 161 | + "plot.style_stepline_diamond": true, |
| 162 | + "plot.style_steplinebr": true |
163 | 163 | }, |
164 | 164 | "position": { |
165 | 165 | "position.bottom_center": false, |
|
183 | 183 | "settlement_as_close.on": false |
184 | 184 | }, |
185 | 185 | "shape": { |
186 | | - "shape.arrowdown": false, |
187 | | - "shape.arrowup": false, |
188 | | - "shape.circle": false, |
189 | | - "shape.cross": false, |
190 | | - "shape.diamond": false, |
191 | | - "shape.flag": false, |
192 | | - "shape.labeldown": false, |
193 | | - "shape.labelup": false, |
194 | | - "shape.square": false, |
195 | | - "shape.triangledown": false, |
196 | | - "shape.triangleup": false, |
197 | | - "shape.xcross": false |
| 186 | + "shape.arrowdown": true, |
| 187 | + "shape.arrowup": true, |
| 188 | + "shape.circle": true, |
| 189 | + "shape.cross": true, |
| 190 | + "shape.diamond": true, |
| 191 | + "shape.flag": true, |
| 192 | + "shape.labeldown": true, |
| 193 | + "shape.labelup": true, |
| 194 | + "shape.square": true, |
| 195 | + "shape.triangledown": true, |
| 196 | + "shape.triangleup": true, |
| 197 | + "shape.xcross": true |
198 | 198 | }, |
199 | 199 | "size": { |
200 | | - "size.auto": false, |
201 | | - "size.huge": false, |
202 | | - "size.large": false, |
203 | | - "size.normal": false, |
204 | | - "size.small": false, |
205 | | - "size.tiny": false |
| 200 | + "size.auto": true, |
| 201 | + "size.huge": true, |
| 202 | + "size.large": true, |
| 203 | + "size.normal": true, |
| 204 | + "size.small": true, |
| 205 | + "size.tiny": true |
206 | 206 | }, |
207 | 207 | "splits": { |
208 | 208 | "splits.denominator": false, |
|
0 commit comments