飞狐南山K线主图公式源码
-
相关简介:飞狐南山K线主图公式源码 aa1:=wma(c,2);//短加权均线 bb1:=ema(aa1,2);//平滑 a:=ma(bb1,3);//平均 aa2:=wma((h+c+o)/3,18);//长加权均线 dd3:=a=aa2 and caa2;//短长,且收长 dd4:=aaa2 ;//短长 dd5:=aaa2 ;//短长 Var1:=ema(c,3); Var2:=ema(c,8); STICKLINE((dd4 or dd5) and oc ,h,l,0.5,0),Color00cc9
-
文章来源:股海网作者:股海网发布时间:2014-04-11浏览次数:
飞狐南山K线主图公式源码
aa1:=wma(c,2);//短加权均线
bb1:=ema(aa1,2);//平滑
a:=ma(bb1,3);//平均
aa2:=wma((h+c+o)/3,18);//长加权均线
dd3:=a>=aa2 and c>aa2;//短>长,且收>长
dd4:=a<aa2 ;//短<长
dd5:=a>aa2 ;//短>长
Var1:=ema(c,3);
Var2:=ema(c,8);
STICKLINE((dd4 or dd5) and o<c ,h,l,0.5,0),Color00cc99;//跌势阳线
STICKLINE((dd4 or dd5) and o<c ,c,o,7,0),Color00cc99;//跌势阳线
STICKLINE((dd4 or dd5) and o>c ,h,l,0.5,0),Color3F8C3A;//跌势阴线
STICKLINE((dd4 or dd5) and o>c ,c,o,7,0),Color3F8C3A;//跌势阴线
STICKLINE((dd3 or c>aa2) and o<c,c,o,7,0),Colorred;//涨势阳线
STICKLINE((dd3 or c>aa2) and o<c,h,l,0.5,0),Colorred;//涨势阳线
STICKLINE((dd3 or c>aa2) and o>c,c,o,7,0),Colorff33ff;//涨势阴线
STICKLINE((dd3 or c>aa2) and o>c,h,l,0.5,0),Colorff33ff;//涨势阴线