查看完整版本: 飞狐SAR副图源码

xct9999 2007-12-6 12:56

飞狐SAR副图源码

INPUT:P(10,1,100),STEP(2,1,100),MAXP(20,1,100);
IF(CLOSE>SAR(P,STEP,MAXP),SAR(P,STEP,MAXP),CLOSE),CIRCLEDOT,COLORred;
IF(CLOSE<SAR(P,STEP,MAXP),SAR(P,STEP,MAXP),CLOSE),CIRCLEDOT,COLORgreen;
CLOSE,CIRCLEDOT,COLORBLACK;
STICKLINE(CLOSE>OPEN,OPEN,CLOSE,6,1),COLORred;
STICKLINE(CLOSE>OPEN,LOW,OPEN,0.5,1),COLORred;
STICKLINE(CLOSE>OPEN,CLOSE,HIGH,0.5,1),COLORred;
STICKLINE(CLOSE<=OPEN,CLOSE,OPEN,6,0),colorffff00;
STICKLINE(CLOSE<=OPEN,LOW,HIGH ,0.5,0),colorffff00;

shangjing558 2007-12-6 19:22

谢谢提供!!

雕得尊 2007-12-7 08:28

谢谢提供!!
页: [1]
查看完整版本: 飞狐SAR副图源码