c1线上穿c3线且出现深红色柱子买入参考,c1线下穿c3线且出现蓝柱子减仓或清仓参考。
配合大盘,均线,成交量与其它指标使用。
typ := (if(isnull(high),close,high) + if(isnull(low),close,low) + close)/3;
ci:(typ-ma(typ,30))/(0.015*avedev(typ,30));
c2:ma(ci,4);
c3:ma(ci,10),linethick2;;
fillrgn(ci,c2,ci>c2,rgb(0,255,0,),ci<c2,colorgreen);
fillrgn(ci,c3,ci>c3,rgb(255,0,0,),ci<c3,colorgreen);
lc := ref(close,1);
di:=(ema(close,12) - ema(close,26))*200;
de:=ema(di,9);
macd:=2*(di-de);
rsv:=(close-llv(low,13))/(hhv(high,13)-llv(low,13))*400-200;
stickline(macd>0 and macd>ref(macd,1),macd,0,8,0),color0000aa;
stickline(macd>0 and macd<ref(macd,1),macd,0,8,0),color0090ff;
stickline(macd<0 and macd<ref(macd,1),macd,0,8,0),colorff0000;
stickline(macd<0 and macd>ref(macd,1),macd,0,8,0),colorff00a9;
diff:=ema(c,12)-ema(c,26);
dea:=ema(diff,9);//www.goodgongshi.com
第一红柱:cross(diff,dea),colorred,linethick2;
var1:=sma(amount/10,10,1)/10000;
var2:=ref(var1,1);
var1=hhv(var1,20);
多转空:=((((llv(macd,4)>0) and (macd<ref(macd,1))) and (ref(macd,1)>ref(macd,2))) and (ref(macd,2)>ref(macd,3)));
空转多:=((((hhv(macd,4)<0) and (macd>ref(macd,1))) and (ref(macd,1)<ref(macd,2))) and (ref(macd,2)<ref(macd,3)));
drawicon(多转空,macd,2);
drawicon(空转多,macd,1);
dif3:=ema(close,12)-ema(close,26);
dea3:=ema(dif3,9);
macd3 := 2*(dif3-dea3);
rsv:=(close-llv(low,9))/(hhv(high,9)-llv(low,9))*100;
k:=sma(rsv,3,1);
d:=sma(k,3,1);
j:=3*k-2*d;
止跌:macd3>ref(macd3,1) and ref(macd3,2)>=ref(macd3,1) and j<50 and c>ref(c,1) and c>o and j>ref(j,1);
上一指标公式:出击量柱指标公式下载 同花顺出击
下一指标公式:CCI修改副图指标公式下载 同花顺修改
☉ 好公式网发布的指标公式主要用于软件技术面分析,仅供参考,勿用于实际操作,据此操作风险自负!
☉ 解压密码:www.goodgongshi.com 就是好公式网域名,希望大家看清楚,切勿输错。
☉ tnc和tni格式指标公式,仅可以用通达信软件引入使用,例如可以用通达信软件引入使用指标公式;
☉ tne格式指标公式,仅可以用通达信软件公式编辑器5.0版导入,高版本兼容低版本;
☉ fnc格式指标公式,可以用大智慧软件新一代高速行情分析系统股票软件使用,少部分可以用分析家软件引入使用;
☉ alg格式指标公式,仅仅可以用飞狐交易师软件引入使用;exp格式指标公式,仅可以用大智慧经典版软件引入使用;
☉ hxf格式指标公式,仅可以用同花顺软件引入使用。
☉ 如果您发现下载软件链接错误,请联系管理员报告错误。
☉ 好公式网欢迎各位网友帮忙宣传转发本站网址,有您的支持,我们会做得更好!
☉ 本文MACD量能指标公式下载 同花顺指标MACD仅供学习研究。