指标公式详细说明
好公式网(www.goodgongshi.com)告诉您:当前正要下载:天机版操盘手公式 飞狐天机指标 源码
天机版操盘手
ema13:ema(c,13),colorwhite;
ema21:ema(c,21),coloryellow;
ema34:ema(c,34),colorff00ff;
ema60:ma(c,60),colorffcc66;
x1:=(c+l+h)/3;
x2:=ema(x1,6);
x3:=ema(x2,5);
stickline(x2>x3 and c>ema13,low,high,0.1,1),colorred;
stickline(x2>x3 and c>ema13,close,open,3,1),colorred;
stickline(x2<x3 and c<ema13,low,high,0.1,1),colorffff52;
stickline(x2<x3 and c<ema13,close,open,3,0),colorffff52;
gr1:=barslast(between("bias.bias2"(6,13,24),0,5));
gr2:=ema13>ema21 and ema21>ema34 and ema13>ref(ema13,1);
gr3:=count("bias.bias2"(6,13,24)>10 and h=hhv(h,gr1),gr1);
gr4:=h=hhv(h,gr1);
gr5:="macd.macd"(9,17,8)<ref("macd.macd"(9,17,8),1);
gr6:=gr2 and gr3 and gr4;
gr7:=gr2 and gr3 and gr4 and gr5;
gr8:=gr6 and gr7;
lc := ref(close,1);
rsi6:=sma(max(close-lc,0),6,1)/sma(abs(close-lc),6,1)*100;
bias5:=(close-ma(close,13))/ma(close,13)*100;
换手:=100*v/capital;
bb13:=atan(ema13-ref(ema13,1))*3.1416*10;
ema8:=ema(c,8);
aa1:=amount/vol;
bb1:=l<aa1*0.9;
cc1:=(c-ref(c,1))/ref(c,1)*100>1.2;
dd1:=l<ma(c,6)*0.921;
ee1:=vol<ma(v,5)*1.5;
ff1:=bb1 and cc1 and dd1 and ee1;
drawtext(ff1,l*0.99,'买点'),color00ff00;
stickline(ff1,h,l,0.3,0),color00ff00;
stickline(ff1,o,c,3,1),linethick2,color00ff00;
a2:=(c-ref(c,1))/ref(c,1)*100<1.02;
a3:=h>ma(c,5)*1.12;
aa:= a2 and a3;
drawtext(aa,h*1.05,'卖点'),colorff0000;
stickline(aa,h,l,3,0),colorff0000;
>>>使用本站搜索工具可以找到更多“天机版操盘手公式 飞狐天机指标 源码”