猫猫仔 发表于 2013-9-16 18:00


a17:=(((2*CLOSE)+HIGH)+LOW)/4;
a18:=LLV(LOW,34);
a19:=HHV(HIGH,34);
a20:=EMA((((a17-a18)/(a19-a18))*100),6);
a21:=EMA(((0.667*(REF(a20,1)))+(0.333*a20)),4);
a22:=LLV(LOW,120);
a23:=HHV(HIGH,120);
a24:=a23-a22;
a25:=HHVBARS(CLOSE,60);
REF(CLOSE,a25),POINTDOT,Colorgreen;
买入:FILTER(((CROSS(CLOSE,((REF(REF(CLOSE,a25),1))*1.001)))AND(REF((a25>= 5),1))),10),POINTDOT,linethick0;
STICKLINE(买入,(CLOSE*0.99),CLOSE,5,0),Colorgreen;
DRAWTEXT((((SUM((买入>0),0))=1)AND 买入),(CLOSE*0.99),'买入'),colorWhite;
DRAWTEXT((((SUM((买入>0),0))=2)AND 买入),(CLOSE*0.99),'加仓'),colorWhite;
DRAWTEXT((((SUM((买入>0),0))=3)AND 买入),(CLOSE*0.99),'再加仓'),colorWhite;
DRAWTEXT((((SUM((买入> 0),0))=4)AND 买入),(CLOSE * 0.99),'上冲'),colorWhite;
DRAWTEXT((((SUM((买入> 0),0))>=5) AND 买入),(CLOSE * 0.99),'突破'),colorWhite;

B1与涨停同步 发表于 2013-9-17 00:04

谢谢你辛苦你了

藿香正气 发表于 2013-9-17 00:28

谢谢分享了!

祉有你 发表于 2013-9-17 08:44

看看是啥指标,不知好用不

孙上惠 发表于 2013-9-26 16:02

学习学习,谢谢分享

香水山庄 发表于 2013-9-27 22:52

不错,学习了

国泰民安 发表于 2013-10-26 16:37

学习再学习

hellocm 发表于 2013-11-3 23:54

试试看谢谢了

爱拼才会赢钱 发表于 2013-11-4 06:35

RE: 好用的分时买入指标

内容谢谢,,,,,,,

佳佳蕾 发表于 2013-11-4 07:15

好好学习天天向上

无极线 发表于 2013-11-4 10:03

后来居者 发表于 2013-11-4 10:09

学习学习。

国泰民安 发表于 2013-11-4 19:42

谢谢分享,学习学习

精精灵灵 发表于 2013-11-4 19:48

{:soso_e163:}

beyondzxn 发表于 2013-11-4 19:51

{:soso_e100:}
页: 62 63 64 65 66 67 68 69 70 71 [72] 73 74 75
查看完整版本: 好用的分时买入指标