# 1、Charting Library 是什么

## Charting Library是什么

图表库是一个独立的K线图表解决方案，您可以免费下载，托管在服务器上，连接自己的数据并在站点/应用中免费使用。您所要做的就是:

| **步骤**                               | 您**会得到什么**       |
| ------------------------------------ | ---------------- |
| 1.`git clone`下载Charting Library并且运行它 | 在主机上运行的图表的例子     |
| 2. 使用我们的API将您的数据插入图表库。您可以参考这些例子      | 部署并运行图表库并且加载您的数据 |

如果您想定制您的图表，那么您可以更进一步。

* 查询图表库 [定制概述](broken://pages/-MQ2OZxSUoL1M-m_rC9a) 和 [定制用例](/tradingview/4-tu-biao-ding-zhi/customization-use-cases.md)
* [创建自定义指标](/tradingview/creating-custom-studies.md)

## 使用实例

我们有一个[公开的GitHub资源库](https://github.com/tradingview/charting-library-examples) ，其中包含了集成图表库的实例。 这些实例将告诉您如何使用不同的Web框架集成图表库。

## 交易终端

![](/files/-Lxtj0ANoTW7Eb7wXgFg)交易终端是一款即用型产品，适合那些希望拥有出色的图表解决方案以及能够从图表直接进行交易的人。[阅读更多](/tradingview/5-jiao-yi-zhong-duan/trading-terminal.md)

## 最佳实践

阅读这篇[文章](/tradingview/best-practices.md)会让您避免常见的错误，**节约您的时间**。


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://zlq4863947.gitbook.io/tradingview/home.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
