We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 267af4e commit c4af91dCopy full SHA for c4af91d
src/screens/SpotScreen/Chart/TradingViewAdvanceWidget.tsx
@@ -59,7 +59,7 @@ const TradingViewChartAdvance = observer(() => {
59
const widgetOptions: ChartingLibraryWidgetOptions = {
60
symbol: defaultProps.symbol as string,
61
datafeed: new window.Datafeeds.UDFCompatibleDatafeed(defaultProps.datafeedUrl),
62
- interval: "5" as ResolutionString,
+ interval: "H" as ResolutionString,
63
container: chartContainerRef.current,
64
library_path: defaultProps.libraryPath as string,
65
locale: getLanguageFromURL() || "en",
0 commit comments