大伊人青草狠狠久久-大伊香蕉精品视频在线-大伊香蕉精品一区视频在线-大伊香蕉在线精品不卡视频-大伊香蕉在线精品视频75-大伊香蕉在线精品视频人碰人

您現在的位置:程序化交易>> 股票公式>> 大智慧>> 大智慧公式>>正文內容

K線六聯體神算子 主圖指標公式公式、源碼[大智慧公式]

相關標簽:

 

陽:=c-ref(c,1)>0 or (c-ref(c,1)=0 and c>o);
陰:=c-ref(c,1)<0 or (c-ref(c,1)=0 and c<=o);
乾:=陽 and ref(陽,1) and ref(陽,2);
兌:=陽 and ref(陽,1) and ref(陰,2);
離:=陽 and ref(陰,1) and ref(陽,2);
震:=陽 and ref(陰,1) and ref(陰,2);
巽:=陰 and ref(陽,1) and ref(陽,2);
坎:=陰 and ref(陽,1) and ref(陰,2);
艮:=陰 and ref(陰,1) and ref(陽,2);
坤:=陰 and ref(陰,1) and ref(陰,2);
DRAWTEXT( 乾 and ref(乾,3),h*1.04,'天'),color90a9c1,linethick5;
DRAWTEXT( 乾 and ref(兌,3),h*1.04,'夬'),colorff00ff;
DRAWTEXT( 乾 and ref(離,3),h*1.04,'大有'),colorff00ff;
DRAWTEXT( 乾 and ref(震,3),h*1.04,'大壯'),colorff00ff;
DRAWTEXT( 乾 and ref(巽,3),h*1.04,'小畜'),colorff00ff;
DRAWTEXT( 乾 and ref(坤,3),h*1.04,'泰'),colorff00ff;
DRAWTEXT( 乾 and ref(坎,3),h*1.04,'需'),colorff00ff;
DRAWTEXT( 乾 and ref(艮,3),h*1.04,'大畜'),colorff00ff;
DRAWTEXT( 兌 and ref(兌,3),h*1.04,'澤'),colorwhite,linethick4;
DRAWTEXT( 兌 and ref(乾,3),h*1.04,'履'),colorwhite;
DRAWTEXT( 兌 and ref(離,3),h*1.04,'暌'),colorwhite;
DRAWTEXT( 兌 and ref(震,3),h*1.04,'歸妹'),colorwhite;
DRAWTEXT( 兌 and ref(巽,3),h*1.04,'中孚'),colorwhite;
DRAWTEXT( 兌 and ref(坎,3),h*1.04,'節'),colorwhite;
DRAWTEXT( 兌 and ref(艮,3),h*1.04,'損'),colorwhite;
DRAWTEXT( 兌 and ref(坤,3),h*1.04,'臨'),colorwhite;
DRAWTEXT( 離 and ref(離,3),h*1.04,'火'),colorred,linethick4;
DRAWTEXT( 離 and ref(乾,3),h*1.04,'同人'),colorred;
DRAWTEXT( 離 and ref(兌,3),h*1.04,'革'),colorred;
DRAWTEXT( 離 and ref(震,3),h*1.04,'豐'),colorred;
DRAWTEXT( 離 and ref(巽,3),h*1.04,'家人'),colorred;
DRAWTEXT( 離 and ref(坎,3),h*1.04,'既濟'),colorred;
DRAWTEXT( 離 and ref(艮,3),h*1.04,'賁'),colorred;
DRAWTEXT( 離 and ref(坤,3),h*1.04,'明夷'),colorred;
DRAWTEXT( 震 and ref(震,3),h*1.04,'雷'),colorgreen,linethick4;
DRAWTEXT( 震 and ref( 坤,3),h*1.04,'復'),colorgreen;
DRAWTEXT( 震 and ref(乾,3),h*1.04,'無妄'),colorgreen;
DRAWTEXT( 震 and ref(兌,3),h*1.04,'隨'),colorgreen;
DRAWTEXT( 震 and ref(巽,3),h*1.04,'益'),colorgreen;
DRAWTEXT( 震 and ref(坎,3),h*1.04,'屯'),colorgreen;
DRAWTEXT( 震 and ref(艮,3),h*1.04,'頤'),colorgreen;
DRAWTEXT( 震 and ref(離,3),h*1.04,'噬嗑'),colorgreen;
DRAWTEXT( 巽 and ref(巽,3),h*1.04,'風'),color00a300,linethick4;
DRAWTEXT( 巽 and ref(乾,3),h*1.04,'姤'),color00a300;
DRAWTEXT( 巽 and ref(兌,3),h*1.04,'大過'),color00a300;
DRAWTEXT( 巽 and ref(離,3),h*1.04,'鼎'),color00a300;
DRAWTEXT( 巽 and ref(震,3),h*1.04,'恒'),color00a300;
DRAWTEXT( 巽 and ref(坎,3),h*1.04,'井'),color00a300;
DRAWTEXT( 巽 and ref(艮,3),h*1.04,'蠱'),color00a300;
DRAWTEXT( 巽 and ref(坤,3),h*1.04,'升'),color00a300;
DRAWTEXT( 坎 and ref(巽,3),h*1.04,'渙'),colorblue;
DRAWTEXT( 坎 and ref(乾,3),h*1.04,'訟'),colorblue;
DRAWTEXT( 坎 and ref(兌,3),h*1.04,'困'),colorblue;
DRAWTEXT( 坎 and ref(離,3),h*1.04,'未濟'),colorblue;
DRAWTEXT( 坎 and ref(震,3),h*1.04,'解'),colorblue;
DRAWTEXT( 坎 and ref(坎,3),h*1.04,'水'),colorblue,linethick4;
DRAWTEXT( 坎 and ref(艮,3),h*1.04,'蒙'),colorblue;
DRAWTEXT( 坎 and ref(坤,3),h*1.04,'師'),colorblue;
DRAWTEXT( 艮 and ref(乾,3),h*1.04,'遁'),colorffff00;
DRAWTEXT( 艮 and ref(兌,3),h*1.04,'咸'),colorffff00;
DRAWTEXT( 艮 and ref(離,3),h*1.04,'旅'),colorffff00;
DRAWTEXT( 艮 and ref(震,3),h*1.04,'小過'),colorffff00;
DRAWTEXT( 艮 and ref(巽,3),h*1.04,'漸'),colorffff00;
DRAWTEXT( 艮 and ref(坤,3),h*1.04,'謙'),colorffff00;
DRAWTEXT( 艮 and ref(坎,3),h*1.04,'蹇'),colorffff00;
DRAWTEXT( 艮 and ref(艮,3),h*1.04,'山'),colorffff00,linethick4;
DRAWTEXT( 坤 and ref(乾,3),h*1.04,'否'),coloryellow;
DRAWTEXT( 坤 and ref(兌,3),h*1.04,'萃'),coloryellow;
DRAWTEXT( 坤 and ref(離,3),h*1.04,'晉'),coloryellow;
DRAWTEXT( 坤 and ref(震,3),h*1.04,'豫'),coloryellow;
DRAWTEXT( 坤 and ref(巽,3),h*1.04,'觀'),coloryellow;
DRAWTEXT( 坤 and ref(坎,3),h*1.04,'比'),coloryellow;
DRAWTEXT( 坤 and ref(艮,3),h*1.04,'剝'),coloryellow;
DRAWTEXT( 坤 and ref(坤,3),h*1.04,'地'),coloryellow,linethick4;
天:( 乾 and ref(乾,3))*8888,linethick0;
夬: (乾 and ref(兌,3))*8888,linethick0;
大有:( 乾 and ref(離,3))*1888,linethick0;
大壯:( 乾 and ref(震,3))*1888,linethick0;
小畜:( 乾 and ref(巽,3))*288,linethick0;
泰:( 乾 and ref(坤,3))*288,linethick0;
需:( 乾 and ref(坎,3))*288,linethick0;
大畜:( 乾 and ref(艮,3))*288,linethick0;
前八卦:天 or 夬 or 大有 or 大壯 or 小畜 or 泰 or 需 or 大畜,linethick0;
澤:( 兌 and ref(兌,3))*188,linethick0;
履:( 兌 and ref(乾,3))*188,linethick0;
暌:( 兌 and ref(離,3))*188,linethick0;
歸妹:( 兌 and ref(震,3))*188,linethick0;
中孚:( 兌 and ref(巽,3))*188,linethick0;
節:( 兌 and ref(坎,3))*188,linethick0;
損:( 兌 and ref(艮,3))*188,linethick0;
臨:( 兌 and ref(坤,3))*188,linethick0;
前4卦:天 or 夬 or 大有 or 大壯,linethick0;
CXH:=STRTONUM(STRRIGHT(DATESTR(CURRENTDATE),1));
WARNING('http://www.weiqiv.net.cn',CURRENTTIME>180000 and (CXH=1 OR CXH=6));
DRAWTEXTREL(10 ,10 ,'指標公式');


 

 

