All time selectors work for OHLC

This commit is contained in:
7400
2024-02-11 11:34:09 -08:00
parent 16cce66fba
commit 00ac45dafc
3 changed files with 94 additions and 86 deletions

View File

@@ -30,7 +30,7 @@ export function initWidget(el) {
// debug: true,
autosize: true,
symbol: 'AAPL',
// symbol: 'Bitfinex:BTC/USD', // use this for ohlc
// symbol: 'Uniswap:WETH/USD', // use this for ohlc
interval: '1D',
container: el,
datafeed: new Datafeeds.UDFCompatibleDatafeed("https://demo-feed-data.tradingview.com"),