Skip to content
Main Navigation Guide
Chart API
Instance API
ProPreviewCustomizeSponsor
9.x Docs
8.x Docs

๐Ÿ‡ฌ๐Ÿ‡ง English

๐Ÿ‡จ๐Ÿ‡ณ ็ฎ€ไฝ“ไธญๆ–‡

๐Ÿ‡ฌ๐Ÿ‡ง English

๐Ÿ‡จ๐Ÿ‡ณ ็ฎ€ไฝ“ไธญๆ–‡

Appearance

Sidebar Navigation

Started

Introduction

Quick Start

Basic

Style Configuration

Data Source

Internationalization

Environment

Hot Key

Advanced

Figure

Indicator

Overlay

Local Development

Others

9.x to 10.x

FAQ

Feedback

Changelog

On this page

๐Ÿ™‹ FAQ โ€‹

After the chart is initialized, only one line can be seen? โ€‹

The chart always fills the container, checking to see if the container has height.

The candle shows a line, no fluctuation, what to do? โ€‹

To set the precision when setting the trading pair, call setSymbol({ ticker: 'TestSymbol', pricePrecision: 6, volumePrecision: 6 }).

How to create a real-time chart? โ€‹

Through style settings.

javascript
chart.setStyles({
  candle: {
    type: 'area',
  },
});

Built-in technical indicators, calculated data is not what you want, how to do? โ€‹

You can override calc by the chart method createIndicator or overrideIndicator.

What if I want to create an indicator other than the built-in technical indicator? โ€‹

Charts support custom technical indicators, see indicators for details.

Want to mark the point of sale, how should do? โ€‹

Overlays can be used. The built-in overlay has a simpleAnnotation, which can be created with the chart api createOverlay({ name: 'simpleAnnotation', ... }).

Edit this page on GitHub

Last updated:

Pager
Previous page9.x to 10.x
Next pageFeedback

Released under the Apache License V2.

Copyright ยฉ 2018-2025 liihuu