| 在老錢(qián)莊百寶箱中看到一位老師介紹一個(gè)大智慧指標,非常好,特別是買(mǎi)入點(diǎn)位特有參考價(jià)值。 程序及安裝說(shuō)明如下: var1:=((close-ma(close,6))/ma(close,6)*100+(close-ma(close,24))/ma(close,24)*100+(close-ma(close,32))/ma(close,32)*100)/3; drawicon(var1<-9 and var1> ref(var1,1),3,7); 買(mǎi)入:var1<-9 and var1> ref(var1,1),colorred; stickline(var1>20 and filter(var1< ref(var1,1),5),var1+5,0,7,1),color00ff00; 大頂:var1>20 and filter(var1< ref(var1,1),5),color00ff00; stickline(var1>9 and filter(var1< ref(var1,1),5),var1+2,0,3,1),colorgreen; 短頂:var1>9 and filter(var1< ref(var1,1),5),colorgreen; var2:=hhv(var1>20,10); stickline(var2 and cross((ref(high,1)+ref(low,1))/2,ma(close,20)+2*std(close,20)),var1,0,7,0),colorblue; 危險:var2 and cross((ref(high,1)+ref(low,1))/2,ma(close,20)+2*std(close,20)),colorblue; stickline(var2 and filter(var1< ref(var1,1),6) and cross(ma(close,5),ma(close,2)),var1,0,7,0); 注意止損:var2 and filter(var1< ref(var1,1),6) and cross(ma(close,5),ma(close,2)); stickline(var1<-20 and filter(var1> ref(var1,1),5),var1-5,0,7,1),coloryellow; 大底:var1<-20 and filter(var1> ref(var1,1),7),coloryellow; stickline(var1<-9 and var1> ref(var1,1),var1-2,0,3,1),colorff00ff; 短底:var1<-9 and var1> ref(var1,1),colorff00ff; 持幣區域:var1,colorfedcba; 持股區域:if(var1>0,var1,0),colorred; 具體安裝步驟如下: (1)打開(kāi)大智慧,點(diǎn)擊最上面一行按鈕中的《功能》出現下拉列表。 (2)點(diǎn)擊自編指標,出現下拉列表再點(diǎn)自編。 (3)然后點(diǎn)擊新建,出現一表。 (4)把上面的指標公式復制在下面的大框里,在公式名稱(chēng)處打上公式名稱(chēng)(我為公式取名ok)。 (5)點(diǎn)測試公式,再點(diǎn)確定進(jìn)行保存。 (6)使用時(shí),在k線(xiàn)圖狀態(tài)下打出公式名稱(chēng) ok 即可在輔圖出現買(mǎi)賣(mài)指標。 |
聯(lián)系客服