人人爽天天爽夜夜爽qc-人人爽天天爽夜夜爽曰-人人天天爱天天做天天摸-人人天天夜夜-色网站在线-色网站在线看

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

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  點擊在線交流進行 有償 編寫!不貴!點擊查看價格!

 


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

相關文章

    沒有相關內容
  主站蜘蛛池模板: 日日狠狠久久偷偷四色综合免费 | 毛片在线免费观看网站 | 插菊综合网| 中文字幕免费在线看 | 国产精品单位女同事在线 | 日韩大片观看网址 | 国产一区日韩二区欧美三区 | 天天操人人干 | 三级黄色片免费 | 1024jd基地手机看国产 | 国产日韩精品一区在线观看播放 | 性欧美高清video | 毛片午夜 | 看全色黄大色黄大片 视 | 18男同志可播放free69 | 欧美在线一 | 精品无码一区在线观看 | 2048国产精品原创综合在线 | 日本一区二区三区免费观看 | 亚洲一区中文字幕在线观看 | 在线亚洲国产精品区 | 国产亚洲精品线观看77 | 免费黄色在线看 | 免费国产a国产片高清 | 秋霞手机入口二日韩区 | 国产亚洲精品福利在线 | 日韩毛片在线看 | 男人爱看的视频网站免费 | 亚洲精国产一区二区三区 | 在线观看免费成人 | 日韩一区二区三区免费体验 | 中文字幕在线观看第一页 | 五月天伊人网 | 快播怡红院 | 九九久久国产精品免费热6 九九久久亚洲综合久久久 九九伦理 | 黄色一级国产 | 欧美经典成人在观看线视频 | 最近2019年中文字幕大全视频 | 欧美国产成人精品一区二区三区 | 日韩在线免费视频 | 日韩天堂 |