您現在的位置:程序化交易>> 股票公式>> 通達信>> 通達信公式>>正文內容

K線黃白買入指標源碼+選股公式[通達信公式]

  • K線黃白買入指標源碼:


    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;

     

 

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

可聯系技術人員 QQ: 262069696  點擊在線交流進行 有償 編寫!不貴!點擊查看價格!

 


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

相關文章

    沒有相關內容
  主站蜘蛛池模板: 日本福利视频导航| 狠狠躁天天躁中文字幕| 国产精品免费观看视频播放| 中文字幕丰满乱孑伦无码专区| 欧美日韩亚洲第一页| 午夜爽爽爽男女免费观看hd| 亚洲丝袜第一页| 天天狠天天透天干天天怕∴| 久久国产精品二国产精品| 欧美黑人xxxx性高清版| 半甜欲水兄妹np| 麻豆精品密在线观看| 国产高清av在线播放| 三级黄色毛片视频| 日韩精品无码人妻一区二区三区| 亚洲美女免费视频| 美女隐私免费视频看| 国产成人精品日本亚洲专区6| 99re在线视频播放| 成人动漫视频在线| 久久无码专区国产精品| 欧美性活一级视频| 伊人久久大香线蕉综合爱婷婷| 色欲国产麻豆一精品一AV一免费| 国产福利片在线| 99久久久国产精品免费牛牛四川| 成人a视频高清在线观看| 久久天天躁狠狠躁夜夜avai| 欧美午夜一区二区福利视频| 亚色九九九全国免费视频| 网友自拍区一区二区三区| 国产又色又爽又刺激在线观看 | 国产91精品系列在线观看| 亚洲情综合五月天| 国产高清在线免费视频| らだ天堂√在线中文www| 无码中文字幕av免费放| 久久精品成人国产午夜| 欧美人与动交片免费播放| 亚洲白嫩在线观看| 男人j进入女人j内部免费网站|