<SingleTicker/>
Screener WidgetSingle Ticker Widget
See the price and change percentage of your preferred symbol. Nothing else.
Options
Use the TradingView Screener WidgetSingle Ticker Widget builder to generate the options for the <SingleTicker/>
widget and pass into the options
prop.
example
<template>
<SingleTicker :options="{
colorTheme: 'dark',
symbol: 'FX:EURUSD',
width: 350,
isTransparent: false,
locale: 'en',
}"/>
</template>