大智慧稳妥买卖点指标公式

I:=(MIN(CLOSE,OPEN)-LOW)/(HIGH-LOW)>0.667 and v<capital/100;
长下影:if(I,1,0),coloryellow;
J:=max(open,close)>max(ref(open,1),ref(close,1)) and h>ref(h,1)
and l<ref(l,1) and v>=ref(v,1) and v<=capital/100;
抱线:if(J,1,0),colorf00ff0;
{向下空跳三段新低值线}
M:=ref(h,2)<ref(l,3) and ref(l,1)<ref(l,2) and l<ref(l,1)
and v<capital/100 and ref(v,1)<capital/100 and ref(v,2)<capital/100;
下空跳三段新低:if(M,1,0),colorblue;
K:=REF(CLOSE,2)>REF(OPEN,2) AND
REF(CLOSE,1)>REF(OPEN,1) AND
CLOSE>OPEN AND REF(CLOSE,1)>REF(CLOSE,2) AND
CLOSE>REF(CLOSE,1) and v>ref(v,1) and ref(v,1)>ref(v,2)
and (close-open)<0.05*ref(open,1) and (ref(close,1)-ref(open,1))<0.05*ref(open,2)
and (ref(close,2)-ref(open,2))<0.05*ref(open,3);
DRAWTEXTAbs(5,5,' '),linethick1,COLOR00EEff;
红三兵:if(K,1,0),colorred;
N:=max(open,close)<min(ref(open,1),ref(close,1)) and v<capital/50 and
abs(ref(open,1)-ref(close,1))>(ref(h,1)-ref(l,1))/2 and abs(open-close)<(h-l)/2;
向下跳空星线: if(N,1,0),color00ff00;
DDD:=MA(CLOSE,5);
GGG:=MA(CLOSE,10);
UUU:=MA(CLOSE,20);
VVV:=MA(CLOSE,60);
A1:=OPEN<DDD and OPEN<GGG and OPEN<UUU and OPEN<VVV;
A2:=CLOSE>DDD and CLOSE>GGG and CLOSE>UUU and CLOSE>VVV;
P:=A1 AND A2 AND V>=CAPITAL/40 ;
摇橹线:if(P,1,0),colorf0f000;
ZZZ:=max(open,close)<max(ref(open,1),ref(close,1)) and h<ref(h,1)
and l>ref(l,1) and v<=capital/100 and v<ref(v,1);
孕线:if(ZZZ,1,0),colorgreen;



未来函数检测结果如下:
该公式包含未来函数:CAPITAL
解密、编写股票、期货策略请联系QQ或微信同号:88652583
相关股票指标公式

联系我们  |  股票指标网  |  指标网   |  指标公式  |   加入收藏   |  设为主页

@2005-2023 粤ICP备2023063687号-2 股票指标网别名指标网仅为互联网文章,所有股票指标公式及文章仅供学习研究,并不构成投资建议,请勿以此为依据进行股票交易,由此引起的投资亏损与本站无关。股票指标网均来源互联网收集整理,如不慎侵犯了你的权益,请联系我们告知,我们将做删除处理
QQ:88652583 微信 88652583
sitemap站点地图