Skip to content

Commit c4af91d

Browse files
authored
[HotFix] change interval tradingview (#254)
1 parent 267af4e commit c4af91d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/screens/SpotScreen/Chart/TradingViewAdvanceWidget.tsx

+1-1
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ const TradingViewChartAdvance = observer(() => {
5959
const widgetOptions: ChartingLibraryWidgetOptions = {
6060
symbol: defaultProps.symbol as string,
6161
datafeed: new window.Datafeeds.UDFCompatibleDatafeed(defaultProps.datafeedUrl),
62-
interval: "5" as ResolutionString,
62+
interval: "H" as ResolutionString,
6363
container: chartContainerRef.current,
6464
library_path: defaultProps.libraryPath as string,
6565
locale: getLanguageFromURL() || "en",

0 commit comments

Comments
 (0)