symbol id fixes

This commit is contained in:
Tim
2024-03-13 17:11:48 -04:00
parent 90723ba4ed
commit d7e60ad507
3 changed files with 46 additions and 36 deletions

View File

@@ -42,11 +42,9 @@ export function initWidget(el) {
library_path: "/charting_library/",
// debug: true,
autosize: true,
// symbol: 'AAPL',
symbol: 'UNIv3:WETH/USDC', // use this for ohlc
symbol: 'default',
interval: '15',
container: el,
// datafeed: new Datafeeds.UDFCompatibleDatafeed("https://demo-feed-data.tradingview.com"),
datafeed: DataFeed, // use this for ohlc
locale: "en",
disabled_features: [],