您现在的位置:程序化交易>> 股票公式>> 通达信>> 通达信公式>>正文内容

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  点击在线交流进行 有偿 编写!不贵!点击查看价格!

 


【字体: 】【打印文章】【查看评论

相关文章

    没有相关内容