自用主图量能+macd自用主图
{m1 21000 5m221000 10m32100020m421000 60m521000120m621000 250}
ma1:ma(close,m1);
ma2:ma(close,m2);
ma3:ma(close,m3);
ma4:ma(close,m4);
ma5:ma(close,m5);
ma6:ma(close,m6);
量:=vol/((high-low)*2-abs(close-open));
volume:=量;
买量:=if(close>open,量*(high-low),if(close<open,量*((high-open)+(close-low)),vol/2));
卖量:=(if(close>open,0-量*((high-close)+(open-low)),if(close<open,0-量*(high-low),0-vol/2)))*-1;
总量:=(买量+卖量);
净量:=买量-卖量>0;
短量:=量-总量>0;
拉升净买入黄色:=0,coloryellow,nodraw;吸筹冲顶红色:=0,colorred,nodraw;短买量:=0,colormagenta,nodraw;
h0:=const(hhv(h,120))*1;
l0:=const(llv(l,120))*1;
m0:=const((h0+l0)/2);
h1:=if(const(c)<m0,l0-(h0-l0)*0.4,l0-(h0-l0)*0.4),colorred;
l1:=l0;amax:=max(h1,l1);
amin:=min(h1,l1);
amn1:=(amax+amin)/2;
amn2:=(amax-amin);
amn3:=hhv(v,250)/2;
amn4:=hhv(v,250);
vz:=(v-amn3)*amn2/amn4+amn1;
vza:=(买量-amn3)*amn2/amn4+amn1;
stickline(c>=o,vz,(0-amn3)*amn2/amn4+amn1,1,1),colorred;
stickline(c<o,vz,(0-amn3)*amn2/amn4+amn1,1,0),colorcyan;
stickline(买量,vza,(0-amn3)*amn2/amn4+amn1,0.8,0),colorred;
stickline(净量,vza,(0-amn3)*amn2/amn4+amn1,0.8,0),coloryellow;
stickline(短量,vza,(0-amn3)*amn2/amn4+amn1,0.8,0),colormagenta;
-----------------------------------------------------------------------------------
附图
{macd 5分}
分diff:="macd.dif#min5"(10,22,7.5);
分deaf:="macd.dea#min5"(10,22,7.5);
macd分:2*(分diff-分deaf),nodraw;
drawband(分diff,rgb(255,157,255),分deaf,rgb(21,138,255));
stickline(macd分>0,0,macd分,0.01,0) ,color0000ff;
stickline(macd分<0,0,macd分,0.01,0) ,colorfff000;
gmb:if(cross(分diff,分deaf) and 分diff>0,-0.02,drawnull),crossdot,linethick3,color0000ff;
gmc:if(cross(分diff,分deaf) and 分diff<0,-0.02,drawnull),crossdot,linethick3,color208fff;
0,colorffff00,linethick1;
---------------------------------------------------------------------------------------------------
{macd 15分}
分diff:="macd.dif#min15"(10,22,7.5);
分deaf:="macd.dea#min15"(10,22,7.5);
macd分:2*(分diff-分deaf),nodraw;
drawband(分diff,rgb(255,157,255),分deaf,rgb(21,138,255));
stickline(macd分>0,0,macd分,0.01,0) ,color0000ff;
stickline(macd分<0,0,macd分,0.01,0) ,colorfff000;
gmb:if(cross(分diff,分deaf) and 分diff>0,-0.02,drawnull),crossdot,linethick3,color0000ff;
gmc:if(cross(分diff,分deaf) and 分diff<0,-0.02,drawnull),crossdot,linethick3,color208fff;
0,colorffff00,linethick1;
--------------------------------------------------------------------------------------------------------------
{macd 30分}
分diff:="macd.dif#min30"(10,22,7.5);
分deaf:="macd.dea#min30"(10,22,7.5);
macd分:2*(分diff-分deaf),nodraw;
drawband(分diff,rgb(255,157,255),分deaf,rgb(21,138,255));
stickline(macd分>0,0,macd分,0.01,0) ,color0000ff;
stickline(macd分<0,0,macd分,0.01,0) ,colorfff000;
gmb:if(cross(分diff,分deaf) and 分diff>0,-0.02,drawnull),crossdot,linethick3,color0000ff;
gmc:if(cross(分diff,分deaf) and 分diff<0,-0.02,drawnull),crossdot,linethick3,color208fff;
0,colorffff00,linethick1;
------------------------------------------------------------------------------------------------------
{macd 60分}
分diff:="macd.dif#min60"(10,22,7.5);
分deaf:="macd.dea#min60"(10,22,7.5);
macd分:2*(分diff-分deaf),nodraw;
drawband(分diff,rgb(255,157,255),分deaf,rgb(21,138,255));
stickline(macd分>0,0,macd分,0.01,0) ,color0000ff;
stickline(macd分<0,0,macd分,0.01,0) ,colorfff000;
gmb:if(cross(分diff,分deaf) and 分diff>0,-0.02,drawnull),crossdot,linethick3,color0000ff;
gmc:if(cross(分diff,分deaf) and 分diff<0,-0.02,drawnull),crossdot,linethick3,color208fff;
0,colorffff00,linethick1;
使用【macd】5分 15分 30分 60分跨周期在同一图表看盘,做t和做短,使你更清楚自己要做什麽。体验60分与30分如图
------------------------------------------------------------------------------------------------
主力进出公式
v1:=(c*2+h+l)/4;
v2:=ema(v1,13)-ema(v1,34);
v3:=ema(v2,5);
v4:=2*(v2-v3)*5.5;
主力开始出: if(v4<=0,v4,0),colorgreen,linethick2;
主力开始进: if(v4>=0,v4,0),colorred,linethick2;
v5:=(hhv(indexh,8)-indexc)/(hhv(indexh,8)-llv(indexl,8))*8;
v6:=ema(3*v5-2*sma(v5,18,1),5);
v7:=(indexc-llv(indexl,8))/(hhv(indexh,8)-llv(indexl,8))*10;
v8:=(indexc*2+indexh+indexl)/4;
v9:=ema(v8,13)-ema(v8,34);
va:=ema(v9,3);
vb:=(v9-va)/2;
本文仅仅提供源码,并无公式提供下载
上一指标公式:趋势射线主图图指标详解 通达信源码趋势
下一指标公式:金牌威廉副图指标详解 通达信金牌源码
☉ 好公式网发布的指标公式主要用于软件技术面分析,仅供参考,勿用于实际操作,据此操作风险自负!
☉ 解压密码:www.goodgongshi.com 就是好公式网域名,希望大家看清楚,切勿输错。
☉ tnc和tni格式指标公式,仅可以用通达信软件引入使用,例如可以用通达信软件引入使用指标公式;
☉ tne格式指标公式,仅可以用通达信软件公式编辑器5.0版导入,高版本兼容低版本;
☉ fnc格式指标公式,可以用大智慧软件新一代高速行情分析系统股票软件使用,少部分可以用分析家软件引入使用;
☉ alg格式指标公式,仅仅可以用飞狐交易师软件引入使用;exp格式指标公式,仅可以用大智慧经典版软件引入使用;
☉ hxf格式指标公式,仅可以用同花顺软件引入使用。
☉ 如果您发现下载软件链接错误,请联系管理员报告错误。
☉ 好公式网欢迎各位网友帮忙宣传转发本站网址,有您的支持,我们会做得更好!
☉ 本文自用主图量能+MACD每天收盘要下载5分钟数据指标详解 通达信自用收盘仅供学习研究。