您現(xiàn)在的位置:程序化交易>> 股票公式>> 通達(dá)信>> 通達(dá)信公式>>正文內(nèi)容

K線黃白買入指標(biāo)源碼+選股公式[通達(dá)信公式]

  • K線黃白買入指標(biāo)源碼:


    VAR1:=CLOSE>REF(CLOSE,1) AND CLOSE>REF(CLOSE,2);
    VAR2:=REF(VAR1,1) AND CLOSE<=REF(CLOSE,1) AND CLOSE>=REF(CLOSE,2);
    VAR3:=REF(VAR2,1) AND CLOSE>=REF(CLOSE,1) AND CLOSE<=REF(CLOSE,2);
    VAR4:=REF(VAR3,1) AND CLOSE<=REF(CLOSE,1) AND CLOSE>=REF(CLOSE,2);
    VAR5:=REF(VAR4,1) AND CLOSE>=REF(CLOSE,1) AND CLOSE<=REF(CLOSE,2);
    VAR6:=REF(VAR5,1) AND CLOSE<=REF(CLOSE,1) AND CLOSE>=REF(CLOSE,2);
    VAR7:=REF(VAR6,1) AND CLOSE>=REF(CLOSE,1) AND CLOSE<=REF(CLOSE,2);
    VAR8:=REF(VAR7,1) AND CLOSE<=REF(CLOSE,1) AND CLOSE>=REF(CLOSE,2);
    VAR9:=REF(VAR8,1) AND CLOSE>=REF(CLOSE,1) AND CLOSE<=REF(CLOSE,2);
    VARA:=REF(VAR9,1) AND CLOSE<=REF(CLOSE,1) AND CLOSE>=REF(CLOSE,2);
    VARB:=REF(VARA,1) AND CLOSE>=REF(CLOSE,1) AND CLOSE<=REF(CLOSE,2);
    VARC:=REF(VARB,1) AND CLOSE<=REF(CLOSE,1) AND CLOSE>=REF(CLOSE,2);

    VARD:=CLOSE<REF(CLOSE,1) AND CLOSE<REF(CLOSE,2);
    VARE:=REF(VARD,1) AND CLOSE>=REF(CLOSE,1) AND CLOSE<=REF(CLOSE,2);
    VARF:=REF(VARE,1) AND CLOSE<=REF(CLOSE,1) AND CLOSE>=REF(CLOSE,2);
    VAR10:=REF(VARF,1) AND CLOSE>=REF(CLOSE,1) AND CLOSE<=REF(CLOSE,2);
    VAR11:=REF(VAR10,1) AND CLOSE<=REF(CLOSE,1) AND CLOSE>=REF(CLOSE,2);
    VAR12:=REF(VAR11,1) AND CLOSE>=REF(CLOSE,1) AND CLOSE<=REF(CLOSE,2);
    VAR13:=REF(VAR12,1) AND CLOSE<=REF(CLOSE,1) AND CLOSE>=REF(CLOSE,2);
    VAR14:=REF(VAR13,1) AND CLOSE>=REF(CLOSE,1) AND CLOSE<=REF(CLOSE,2);
    VAR15:=REF(VAR14,1) AND CLOSE<=REF(CLOSE,1) AND CLOSE>=REF(CLOSE,2);
    VAR16:=REF(VAR15,1) AND CLOSE>=REF(CLOSE,1) AND CLOSE<=REF(CLOSE,2);
    VAR17:=REF(VAR16,1) AND CLOSE<=REF(CLOSE,1) AND CLOSE>=REF(CLOSE,2);
    VAR18:=REF(VAR17,1) AND CLOSE>=REF(CLOSE,1) AND CLOSE<=REF(CLOSE,2);

    VAR19:=REF(VARD OR VARE OR VARF OR VAR10 OR VAR11 OR VAR12 OR VAR13 OR VAR14
    OR VAR15 OR VAR16 OR VAR17 OR VAR18,1) AND VAR1;
    STICKLINE(VAR19,REF(CLOSE,1),REF(CLOSE,2),6.6,0),COLORYELLOW;
    VAR1A:=REF(VAR1 OR VAR2 OR VAR3 OR VAR4 OR VAR5 OR VAR6 OR VAR7 OR VAR8 OR
    VAR9 OR VARA OR VARB OR VARC,1) AND VARD;
    STICKLINE(VAR1A,REF(CLOSE,1),REF(CLOSE,2),6.6,0),COLORWHITE;


     

     

  • “黃色”選股公式:

    var1:=close>ref(close,1) and close>ref(close,2);
    vard:=close<ref(close,1) and close<ref(close,2);
    vare:=ref(vard,1) and close>=ref(close,1) and close<=ref(close,2);
    varf:=ref(vare,1) and close<=ref(close,1) and close>=ref(close,2);
    var10:=ref(varf,1) and close>=ref(close,1) and close<=ref(close,2);
    var11:=ref(var10,1) and close<=ref(close,1) and close>=ref(close,2);
    var12:=ref(var11,1) and close>=ref(close,1) and close<=ref(close,2);
    var13:=ref(var12,1) and close<=ref(close,1) and close>=ref(close,2);
    var14:=ref(var13,1) and close>=ref(close,1) and close<=ref(close,2);
    var15:=ref(var14,1) and close<=ref(close,1) and close>=ref(close,2);
    var16:=ref(var15,1) and close>=ref(close,1) and close<=ref(close,2);
    var17:=ref(var16,1) and close<=ref(close,1) and close>=ref(close,2);
    var18:=ref(var17,1) and close>=ref(close,1) and close<=ref(close,2);

    var19:ref(vard or vare or varf or var10 or var11 or var12 or var13 or var14
    or var15 or var16 or var17 or var18,1) and var1;


     

     

  • “白色”選股公式:

    var1:=close>ref(close,1) and close>ref(close,2);
    var2:=ref(var1,1) and close<=ref(close,1) and close>=ref(close,2);
    var3:=ref(var2,1) and close>=ref(close,1) and close<=ref(close,2);
    var4:=ref(var3,1) and close<=ref(close,1) and close>=ref(close,2);
    var5:=ref(var4,1) and close>=ref(close,1) and close<=ref(close,2);
    var6:=ref(var5,1) and close<=ref(close,1) and close>=ref(close,2);
    var7:=ref(var6,1) and close>=ref(close,1) and close<=ref(close,2);
    var8:=ref(var7,1) and close<=ref(close,1) and close>=ref(close,2);
    var9:=ref(var8,1) and close>=ref(close,1) and close<=ref(close,2);
    vara:=ref(var9,1) and close<=ref(close,1) and close>=ref(close,2);
    varb:=ref(vara,1) and close>=ref(close,1) and close<=ref(close,2);
    varc:=ref(varb,1) and close<=ref(close,1) and close>=ref(close,2);

    vard:=close<ref(close,1) and close<ref(close,2);
     
    var1a:ref(var1 or var2 or var3 or var4 or var5 or var6 or var7 or var8 or
    var9 or vara or varb or varc,1) and vard;

     

 

