最新公告
  • 欢迎您光临九毛八公式指标网www.9m8.cn,本站全新改版试运行,期间内容全部免费,欢迎下载!欢迎加入本站VIP
  • 大智慧变色K柱主图指标公式

    正文概述    2024-04-13 01:05:58  

    DRAWTEXTREL(480{左右},65{高低},'〖操盘专用〗'),color9acD32;
    DRAWTEXTREL(340,130,'高开高走为一根红柱,高开低走收红为黄柱,高开低走收绿为上黄下绿柱,'),Color8285FF;
    DRAWTEXTREL(340,165,'低开低走收绿蓝色,低开高走收绿淡蓝色柱,低开高走收红下淡蓝上红柱。'),Color8285FF;
    {DRAWTEXTAbs}DRAWTEXTREL(16,950,STKLABEL+' ※'+STKNAME+' '+BKNAME),LINETHICK2,COLOR00FFFF;
    工作14日线:EMA(CLOSE,14),colorgreen,linethick1;
    持股35日线:EMA(CLOSE,35),colorred,linethick2;
    IF BARSTATUS=2 and v>ref(v,1) and ma(v,5)>ref(ma(v,5),1) THEN
    DRAWTEXTREL(698,950,'※ 今日成交量大于昨日,且有继续增大趋势!'),LINETHICK2,Color8285FF;
    IF BARSTATUS=2 and vref(ma(v,5),1) THEN
    DRAWTEXTREL(698,950,'※ 今日成交量小于昨日,但有放大迹象!'),LINETHICK2,Color8285FF;
    IF BARSTATUS=2 and v>ref(v,1)and ma(v,5) DRAWTEXTREL(698,950,'※ 今日成交量大于昨日, 但有缩小迹象!'),LINETHICK2,Color8285FF;
    IF BARSTATUS=2 and v DRAWTEXTREL(698,950,'※ 今日成交量小于昨日,且有缩小迹象!'),LINETHICK2,Color8285FF;
    X1:=(C+L+H)/3;
    BB13:=ATAN(EMA(X1,13)-REF(EMA(X1,13),1))*3.1416*10;
    EMA8:=EMA(C,8);
    DRAWTEXT(FILTER(BB13>1 AND EMA(X1,13)>REF(EMA(X1,8),1),10),EMA8,'∠45上升'),COLORWHITE;
    AA1:=AMOUNT/V;
    BB1:=L CC1:=(C-REF(C,1))/REF(C,1)*100>1.2;
    DD1:=L EE1:=V FF1:=BB1 AND CC1 AND DD1 AND EE1;
    DRAWTEXT(FF1,(LOW* 0.96),'老鼠仓'),COLOR4080FF;
    A51:=3*SMA((C-LLV(L,55))/(HHV(H,55)-LLV(L,55))*100,5,1)-2*SMA((C-LLV(L,55))/(HHV(H,55)-LLV(L,55))*100,5,1);
    黑马线:=EMA(A51,5);
    A54:=((C-LLV(L,21))/(HHV(H,21)-LLV(L,21)))*100;
    趋势线:=(MA(3*SMA(A54,6,1)-2*SMA(SMA(A54,5,1),5,1),2));
    DRAWTEXT(crOSS(趋势线,0) AND 黑马线<40,(LOW * 0.96),'▲大黑马'),COLORYELLOW;
    LC:=REF(CLOSE,1);
    rsi:=((SMA(MAX((CLOSE - LC),0),3,1) / SMA(ABS((CLOSE - LC)),3,1)) * 100);
    FF:=EMA(CLOSE,3);
    MA15:=EMA(CLOSE,21);
    DRAWTEXT(CROSS(FF,MA15),(LOW * 0.96),'底背离'),COLORA6E500;
    DRAWTEXT(CROSS(88,RSI),(HIGH * 1.04),'顶背离'),COLOR1880FF;
    VAR2:=LLV(LOW,27);
    VAR3:=HHV(HIGH,34);
    VAR4:=EMA((CLOSE-VAR2)/(VAR3-VAR2)*4,4)*25;
    注意买:=IF((VAR4<10),80,100);
    RSV:=(C-LLV(L,9))/(HHV(H,9)-LLV(L,9))*100;
    K:=SMA(RSV,3,1);
    D:=SMA(K,3,1);
    J:=3*K-2*D;
    超跌:=IF(J<0,10,0);
    BDDD:=LLV(J,2)=LLV(J,8);
    买入:=IF(CROSS(J,REF(J+0.01,1)) AND BDDD AND J<20,30,0);
    DRAWTEXT(买入 AND 注意买=100 AND 超跌=0,LOW*0.96,'短线'),COLOR8000FF;
    mtm:=C-REF(C,1);
    DX:=100*EMA(EMA(MTM,6),6)/EMA(EMA(ABS(MTM),6),6);
    买:=IF(LLV(DX,2)=LLV(DX,7) AND COUNT(DX<0,2) AND CROSS(DX,MA(DX,2)),1,0);
    DRAWTEXT(FILTER(买=1,5),LOW*0.96,'拉升'),COLORFFDE00;
    {高开低走收红}
    STICKLINE(open>=CLOSE and close>=REF(CLOSE,1),close,open,8,0),color0033ff;
    STICKLINE(open>=CLOSE and close>=REF(CLOSE,1),close,open,7,0),color0066ff;
    STICKLINE(open>=CLOSE and close>=REF(CLOSE,1),close,open,5.8,0),color0099ff;
    STICKLINE(open>=CLOSE and close>=REF(CLOSE,1),close,open,4.4,0),color00bbff;
    STICKLINE(open>=CLOSE and close>=REF(CLOSE,1),close,open,2.8,0),color00ddff;
    STICKLINE(open>=CLOSE and close>=REF(CLOSE,1),close,open,1,0),color00ffff;
    {-股票公式网站 }
    {高开高走收红}
    STICKLINE(open>=REF(CLOSE,1) and close>=REF(CLOSE,1) and open<=close,open,close,8,0),color000055;
    STICKLINE(open>=REF(CLOSE,1) and close>=REF(CLOSE,1) and open<=close,open,close,7,0),color000077;
    STICKLINE(open>=REF(CLOSE,1) and close>=REF(CLOSE,1) and open<=close,open,close,5.8,0),color000099;
    STICKLINE(open>=REF(CLOSE,1) and close>=REF(CLOSE,1) and open<=close,open,close,4.4,0),color0000bb;
    STICKLINE(open>=REF(CLOSE,1) and close>=REF(CLOSE,1) and open<=close,open,close,2.8,0),color0000dd;
    STICKLINE(open>=REF(CLOSE,1) and close>=REF(CLOSE,1) and open<=close,open,close,1,0),color0000ff;
    {高开低走收绿}
    STICKLINE(open>=REF(CLOSE,1) and close STICKLINE(open>=REF(CLOSE,1) and close STICKLINE(open>=REF(CLOSE,1) and close STICKLINE(open>=REF(CLOSE,1) and close STICKLINE(open>=REF(CLOSE,1) and close STICKLINE(open>=REF(CLOSE,1) and close {高开低走收绿}
    STICKLINE(open>=REF(CLOSE,1) and close STICKLINE(open>=REF(CLOSE,1) and close STICKLINE(open>=REF(CLOSE,1) and close STICKLINE(open>=REF(CLOSE,1) and close STICKLINE(open>=REF(CLOSE,1) and close STICKLINE(open>=REF(CLOSE,1) and close {低开低走收绿}
    STICKLINE(open STICKLINE(open STICKLINE(open STICKLINE(open STICKLINE(open STICKLINE(open {低开高走收绿}
    STICKLINE(close>open and close<=REF(CLOSE,1),open,close,8,0),colorff5500;
    STICKLINE(close>open and close<=REF(CLOSE,1),open,close,7,0),colorff7700;
    STICKLINE(close>open and close<=REF(CLOSE,1),open,close,5.8,0),colorff9911;
    STICKLINE(close>open and close<=REF(CLOSE,1),open,close,4.4,0),colorffbb22;
    STICKLINE(close>open and close<=REF(CLOSE,1),open,close,2.8,0),colorffdd33;
    STICKLINE(close>open and close<=REF(CLOSE,1),open,close,1,0),colorffff33;
    {低开高走收红}
    STICKLINE(close>REF(CLOSE,1) and open STICKLINE(close>REF(CLOSE,1) and open STICKLINE(close>REF(CLOSE,1) and open STICKLINE(close>REF(CLOSE,1) and open STICKLINE(close>REF(CLOSE,1) and open STICKLINE(close>REF(CLOSE,1) and open {低开高走收红}
    STICKLINE(close>REF(CLOSE,1) and open STICKLINE(close>REF(CLOSE,1) and open STICKLINE(close>REF(CLOSE,1) and open STICKLINE(close>REF(CLOSE,1) and open STICKLINE(close>REF(CLOSE,1) and open STICKLINE(close>REF(CLOSE,1) and open


    九毛八公式指标,一个优质的公式指标平台!
    九毛八公式指标 » 大智慧变色K柱主图指标公式 加入收藏