# Meta

`meta` 用于定义 Navi Stream 的元数据。它类似于此脚本的文档。

当 Navi Stream 代码编译以后，你可以从 `Instance` 中获取指定名称的原始数组值，通常用于将一些描述信息附加到指标上。

## 语法格式

```nv
meta {
    title = "MACD indicator",
    description = "MACD is a trend-following indicator that consists of three lines, namely the fast line, the slow line and the bar line."
    author = "Navi Team"
}
```
