指标公式详细说明
好公式网(www.goodgongshi.com)告诉您:当前正要下载:优化135主图公式 飞狐优化指标 源码
var1:=(low+high+close+o)/4;操作:ma(var1,5),color00ffff,linethick2;
涨:if(ma(var1,5)>ref(ma(var1,5),1),ma(var1,5),drawnull),colorred,linethick2;
平:if(ma(var1,5)=ref(ma(var1,5),1),ma(var1,5),drawnull),color00ffff,linethick3;
跌:if(ma(var1,5)<ref(ma(var1,5),1),ma(var1,5),drawnull),colorwhite,linethick2;
ema13:ema(c,13),colorff00ff;
ema21:ema(c,21),coloryellow;
ema34:ema(c,34),colorffcc66;
ema89:ema(c,89),colorblue;drawtext(cross(ema13,ema34),ema34*0.98,'霸占'),color0000ff;
ss:=cross(var1,ema13) and c>o and c>ref(c,1) and c/ref(c,1)>=1.018
or cross(ema13,ema21) and c>o and c>ref(c,1) and c/ref(c,1)>=1.018
or cross(ema21,ema34) and c>o and c>ref(c,1) and c/ref(c,1)>=1.018
or cross(ema34,ema89) and c>o and c>ref(c,1) and c/ref(c,1)>=1.018 ;
drawicon(ss,l-0.04,1);
dd:=cross(ema13,ema21) and c>o and c>ref(c,1) and c/ref(c,1)>=1.018
or cross(ema13,ema89) and c>o and c>ref(c,1) and c/ref(c,1)>=1.018
or cross(ema21,ema89) and c>o and c>ref(c,1) and c/ref(c,1)>=1.018
or cross(ema21,ema89) and c>o and c>ref(c,1) and c/ref(c,1)>=1.018 and cross(var1,ema89);
{dd:=cross(ema5,ema89);}
drawicon(dd,l-0.04,3);
lx:=(46.18*ema(close,10)-31.82*ema(close,3))/14.36,linethick1;
j:=sum(vol*close,5)/sum(vol,5);
m:=ema(j,2),colorwhite,linethick1;
drawicon((cross(m,lx)),lx,10);
drawtext((cross(m,lx)),lx,' ←介,'),colorred;
b:=zig(3,50/5)*1,colorwhite;
g:=ma(b,2),coloryellow;
d:=cross(b,g)*1000,colorred;
w:=cross(g,b)*1000,colorblue;
drawtext(w=1000,b*1.05,'卖' ),color00ff00;
drawtext(d=1000,b*0.93,'买'),colorred;maobv:=ma(obv,20),colorgreen;
if( c>ema13 and maobv>ref(maobv,1) ,ema13,drawnull),coloryellow,linethick3;
>>>使用本站搜索工具可以找到更多“优化135主图公式 飞狐优化指标 源码”