有思路,想編寫各種指標(biāo)公式,程序化交易模型,選股公式,預(yù)警公式的朋友

可聯(lián)系技術(shù)人員 QQ: 262069696  點(diǎn)擊在線交流進(jìn)行 有償 編寫!不貴!點(diǎn)擊查看價(jià)格!

 


【字體: 】【打印文章】【查看評(píng)論

相關(guān)文章

    沒有相關(guān)內(nèi)容
  主站蜘蛛池模板: 国产欧美视频在线观看| 日本19禁综艺直接啪啪| 你懂的网址免费国产| 色噜噜狠狠一区二区三区果冻| 国产熟女一区二区三区五月婷| 亚洲专区欧美专区| 免费黄色福利视频| 在线播放免费人成毛片乱码| 东京一本一道一二三区| 日本精品久久久久中文字幕8| 亚洲а∨天堂久久精品| 欧美成人免费一级人片| 亚洲精品线在线观看| 精品久久久久久中文字幕大豆网| 国产一区二区三区久久精品| 鲁一鲁中文字幕久久| 国产无遮挡裸体免费视频在线观看 | a级黄色一级片| 嫩草影院免费观看| 东京热一精品无码av| 成年在线网站免费观看无广告| 久久久久99精品国产片| 日本高清免费不卡在线| 久久精品日日躁精品| 最近中文字幕完整视频高清10 | a级黄色毛片免费播放视频| 好吊色青青青国产在线播放| 一女多男np疯狂伦交| 性做久久久久久| 一级做a爰全过程免费视频毛片| 成人黄页网站免费观看大全| 中文字幕永久在线观看| 日产乱码卡1卡2卡三免费| 久久伊人精品一区二区三区| 日韩免费毛片视频| 久久精品中文字幕一区| 日韩中文字幕视频在线观看| 久久婷婷五月综合97色直播| 日本视频一区在线观看免费| 久久婷婷人人澡人人爽人人爱| 日韩a在线播放|