大智慧绝对买点选股指标公式 源码
2025-10-30 02:57f:=c>o or (c=o and c>ref(c,1)); ...
或
,我们会在第一时间指导反馈。f:=c>o or (c=o and c>ref(c,1)); ...
MA5:=MA(CLOSE,5); ...
STICKLINE(CLOSE> REF(CLOSE,1) ,HIGH,LOW,0,0 ),COLORRED; ...
Var1:=REF(CLOSE,1); ...
input:P1(3,0,30),P2(6,1,300),P3(18,1,300),P4(250,0,300), N(40,1,100); ...