大智慧牛熊风险指标公式 源码
2025-10-30 02:45STICKLINE(c>0 and ma(vol,55)>0,0,100,6,0),Color000000; ...
或
,我们会在第一时间指导反馈。STICKLINE(c>0 and ma(vol,55)>0,0,100,6,0),Color000000; ...
P1:=28;P2:=32;P3:=35;N:=3;M:=20; ...
input:N(5,1,100); ...
VAR1:=(vol / (((HIGH - LOW) * 2) - Abs((CLOSE - OPEN)))); ...
A1:=MA(vol,5); ...