We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents a114b00 + eae1daf commit b3406bbCopy full SHA for b3406bb
1 file changed
lib/constants.ts
@@ -195,7 +195,7 @@ export const CANDLE_CHART_WIDGET_CONFIG = (symbol: string) => ({
195
style: 1,
196
symbol: symbol.toUpperCase(),
197
theme: 'dark',
198
- timezone: 'Etc/UTC',
+ timezone: 'exchange',
199
backgroundColor: '#141414',
200
gridColor: '#141414',
201
watchlist: [],
@@ -221,7 +221,7 @@ export const BASELINE_WIDGET_CONFIG = (symbol: string) => ({
221
style: 10,
222
223
224
225
226
227
@@ -337,4 +337,4 @@ export const WATCHLIST_TABLE_HEADER = [
337
'P/E Ratio',
338
'Alert',
339
'Action',
340
-];
+];
0 commit comments