Screener Widget
This is the React component for the Screener Widget
#
ExampleForex Screener By TradingView
#
Used Private typesType | Value |
---|---|
DefaultColumnForexOrCrypto | overview / performance / oscillators / moving_averages |
DefaultColumnCountries | overview / performance / valuation / dividends / margins / income_statement / balance_sheet / oscillators / moving_averages |
DefaultScreenForexOrCrypto | general / top_gainers / top_losers / ath / atl / above_52wk_high / below_52wk_low / monthly_high / monthly_low / most_volatile / overbought / oversold / outperforming_SMA50 / underperforming_SMA50 |
DefaultScreenCountries | most_capitalized / volume_leaders / top_gainers / top_losers / ath / atl / high_dividend / above_52wk_high / below_52wk_low / most_volatile / unusual_volume / overbought / oversold / outperforming_SMA50 / underperforming_SMA50 / earnings_this_week |
MarketCountries | america / australia / canada / egypt / germany / india / israel / italy / luxembourg / poland / sweden / turkey / uk / vietnam |
MarketForexOrCrypto | forex / crypto |
#
Used Public typesType | Value |
---|---|
ColorTheme | light / dark |
#
PropertiesThe defaultColumn and defaultScreen properties are different based on the choice of market. So if the market is one of MarketCountries, the choices for defaultColumn and defaultScreen are DefaultColumnCountries and DefaultScreenCountries. The same applies to MarketForexOrCrypto.
Property | Type | Required | Default | Description |
---|---|---|---|---|
width | number/string | false | 1100 | Sets a static width on the component |
height | number/string | false | 512 | Sets a static height on the component |
autosize | boolean | false | false | Sets the width and height to 100% |
market | MarketCountries or MarketForexOrCrypto | false | forex | Sets default exchange |
defaultColumn | DefaultColumnCountries or DefaultColumnForexOrCrypto | false | overview | Sets default columns |
defaultScreen | DefaultScreenCountries or DefaultScreenForexOrCrypto | false | general | Sets default screens |
showToolbar | boolean | false | true | Sets default Show top toolbar |
colorTheme | ColorTheme | false | light | Sets the default theme |
locale | string | false | en | Sets the default locale |
isTransparent | boolean | false | false | Transparent background for component |
largeChartUrl | string | false | undefined | Make widget redirect to larger chart |