大智慧顶底三天高指标公式 源码
2025-10-30 02:58顶底两天高xg:if(h>ref(h,1) and l>ref(l,1) and c>o and v>ref(v,1)*1.2,1, ...
或
,我们会在第一时间指导反馈。顶底两天高xg:if(h>ref(h,1) and l>ref(l,1) and c>o and v>ref(v,1)*1.2,1, ...
MA1:MA(CLOSE,5); ...
A1:=REF(C,3)/REF(C,4)>1.099 AND REF(C,3)>REF(O,3); ...
个股: (CLOSE-REF(CLOSE,5))/REF(CLOSE,5)*100,COLORRED; ...
a1:=IF(TROUGHBARS(3,6,1)=0 and HIGH>LOW+0.1,2,0) AND (indexc-ma(indexc,70))/MA(indexc,70)<1; ...