您現(xiàn)在的位置:程序化交易>> 期貨公式>> 文華財(cái)經(jīng)>> 文華財(cái)經(jīng)知識>>正文內(nèi)容

通達(dá)信改為文華指標(biāo) [文華財(cái)經(jīng)]

: none; -webkit-text-stroke-width: 0px; white-space: normal; word-spacing: 0px;" /> XA_1:=IF((CLOSE-REF(CLOSE,1))*100/REF(CLOSE,1)>=9.9 AND OPEN=HIGH AND PERIOD=5,1,0);: none; -webkit-text-stroke-width: 0px; white-space: normal; word-spacing: 0px;" /> XA_2:=BARSLASTCOUNT(XA_1)>=2;: none; -webkit-text-stroke-width: 0px; white-space: normal; word-spacing: 0px;" /> XA_3:=CONST(BARSLAST(XA_2));: none; -webkit-text-stroke-width: 0px; white-space: normal; word-spacing: 0px;" /> 水平線:IF(CURRBARSCOUNT<=XA_3+1,CONST(IF(XA_3=0,MAX(CLOSE,OPEN),REF(MAX(CLOSE,OPEN),XA_3))),DRAWNULL),DOTLINE,COLORLIBLUE;: none; -webkit-text-stroke-width: 0px; white-space: normal; word-spacing: 0px;" /> XA_4:=BARSLAST(YEAR!=REF(YEAR,1));: none; -webkit-text-stroke-width: 0px; white-space: normal; word-spacing: 0px;" /> XA_5:=BARSLAST(HHV(VOL,XA_4+1)=VOL);: none; -webkit-text-stroke-width: 0px; white-space: normal; word-spacing: 0px;" /> XA_6:=BARSLAST(LLV(VOL,XA_4+1)=VOL);: none; -webkit-text-stroke-width: 0px; white-space: normal; word-spacing: 0px;" /> STICKLINE(FILTERX(XA_5=0,XA_4+1),OPEN,CLOSE,1,0),COLOR009900;: none; -webkit-text-stroke-width: 0px; white-space: normal; word-spacing: 0px;" /> STICKLINE(FILTERX(XA_6=0,XA_4+1),OPEN,CLOSE,1,0),COLORGREEN;: none; -webkit-text-stroke-width: 0px; white-space: normal; word-spacing: 0px;" /> XA_7:=CONST(XA_5);: none; -webkit-text-stroke-width: 0px; white-space: normal; word-spacing: 0px;" /> 天量:IF(CURRBARSCOUNT<=XA_7+3,CONST(IF(XA_7=0,OPEN,REF(OPEN,XA_7))),DRAWNULL),DOTLINE,COLORGREEN;: none; -webkit-text-stroke-width: 0px; white-space: normal; word-spacing: 0px;" /> IF(CURRBARSCOUNT=XA_7+1,天量,DRAWNULL),COLORYELLOW,LINETHICK2;: none; -webkit-text-stroke-width: 0px; white-space: normal; word-spacing: 0px;" /> XA_8:=STRCAT(HYBLOCK,18);: none; -webkit-text-stroke-width: 0px; white-space: normal; word-spacing: 0px;" /> XA_9:=STRCAT(XA_8,DYBLOCK);: none; -webkit-text-stroke-width: 0px; white-space: normal; word-spacing: 0px;" /> XA_10:=STRCAT(DYBLOCK,18);: none; -webkit-text-stroke-width: 0px; white-space: normal; word-spacing: 0px;" /> XA_11:=STRCAT(XA_9,GNBLOCK);: none; -webkit-text-stroke-width: 0px; white-space: normal; word-spacing: 0px;" /> XA_12:=STRCAT(XA_11,18);: none; -webkit-text-stroke-width: 0px; white-space: normal; word-spacing: 0px;" /> DRAWTEXT_FIX(ISLASTBAR,0,0,0,STRCAT(XA_12,FGBLOCK)),COLORLIMAGENTA;: none; -webkit-text-stroke-width: 0px; white-space: normal; word-spacing: 0px;" /> DRAWBAND(EMA(CLOSE,7),RGB(83,123,68),EMA(CLOSE,13),RGB(155,50,50));: none; -webkit-text-stroke-width: 0px; white-space: normal; word-spacing: 0px;" /> DRAWKLINE(HIGH,OPEN,LOW,CLOSE);: none; -webkit-text-stroke-width: 0px; white-space: normal; word-spacing: 0px;" /> DRAWBAND(EMA(CLOSE,13),RGB(83,123,50),EMA(CLOSE,55),RGB(83,123,50));: none; -webkit-text-stroke-width: 0px; white-space: normal; word-spacing: 0px;" /> DRAWKLINE(HIGH,OPEN,LOW,CLOSE);: none; -webkit-text-stroke-width: 0px; white-space: normal; word-spacing: 0px;" /> XA_13:=REF(HHV(MAX(HIGH,OPEN),N),M);: none; -webkit-text-stroke-width: 0px; white-space: normal; word-spacing: 0px;" /> XA_14:=REF(LLV(MIN(HIGH,OPEN),N),M);: none; -webkit-text-stroke-width: 0px; white-space: normal; word-spacing: 0px;" /> XA_15:=XA_13-(XA_13-XA_14)*0.191;: none; -webkit-text-stroke-width: 0px; white-space: normal; word-spacing: 0px;" /> XA_16:=XA_13-(XA_13-XA_14)*0.382;: none; -webkit-text-stroke-width: 0px; white-space: normal; word-spacing: 0px;" /> XA_17:=XA_13-(XA_13-XA_14)*0.5;: none; -webkit-text-stroke-width: 0px; white-space: normal; word-spacing: 0px;" /> XA_18:=XA_13-(XA_13-XA_14)*0.618;: none; -webkit-text-stroke-width: 0px; white-space: normal; word-spacing: 0px;" /> XA_19:=XA_13-(XA_13-XA_14)*0.809;: none; -webkit-text-stroke-width: 0px; white-space: normal; word-spacing: 0px;" /> XA_20:=REFDATE(XA_13,DATE);: none; -webkit-text-stroke-width: 0px; white-space: normal; word-spacing: 0px;" /> XA_21:=REFDATE(XA_15,DATE);: none; -webkit-text-stroke-width: 0px; white-space: normal; word-spacing: 0px;" /> XA_22:=REFDATE(XA_16,DATE);: none; -webkit-text-stroke-width: 0px; white-space: normal; word-spacing: 0px;" /> XA_23:=REF(HHVBARS(MAX(CLOSE,OPEN),60),15)+15;: none; -webkit-text-stroke-width: 0px; white-space: normal; word-spacing: 0px;" /> XA_24:=REF(MAX(CLOSE,OPEN),XA_23);: none; -webkit-text-stroke-width: 0px; white-space: normal; word-spacing: 0px;" /> STICKLINE(BARSTATUS=2,XA_24,XA_24,2000,1),COLORRED,LINETHICK2;: none; -webkit-text-stroke-width: 0px; white-space: normal; word-spacing: 0px;" /> XA_25:=CONST(XA_23);: none; -webkit-text-stroke-width: 0px; white-space: normal; word-spacing: 0px;" /> 突破干:IF(CURRBARSCOUNT<=XA_25+1,CONST(IF(XA_25=0,MAX(CLOSE,OPEN),REF(MAX(CLOSE,OPEN),XA_25))),DRAWNULL),POINTDOT,COLORGREEN,LINETHICK4;: none; -webkit-text-stroke-width: 0px; white-space: normal; word-spacing: 0px;" /> IF(CURRBARSCOUNT=XA_25+1,突破干,DRAWNULL),POINTDOT,COLORAA00AA,LINETHICK4;: none; -webkit-text-stroke-width: 0px; white-space: normal; word-spacing: 0px;" /> DRAWTEXT(CURRBARSCOUNT=XA_25+1,突破干*1.01,STRCAT(CON2STR(CONST(XA_25+1),0),1)),COLORAA00AA;: none; -webkit-text-stroke-width: 0px; white-space: normal; word-spacing: 0px;" /> 操做線:EXPMA(CLOSE,7),COLORYELLOW,LINETHICK2;: none; -webkit-text-stroke-width: 0px; white-space: normal; word-spacing: 0px;" /> 支撐線:EXPMA(CLOSE,13),COLORRED,LINETHICK2;: none; -webkit-text-stroke-width: 0px; white-space: normal; word-spacing: 0px;" /> 防守線:EXPMA(CLOSE,55),COLORLIRED,LINETHICK2;: none; -webkit-text-stroke-width: 0px; white-space: normal; word-spacing: 0px;" /> 生命線:MA(CLOSE,30),DOTLINE,COLORMAGENTA;: none; -webkit-text-stroke-width: 0px; white-space: normal; word-spacing: 0px;" /> 海面:EMA(CLOSE,78),COLORWHITE,LINETHICK2;: none; -webkit-text-stroke-width: 0px; white-space: normal; word-spacing: 0px;" /> 海平面:EMA(CLOSE,80),COLORBLUE,LINETHICK2;: none; -webkit-text-stroke-width: 0px; white-space: normal; word-spacing: 0px;" /> XA_26:=FILTER(BACKSET(FILTER(REF(LOW,500)=LLV(LOW,2*500+1),500),500+1),500);: none; -webkit-text-stroke-width: 0px; white-space: normal; word-spacing: 0px;" /> XA_27:=FILTER(BACKSET(FILTER(REF(HIGH,25)=HHV(HIGH,2*25+1),25),25+1),25);: none; -webkit-text-stroke-width: 0px; white-space: normal; word-spacing: 0px;" /> XA_28:=REF(CLOSE,BARSLAST(XA_27));: none; -webkit-text-stroke-width: 0px; white-space: normal; word-spacing: 0px;" /> XA_29:=BARSLAST(XA_27)<BARSLAST(XA_26) AND NOT(XA_27);: none; -webkit-text-stroke-width: 0px; white-space: normal; word-spacing: 0px;" /> 麒麟:IF(XA_29,XA_28,XA_28),POINTDOT,COLORLIBLUE,LINETHICK3;: none; -webkit-text-stroke-width: 0px; white-space: normal; word-spacing: 0px;" /> STICKLINE(XA_29,XA_28,XA_28,10,(-1)),COLORGREEN;: none; -webkit-text-stroke-width: 0px; white-space: normal; word-spacing: 0px;" /> DRAWTEXT(ISLASTBAR,麒麟,19),COLORLIBLUE;: none; -webkit-text-stroke-width: 0px; white-space: normal; word-spacing: 0px;" /> XA_30:=IF((CLOSE-REF(CLOSE,1))*100/REF(CLOSE,1)>=10-0.01*100/REF(CLOSE,1),1,0);: none; -webkit-text-stroke-width: 0px; white-space: normal; word-spacing: 0px;" /> XA_31:=IF((REF(CLOSE,1)-CLOSE)*100/REF(CLOSE,1)>=10-0.01*100/REF(CLOSE,1),1,0);: none; -webkit-text-stroke-width: 0px; white-space: normal; word-spacing: 0px;" /> STICKLINE(XA_30,OPEN,CLOSE,3,0),COLORAA00AA;: none; -webkit-text-stroke-width: 0px; white-space: normal; word-spacing: 0px;" /> STICKLINE(XA_30,OPEN,CLOSE,1,0),COLORBLACK;: none; -webkit-text-stroke-width: 0px; white-space: normal; word-spacing: 0px;" /> STICKLINE(XA_30,HIGH,LOW,0,1),COLORCC00CC;: none; -webkit-text-stroke-width: 0px; white-space: normal; word-spacing: 0px;" /> STICKLINE(XA_30,OPEN,CLOSE,3,1),COLORCC00CC;: none; -webkit-text-stroke-width: 0px; white-space: normal; word-spacing: 0px;" /> 跌停板:STICKLINE(XA_31,OPEN,CLOSE,3,0),COLORFF1100;: none; -webkit-text-stroke-width: 0px; white-space: normal; word-spacing: 0px;" /> STICKLINE(XA_31,OPEN,CLOSE,2.5,0),COLORFF3300;: none; -webkit-text-stroke-width: 0px; white-space: normal; word-spacing: 0px;" /> STICKLINE(XA_31,OPEN,CLOSE,2,0),COLORFF4400;: none; -webkit-text-stroke-width: 0px; white-space: normal; word-spacing: 0px;" /> STICKLINE(XA_31,OPEN,CLOSE,1.5,0),COLORFF5500;: none; -webkit-text-stroke-width: 0px; white-space: normal; word-spacing: 0px;" /> STICKLINE(XA_31,OPEN,CLOSE,1,0),COLORFF6600;: none; -webkit-text-stroke-width: 0px; white-space: normal; word-spacing: 0px;" /> STICKLINE(XA_31,OPEN,CLOSE,0.5,0),COLORFF7700;: none; -webkit-text-stroke-width: 0px; white-space: normal; word-spacing: 0px;" /> STICKLINE(XA_31,LOW,HIGH,0,0),COLORFF7700;: none; -webkit-text-stroke-width: 0px; white-space: normal; word-spacing: 0px;" /> XA_32:=REF((CLOSE-REF(CLOSE,1))/REF(CLOSE,1)<=(-0.03),1) AND (CLOSE-REF(CLOSE,1))/REF(CLOSE,1)>=0.03;: none; -webkit-text-stroke-width: 0px; white-space: normal; word-spacing: 0px;" /> STICKLINE(XA_32,OPEN,CLOSE,2.5,0),COLOR0000A5;: none; -webkit-text-stroke-width: 0px; white-space: normal; word-spacing: 0px;" /> STICKLINE(XA_32,OPEN,CLOSE,2,0),COLOR0000C5;: none; -webkit-text-stroke-width: 0px; white-space: normal; word-spacing: 0px;" /> STICKLINE(XA_32,OPEN,CLOSE,1.5,0),COLOR0000D5;: none; -webkit-text-stroke-width: 0px; white-space: normal; word-spacing: 0px;" /> STICKLINE(XA_32,OPEN,CLOSE,1,0),COLOR0000E5;: none; -webkit-text-stroke-width: 0px; white-space: normal; word-spacing: 0px;" /> STICKLINE(XA_32,LOW,HIGH,0,0),COLOR0000F5;: none; -webkit-text-stroke-width: 0px; white-space: normal; word-spacing: 0px;" /> STICKLINE(XA_32,CLOSE,(OPEN+CLOSE)/2,2.5,0),COLOR008CFD;: none; -webkit-text-stroke-width: 0px; white-space: normal; word-spacing: 0px;" /> XA_33:=(HIGH-REF(CLOSE,1))/REF(CLOSE,1)*100;: none; -webkit-text-stroke-width: 0px; white-space: normal; word-spacing: 0px;" /> XA_34:=(MAX(CLOSE,OPEN)-REF(CLOSE,1))/REF(CLOSE,1)*100;: none; -webkit-text-stroke-width: 0px; white-space: normal; word-spacing: 0px;" /> STICKLINE(XA_33-XA_34>=2.5 AND PERIOD=5 AND CLOSE>OPEN AND MA(CLOSE,5),MAX(CLOSE,OPEN),HIGH,0,0),COLORGREEN;: none; -webkit-text-stroke-width: 0px; white-space: normal; word-spacing: 0px;" /> STICKLINE(XA_33-XA_34>=2.5 AND PERIOD=5 AND CLOSE>OPEN AND MA(CLOSE,5),CLOSE,OPEN,3.1,0),COLORRED;: none; -webkit-text-stroke-width: 0px; white-space: normal; word-spacing: 0px;" /> XA_35:=CLOSE<OPEN AND CLOSE>REF(CLOSE,1);: none; -webkit-text-stroke-width: 0px; white-space: normal; word-spacing: 0px;" /> STICKLINE(XA_35,OPEN,CLOSE,2.8,1),COLOR0000CC;: none; -webkit-text-stroke-width: 0px; white-space: normal; word-spacing: 0px;" /> XA_36:=OPEN>CLOSE AND OPEN>REF(CLOSE,1) AND CLOSE>REF(CLOSE,1);: none; -webkit-text-stroke-width: 0px; white-space: normal; word-spacing: 0px;" /> 假陰線:STICKLINE(XA_36,OPEN,CLOSE,2,0),COLORLIRED;: none; -webkit-text-stroke-width: 0px; white-space: normal; word-spacing: 0px;" />

