大智慧高低点划线公式 源码
附件里提供不加密的公式,请下载公式导入看源码
input: Kn(4,3,30);{转向振幅}
ZG:ZIG(4,KN); {转向 };
gao:=H=PEAK(4,Kn,1);
di:=L=Trough(4,Kn,1);
horiline(gao,H,barstatus=2,0),ColorYellow;{ };
horiline(di,L,barstatus=2,0),ColorGreen;{ };
DRAWTEXT(gao,H*1.01,'高'+NUMTOSTR(H)),ColorYellow;{显示高点值};
DRAWTEXT(di,L*0.999,'低'+NUMTOSTR(H)),ColorGreen;{显示低点值};