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

 


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

相關文章

    沒有相關內容
  主站蜘蛛池模板: 2020精品极品国产色在线观看 | 手机看片高清日韩精品 | 麻豆国产精品有码在线观看 | 亚洲精品欧美在线 | 久久黄色小视频 | 不卡一区二区在线观看 | 日本精品夜色视频一区二区 | 中文字幕精品1在线 | 黄网站在线播放视频免费观看 | 欧美日本在线播放 | 国产成人99精品免费视频麻豆 | 伊人亚洲综合网 | 香港三级日本三级人妇三级四 | 黄网免费在线观看 | 丁香六月激情综合 | 欧美日韩三级在线观看 | 91精品国产综合久久青草 | 国产精品九九九久久九九 | 妞干网免费在线观看 | 色y情视频免费看 | 亚欧在线一线 | 欧美成人观看免费完全 | 1314亚洲人成网站在线观看 | 国产成人综合洲欧美在线 | 一级片免费在线观看视频 | 亚洲天堂网站 | 精品久久久久久国产 | 桃花岛亚洲精品tv自拍网站 | 亚洲欧美久久一区二区 | 欧美日韩精彩视频 | 91视频看 | 美国一级毛片a | 香蕉视频黄色片 | 日韩欧美 在线播放 | 精品亚洲视频在线 | 亚洲精品天堂在线 | 欧美另类高清 videos | 一级黄色免费网站 | 欧美精品在线一区二区三区 | 欧美xxxxw| 亚洲香蕉伊在人在线观看9 亚洲香蕉一区二区三区在线观看 |