大智慧天天有礼指标公式 源码
2025-10-30 02:58a1:=CLOSE-REF(CLOSE,1); ...
或
,我们会在第一时间指导反馈。a1:=CLOSE-REF(CLOSE,1); ...
VC:=(REF(C,4)*REF(V,4)+REF(C,3)*REF(V,3)+REF(C,2)*REF(V,2)+REF(C,1)*REF(V,1)+C*V)/(V+REF(V,1)+REF(V, ...
VAR1:=HHV(HIGH,3); ...
ma5:ma(close,5);ma10:ma(close,10);ma20:ma(close,20);ma60:ma(close,60); ...
a1:=ma(c,5); ...