大智慧顶级逃顶指标公式 源码
2025-10-30 01:51VAR1:=(vol / (((HIGH - LOW) * 2) - Abs((CLOSE - OPEN)))); ...
或
,我们会在第一时间指导反馈。VAR1:=(vol / (((HIGH - LOW) * 2) - Abs((CLOSE - OPEN)))); ...
a1:=(C/MA(C,48))<0.75; ...
RSV:=(CLOSE-LLV(LOW,50))/(HHV(HIGH,50)-LLV(LOW,50))*100; ...
var2:=REF(LOW,1); ...
涨3天:=c>ref(c,1) and ref(c,1)>ref(c,2) and ref(c,2)>ref(c,3) and (c-ref(c,3))/ref(c,3)*100&l ...