学习学习
谢谢分享,学习收藏了
学习了,谢谢
好好学习,谢谢楼主
好好学习,谢谢楼主,辛苦了!!!
来学习学习
趋势欲变升紫阳,
姐上妹上穿胸膛。
CCI 向下不可进。
阳包前阴数钱忙:victory:
谢谢分享,学习收藏了
又发现一个好贴子
顶顶顶顶顶顶顶顶顶顶顶顶顶
谢谢
{:7_317:}{:7_317:}
学习了,太好了:WX:
每读此贴,受益匪浅
谢谢
谢谢!
关注,支持,学习。:*19*:
每读此贴,受益匪浅
谢谢
E10:EMA(CLOSE,P11);
E40:EMA(CLOSE,P22);
M5:MA(CLOSE,p3);
M3:MA(CLOSE,3),color00ff00;
F:=100*(C-REF(C,1))/REF(C,1);
今小昨:=IF(C< REF(O,1) AND f<0,1,0);
p1:=今小昨;
今小前:=IF(C< REF(O,2) AND f<0,1,0);
p2:=今小前;
stickline(P1=0 AND REF(P1,1)=1 AND P2=0 AND REF(P2,1)=1,open,CLOSE,3,0),colormagenta;
stickline(P1=1 AND REF(P1,1)=0 AND P2=1 AND REF(P2,1)=0,open,CLOSE,3,0),colorAAAAAA;
{DRAWICON(CLOSE>=M3,LOW,7);};
f:=100*(c-ref(c,1))/ref(c,1);
a1:=close;
a2:=open;
stickline(a1< a2 and f<-3 and f>-5,a1+(a2-a1)/3,a1+(a2-a1)/3,6,0),COLORred;
stickline(a1< a2 and f<-3 and f>-5,a1+2*(a2-a1)/3,a1+2*(a2-a1)/3,6,0),COLORred;
stickline(a1< a2 and f<=-5 and f>-7,a1+(a2-a1)/2,a1+(a2-a1)/2,6,0),COLORred;
stickline(a1< a2 and f<=-7 and f>-10,a1+2*(a2-a1)/3,a1+(a2-a1)/3,6,1),COLORred;
STICKLINE(A1< A2 AND F<=-9.9,A2,A1,6,0),COLOR00ff00;
stickline(a1>a2 and f>3 and f<5,a2+(a1-a2)/3,a2+(a1-a2)/3,6,0),COLORyellow;
stickline(a1>a2 and f>3 and f<5,a2+2*(a1-a2)/3,a2+2*(a1-a2)/3,6,0),COLORyellow;
stickline(a1>a2 and f>=5 and f<7,a2+(a1-a2)/2,a2+(a1-a2)/2,6,0),COLORyellow;
stickline(a1>a2 and f>=7 and f<10,a2+2*(a1-a2)/3,a2+(a1-a2)/3,6,1),COLORyellow;
stickline(a1>a2 and f>=10,a1,a2,6,0),COLORyellow;
为什么_111 发表于 2015-4-10 11:19 static/image/common/back.gif
E10:EMA(CLOSE,P11);
E40:EMA(CLOSE,P22);
M5:MA(CLOSE,p3);
P11P22P3是什么
天使ABC 发表于 2015-4-10 19:49 static/image/common/back.gif
P11P22P3是什么
P11:1,100,10P22:1,200,40P3:1,300,5
:WX: