顺势而为
c1:=10000*close/indexc; h1:=10000*high/indexh; l1:=10000*low/indexl; o1:=10000*open/indexo; STICKLINE(c1>=o1,c1,o1,6,0.2),COLORRED; STICKLINE(c1>=o1,l1,h1,0.2,0.2),COLORRED; STICKLINE(c1<o1,c1,o1,6,0.2),colorcyan; STICKLINE(c1<o1,l1,h1,0.2,0.2),colorcyan; MA1:MA(C1,5); MA2:MA(C1,10); MA3:MA(C1,20); MA4:MA(C1,30); {点击看本软件截图: 58股票 公式网 http://www. 58gu. com 整理} |