<TechnicalAnalysis/>

Technical Analysis Widget

See what the technical analysis says about a given symbol with our display ratings, made for easy viewing.


Options

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

example
<template>
  <TechnicalAnalysis :options="{
    width: '100%',
    height: 450,
    colorTheme: 'dark',
    interval: '1m',
    isTransparent: false,
    symbol: 'NASDAQ:AAPL',
    showIntervalTabs: true,
    displayMode: 'single',
    locale: 'en',
  }"/>
</template>

Preview

Table of Contents