> For the complete documentation index, see [llms.txt](https://touchance-1.gitbook.io/touchance/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://touchance-1.gitbook.io/touchance/multicharts/jia-zhi-han-shu/gv-plus/removemcdb.md).

# RemoveMCDB

## 語法

```
RemoveMCDB(DB_Name,Time_Stamp,Key)
```

## 範例

移除文件名為 GV01，且時間戳記為 20170102、標記為 GVClose 的數據資料。

```
RemoveMCDB("GV01",20170102,"GVClose");
```

## 參數

| **參數**      | **類型** | **說明**                                                        |
| ----------- | ------ | ------------------------------------------------------------- |
| DB\_Name    | 字串型    | 數據的文件名稱。                                                      |
| Time\_Stamp | 數值型    | 數據的時間戳記，可以是任意指定時點或K棒時間，如 1200114 or Date + Time\_s / 1000000。 |
| Key         | 字串型    | 數據的標記名稱。                                                      |
|             |        |                                                               |

{% hint style="danger" %}
如果Key值為空白，則移除該時間戳記下的所有資料。
{% endhint %}

{% hint style="danger" %}
無須設定文字檔路徑，只需設定文件名稱即可。
{% endhint %}
