大智慧神秘稳赚指标公式 源码
2025-10-30 02:55V1:=(ma(close,80)-ma(close,13)/3); ...
或
,我们会在第一时间指导反馈。V1:=(ma(close,80)-ma(close,13)/3); ...
V1:=LLV(LOW,10); ...
RSVK:=(CLOSE-LLV(LOW,9))/(HHV(HIGH,9)-LLV(LOW,9))*100; ...
N:=5; ...
obv:=SUM(IF(CLOSE>REF(CLOSE,1),vol,IF(CLOSE<REF(CLOSE,1),-VOL,0)),0); ...