指标公式详细说明
好公式网(www.goodgongshi.com)告诉您:当前正要下载:股市搏击主公式详解 通达信搏击
股市搏击(主)
上线:=sma(c,6.5,1);
下线:=sma(c,13.5,1);
上线1:=sma(c,3,1);
下线1:=sma(c,8,1);
stickline(上线>下线 , 上线,下线 ,2.5, 0),colorred,linethick2;
stickline(下线>上线,上线,下线,2.5,0),coloryellow,linethick2;
drawtext( cross(上线,下线),low *0.98,'全仓买' ),color00ff00;
drawtext(cross(下线1,上线1),h*1.02,'清仓'),coloryellow;
bbi:=(ma(close,3)+ma(close,6)+ma(close,12)+ma(close,24))/4;
upr:=bbi+3*std(bbi,13),linethick2;
dwn:=bbi-3*std(bbi,13);
安全:=ma(close,60),linethick2;
lc:=ref(close,1);
rsi:=sma(max(close-lc,0),6,1)/sma(abs(close-lc),6,1)*100;
drawtext( cross(82,rsi) , high*1.02,'减仓') ,colorff9966,linethick2;
a7:=(2*c+h+l)/4;
操作:ma(a7,5),linethick2;
操作1:=ma(a7,5)*1.03,linethick2;
操作2:=ma(a7,5)*0.97,linethick2;
var1:llv(a7,21);
var2:hhv(a7,21);
sk:=ema((a7-var1)/(var2-var1)*100,7);
sd:=ema(0.667*ref(sk,1)+0.333*sk,5);
drawtext(if(count(close<ref(close,1),8)/8>6/10 and vol>=1.5*ma(vol,5) and
count(sk>=sd,3) and ref(low,1)=llv(low,120),1,0),low*0.98,'买进') ,color0099ff;
drawtext(if(count(close<ref(close,1),13)/13>6/10 and
count(sk>sd,6) and ref(low,5)=llv(low,120) and ref(close>=open,4) and
ref(close>open,3) and ref(close>open,2) andref(open>close,1) and
open>ref(close,1),1,0),low*0.98,'买进') ,coloryellow;
d:=ma(close,80)-ma(close,10)/3;
drawtext(if(close<d and vol/240>ma(vol,5)/240 and close>ref(close,1)*1.08
and close<ma(close,13)*1.3,1,0),low*0.98,'抄底'),coloryellow;
>>>使用本站搜索工具可以找到更多“股市搏击主公式详解 通达信搏击”