React components for TradingView Embeds
npm install react-tradingview-embedUsage
- npm install --save react-tradingview-embed
``ts
import { AdvancedChart } from "react-tradingview-embed";
const App = () =>
// If widgets props are missing, use widgetPropsAny, ex:
// -
``
> If redeclared, props set in widgetPropsAny will override those in widgetProps.
Widget support
- [x] AdvancedChart
- [x] TechnicalAnalysis
- [x] MarketOverview
- [x] MarketData
- [x] StockMarket
- [x] EconomicCalendar
- [x] TickerWidget
- [x] TickerTape
- [x] SingleTicker
- [x] MiniChart
- [x] SymbolOverview
- [x] SymbolInfo
- [x] ForexCrossRates
- [x] ForexHeatMap
- [x] ScreenerWidget
- [x] CryptocurrencyMarket
- [x] FundamentalData
- [x] CompanyProfile
- [x] Timeline