有思路,想編寫各種指標公式,程序化交易模型,選股公式,預警公式的朋友

可聯系技術人員 QQ: 1145508240  有需要幫忙請點擊這里留言!!!進行 有償 編寫!不貴!點擊查看價格!

 


【字體: 】【打印文章】【查看評論

相關文章

    沒有相關內容
  主站蜘蛛池模板: 九九99re在线视频精品免费 | 日本一级片免费观看 | 欧美综合另类 | 天天射天天射天天射 | 欧美爱爱爱爱免费视频 | 在线亚洲精品国产波多野结衣 | 国产精品乱码免费一区二区 | 久久久免费视频播放 | 国产欧美一区二区精品仙草咪 | 天天操天天操天天 | 精品人人做人人爽久久久 | 欧美a在线 | 国产麻豆精品在线 | 深夜在线看 | 欧美日视频 | 国产美女久久精品香蕉69 | 97视频免费播放观看在线视频 | 奇米影视999| 中文字幕欧美日韩在线不卡 | 亚洲成年人免费网站 | 亚洲精品图区 | 国产色图区 | 狠狠色狠狠色很很综合很久久 | 香香在线观看视频 | 婷婷综合 在线 | 91视频爱爱 | 免费黄色在线观看 | 日韩精美视频 | 国产三级精品三级男人的天堂 | 亚洲国产精品网 | 欧美激情在线 | 精品久久天干天天天按摩 | 精品动漫一区二区三区 | 狠狠色噜噜狠狠狠狠色吗综合 | 久久福利在线 | 久久99精品久久久久久牛牛影视 | 国产精品一区不卡 | 日产精品一二三四区国产 | 亚洲综合资源 | 国产精品a区 | 亚洲欧美另类综合 |