<Screener/>

Screener Widget

Separate the wheat from the chaff with this embeddable Screener โ€“ handy for sorting symbols both by fundamental and technical indicators.


Options

Use the TradingView Screener Widget builder to generate the options for the <Screener/> widget and pass into the options prop.

example
<template>
  <Screener :options="{
    width: '100%',
    height: 450,
    colorTheme: 'dark',
    defaultColumn: 'overview',
    defaultScreen: 'general',
    market: 'forex',
    showToolbar: true,
    locale: 'en',
  }"/>
</template>

Preview

Table of Contents