From 7127e05b6a6882496c5b8187a01388c7851ef1a9 Mon Sep 17 00:00:00 2001 From: Porter Date: Sun, 28 Sep 2025 11:52:10 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9C=80=E6=96=B0=E7=89=88?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- EMA52横线版.pine | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/EMA52横线版.pine b/EMA52横线版.pine index bad4e67..493aff2 100644 --- a/EMA52横线版.pine +++ b/EMA52横线版.pine @@ -1,5 +1,5 @@ //@version=6 -indicator("EMA52横线版 (HTF/LTF 最新值)", overlay=true, max_labels_count=500, max_lines_count=500) +indicator("EMA52横线版", overlay=true, max_labels_count=500, max_lines_count=500) // ============ 输入 ============ enableHTF = input.bool(true, "启用长级别", group="显示")