1樓:天狼醉舞
dif:=ema(close,12)-ema(close,26);
dea:=ema(dif,9);
macd:=(dif-dea)*2,colorstick;
xg:count(c/ref(c,1)>1.07,120)>=2 and last(macdref(macd,1);
這個是抄第bai
二個du的選股
zhi公式。dao
2樓:**掘金
我沒看到哪支股半年內m值均大於負0.02的,你有看到嗎?說來看看
請高手編寫個通達信的簡單公式:macd紅綠柱子背離
3樓:匿名使用者
macd頂底背離(同時包含kdj背離,rsi背離)
公式如下:
diff:ema(close,12) - ema(close,26);
dea:ema(diff,9);
macd:2*(diff-dea),colorstick;
a1:=barslast(ref(cross(diff,dea),1));
b1:=ref(c,a1+1)>c and ref(diff,a1+1)c and ref("kdj.k"(9,3,3),a2+1)<"kdj.
k"(9,3,3) and cross("kdj.k"(9,3,3),"kdj.d"(9,3,3));
a3:=barslast(ref(cross("rsi.rsi1"(6,12,24),"rsi.rsi2"(6,12,24)),1));
b3:=ref(c,a3+1)>c and ref("rsi.rsi1"(6,12,24),a3+1)<"rsi.
rsi1"(6,12,24) and cross("rsi.rsi1"(6,12,24),"rsi.rsi2"(6,12,24));
c1:=barslast(ref(cross(dea,diff),1));
d1:=ref(c,c1+1)diff and cross(dea,diff);
c2:=barslast(ref(cross("kdj.d"(9,3,3),"kdj.k"(9,3,3)),1));
d2:=ref(c,c2+1)"kdj.k"(9,3,3) and cross("kdj.d"(9,3,3),"kdj.k"(9,3,3));
c3:=barslast(ref(cross("rsi.rsi2"(6,12,24),"rsi.rsi1"(6,12,24)),1));
d3:=ref(c,c3+1)"rsi.rsi1"(6,12,24) and cross("rsi.rsi2"(6,12,24),"rsi.rsi1"(6,12,24));
macd底背:if(b1>0,-0.1,0),colorred,pointdot;
kdj底背:if(b2>0,-0.1,0),colorff00ff,pointdot;
rsi底背:if(b3>0,-0.1,0),coloryellow,pointdot;
macd頂背:if(d1>0,0.1,0),color00ff00,pointdot;
kdj頂背:if(d2>0,0.1,0),colorffcc66,pointdot;
rsi頂背:if(d3>0,0.1,0),colorwhite,pointdot;
stickline(b1>0,-0.1,0,2,0),colorred;
stickline(b2>0,-0.1,0,2,0),colorff00ff;
stickline(b3>0,-0.1,0,2,0),coloryellow;
stickline(d1>0,0.1,0,2,0),color00ff00;
stickline(d2>0,0.1,0,2,0),colorffcc66;
stickline(d3>0,0.1,0,2,0),colorwhite;
請高手幫忙寫乙個通達信公式 要求今天macd紅綠柱大於昨天macd紅綠柱,謝謝
4樓:無級變速
dif:=ema(close,12)-ema(close,26);
dea:=ema(dif,9);
macd:=(dif-dea)*2;
xg:macd>ref(macd,1);
測試通過!希望能夠幫助你!
求高手幫忙編乙個通達信軟體"當日的股價創30日新低但macd的macd紅綠柱沒有創新低"的macd背離選股公式,謝
5樓:匿名使用者
30日創新低很容易描述,macd背離是屬於形態分析,用公式描述,怎麼描述都會不合理的。
6樓:匿名使用者
很少很少就是說就是就是
關於通達信軟體。如何實現量柱和macd同時顯現
只能用指標疊加的方法,因為現個指標的座標系不同,無法寫到乙個指標上,請知悉 怎以在通達信軟體的 圖下面同時調出成交量,kdj,macd三個指標呢?滑鼠在k圖上,點右鍵 彈出選單 下拉列表 視窗個數 四個視窗 點每個小視窗 鍵盤輸入 內vol 容 點下乙個視窗 輸入 kdj 點最下面的視窗 輸入 ma...
求通達信K線和MACD背離時,MACD指標就變色或出現記號的碼原
diff ema close,12 ema close,26 dea ema diff,9 macd 2 diff dea colorstick,linethick2 a1 barslast ref cross diff,dea 1 底背離 ref close,a1 1 close and diff...
請專家編寫通達信選股公式 今天macd綠柱子開始變短,昨
dif ema close,12 ema close,26 dea ema dif,9 macd dif dea 2 a ref macd,1 b macd xg a 0 and a 0.04 and b 0 and b a 0.5 測試通過 希望能夠幫內 助你容!請專家編寫乙個選股公式 今天mac...