大智慧主控战略K线主图指标公式 源码
2025-10-30 05:18平顶:=h=ref(h,1) or (h=ref(h,2) and h>ref(h,1)); ...
或
,我们会在第一时间指导反馈。平顶:=h=ref(h,1) or (h=ref(h,2) and h>ref(h,1)); ...
DIFF:=EMA(CLOSE,12)-EMA(CLOSE,26); ...
N:=20; ...
DRAWGBKLAST(CLOSE>0,STRIP(RGB(50,0,55),RGB(50,0,85),0)); ...
a1:=SUM(IF(CLOSE>REF(CLOSE,1),vol,IF(CLOSE<REF(CLOSE,1),-VOL,0)),0); ...