最新版

This commit is contained in:
Porter
2025-09-28 11:52:10 +08:00
parent b40f4ceafc
commit 7127e05b6a
+1 -1
View File
@@ -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="显示")