1樓:匿名使用者
創業板:=inblock('創業板'),nodraw;
中小企業:=inblock('中小企業'),nodraw;
上證a股:=inblock('上證a股'),nodraw;
深證a股:=inblock('深證a股'),nodraw;
高:if(中小企業=1,"399005$h",if(創業板=1,"399006$h",if(上證a股=1,"999999$h",if(深證a股=1,"399001$h",0)))),nodraw;
開:if(中小企業=1,"399005$o",if(創業板=1,"399006$o",if(上證a股=1,"999999$o",if(深證a股=1,"399001$o",0)))),nodraw;
低:if(中小企業=1,"399005$l",if(創業板=1,"399006$l",if(上證a股=1,"999999$l",if(深證a股=1,"399001$l",0)))),nodraw;
收:if(中小企業=1,"399005$c",if(創業板=1,"399006$c",if(上證a股=1,"999999$c",if(深證a股=1,"399001$c",0)))),nodraw;
drawkline(高,開,低,收);
通達信使用,希望能幫到你。
2樓:
用系統自帶的公式,如kdj,macd
**副圖指標,能顯示所以**的副圖指標
3樓:心靈佛光
指數:indexc,nodraw;
_:indexc-ref(indexc,1),nodraw;
滬深:"000300$close",nodraw;
__:"000300$close"-ref("000300$close",1),nodraw;
五日:ema(indexc,5);
三十日:ema(indexc,30);
六十日:ema(indexc,60);
**: drawkline(indexh,indexo,indexl,indexc);
if(三十日》ref(三十日,1),三十日,drawnull),colorred,linethick2;
if(六十日》ref(六十日,1),六十日,drawnull),colorlimagenta,linethick2;
drawkline("999999$h","999999$o","999999$l","999999$c");
上證:"999999$c",colorwhite,nodraw;
_±:"999999$c"-ref("999999$c",1),colorligray,nodraw;
五:ma("999999$c",5),colorwhite;
十:ma("999999$c",10),coloryellow;
二十:ma("999999$c",20),colormagenta;
六十:ma("999999$c",60),colorgreen;
4樓:杞人憂天
**指數**副圖原始碼
【上證】
drawgbk(c>0,rgb(0,10,10),rgb(88,0,0),0,'?',0);
指數【對應】:indexc,nodraw,coloryellow;
上證:"999999$c",nodraw,colorwhite;
漲跌:"999999$c"-ref("999999$c",1),nodraw,colorligray;
drawkline("999999$h","999999$o","999999$l","999999$c");
開盤:="999999$o";
**:="999999$c";
最高:="999999$h";
最低:="999999$l";
stickline(**》=開盤,**,開盤,3,0),color000045;
stickline(**》=開盤,**,開盤,2.5,0),color000065;
stickline(**》=開盤,**,開盤,2,0),color000085;
stickline(**》=開盤,**,開盤,1.5,0),color0000a5;
stickline(**》=開盤,**,開盤,1,0),color0000c5;
stickline(**》=開盤,**,開盤,0.5,0),color0000e5;
stickline(**》=開盤,最高,最低,0,0),color0000f5;
stickline(**《開盤,**,開盤,3,0),color656500;
stickline(**《開盤,**,開盤,2.5,0),color757500;
stickline(**《開盤,**,開盤,2,0),color858500;
stickline(**《開盤,**,開盤,1.5,0),color959500;
stickline(**《開盤,**,開盤,1,0),colora5a500;
stickline(**《開盤,**,開盤,0.5,0),colorb5b500;
stickline(**《開盤,最高,最低,0,0),colorc5c500;
ma5:ma("999999$c",5),colorwhite;
ma10:ma("999999$c",10),coloryellow;
ma20:ma("999999$c",20),colormagenta;
ma60:ma("999999$c",60),colorgreen;
;【深證】
drawgbk(c>0,rgb(0,10,10),rgb(88,0,0),0,'?',0);
指數【對應】:indexc,nodraw,coloryellow;
深證:"399001$c",nodraw,colorwhite;
漲跌:"399001$c"-ref("399001$c",1),nodraw,colorligray;
drawkline("399001$h","399001$o","399001$l","399001$c");
開盤:="399001$o";
**:="399001$c";
最高:="399001$h";
最低:="399001$l";
stickline(**》=開盤,**,開盤,3,0),color000045;
stickline(**》=開盤,**,開盤,2.5,0),color000065;
stickline(**》=開盤,**,開盤,2,0),color000085;
stickline(**》=開盤,**,開盤,1.5,0),color0000a5;
stickline(**》=開盤,**,開盤,1,0),color0000c5;
stickline(**》=開盤,**,開盤,0.5,0),color0000e5;
stickline(**》=開盤,最高,最低,0,0),color0000f5;
stickline(**《開盤,**,開盤,3,0),color656500;
stickline(**《開盤,**,開盤,2.5,0),color757500;
stickline(**《開盤,**,開盤,2,0),color858500;
stickline(**《開盤,**,開盤,1.5,0),color959500;
stickline(**《開盤,**,開盤,1,0),colora5a500;
stickline(**《開盤,**,開盤,0.5,0),colorb5b500;
stickline(**《開盤,最高,最低,0,0),colorc5c500;
ma5:ma("399001$c",5),colorwhite;
ma10:ma("399001$c",10),coloryellow;
ma20:ma("399001$c",20),colormagenta;
ma60:ma("399001$c",60),colorgreen;
;按照這個資料在通達信上去測試吧
你好,通達信裡 怎麼在****圖 下面的副圖中指標框中加上****圖???謝謝
5樓:匿名使用者
進入分時線,然後點選滑鼠右鍵,選擇疊加品種,在疊加品種中選擇自動對應**,只能在分時線中顯示出來,是藍色的線條。
6樓:匿名使用者
****drawkline(indexh,indexo,indexl,indexc);
ma1:ma(indexc,5);
ma2:ma(indexc,10);
ma3:ma(indexc,20);
ma4:ma(indexc,30);
ma5:ma(indexc,60);
ma6:ma(indexc,120);
怎樣在通達信**圖介面同時顯示多個副圖指標
7樓:
在**介面點滑鼠右鍵,選擇「視窗個數」。或者直接按「alt」鍵然後點你想要的視窗數(數字鍵)。視窗設定好後,點副圖視窗,點滑鼠右鍵「選擇指標」,設定你想要的指標。
通達信周線公式如何編寫,通達信公式 如何在日線圖上引用周線資料
diff ema c,12 ema c,26 dea ema diff,9 t barslast dea 0 dd1 count cross diff,dea t 1 and cross diff,dea dd2 v ref ma v,5 1 1.5 dd3 c ref c,1 1 100 軸上第一...
通達信軟體上的k線怎麼復原,通達信軟體中的股票中K線怎麼變成了期貨怎麼調回來?
不僅如此,十字線 被我們看到時,就可以認為一條線是實體部分改變後的形態。其實十字線特別簡單,它表示的是當天的的 價 開盤價。領會到 的精髓,我們可以更好地掌握買賣點 雖然 無法 但 仍有一定的指導意義 新手來說,掌握方便是最容易的。這裡有一方面大家應該主要關注一下,分析起來是比較困難的,若是你剛開始...
急求通達信選股公式,k線穿過5日均線和10日均線
ma5 ma c,5 ma10 ma c,10 xg cross c,ma5 and cross c,ma10 請高手寫個通達信條件選股公式,當天股價同時突破5日 和10日 a ma c,5 b ma c,10 d cross c,a e cross c,b xg d and e 測試通過,希望能夠...