?

?來源:程序化99

  • 文華技術(shù)人員:參考:
    ?下載信息??[文件大小:???下載次數(shù):?]文件名:指標(biāo).txt

      

    ?

    ?來源: www.tumamayizhan.com

  • 文華客服: ?n? 最小? 1 ? 最大 777? 缺省80?m ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? 3n1 ? ?? 2 ? ? ? ? ?? 120 ? ? 10M2 ? ? 2 ? ? ? ? ?? 120 ? ? 11?
    請?jiān)俅涡薷?上次改的不能用
    謝謝! ? ? ?

    ?

  • 網(wǎng)友回復(fù): ?參考:
    ?下載信息??[文件大小:???下載次數(shù):?]文件名:指標(biāo).txt


      

    ?

  • 網(wǎng)友回復(fù): ?還是不能用? 請刪除此貼?
  •  

    有思路,想編寫各種指標(biāo)公式,交易模型,選股公式,還原公式的朋友

    可聯(lián)系技術(shù)人員 QQ: 262069696  點(diǎn)擊在線交流或微信號:cxh99cxh99  進(jìn)行 有償收費(fèi) 編寫!

    怎么收費(fèi),代編流程等詳情請點(diǎn)擊閱讀!

    (注:由于人數(shù)限制,QQ或微信請選擇方便的一個聯(lián)系我們就行,加好友時請簡單備注下您的需求,否則無法通過。謝謝您!)


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

    相關(guān)文章

      沒有相關(guān)內(nèi)容
    主站蜘蛛池模板: 日韩视频第一页| 精品人妻中文字幕有码在线| 国产色视频一区二区三区QQ号| 再深点灬舒服灬太大了少妇| 黄色a三级免费看| 成人亚洲网站www在线观看| 久久精品视频热| 精品国产不卡一区二区三区| 国产又色又爽又刺激视频 | 久久九色综合九色99伊人| 精品亚洲aⅴ在线观看| 国产亚洲精品成人久久网站| 玖玖爱zh综合伊人久久| 国产精品无码制服丝袜| 久9久9精品免费观看| 日韩美女片视频| 亚洲伊人色欲综合网| 欧美精品在线一区二区三区| 国产免费怕怕免费视频观看| a级毛片免费全部播放无码| 最新国产在线播放| 四虎国产精品永久在线| 国产欧美日韩不卡| 亚洲日韩乱码久久久久久| 国产香蕉在线精彩视频| 小雪坐莲许老二的胯上| 久久天天躁夜夜躁2019| 柳岩老师好紧好爽再浪一点| 亚洲欧美人成综合导航| 激情综合色五月六月婷婷| 国产动作大片中文字幕| 欧美精品videossex欧美性| 妖精的尾巴ova| 亚洲va中文字幕| 欧美成人免费观看久久| 国产91无套剧情在线播放| xxxx日本免费| 国产视频精品免费| 91视频完整版高清| 成人免费视频网址| 中文字幕无码不卡一区二区三区|