大智慧火眼金睛指标公式 源码
2025-10-30 03:07P1:=28;P2:=32;P3:=35;P4:=5; ...
或
,我们会在第一时间指导反馈。P1:=28;P2:=32;P3:=35;P4:=5; ...
N:=60;M:=1.03;P:=0.97;Q:=60; ...
涨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 ...
MA5:MA(C,5); ...
DIFF:(EMA(CLOSE,12) - EMA(CLOSE,26))*20,colorwhite,LINETHICK1; ...