看色操作 tdx主图 }
gj:=(c+h+l+o)/4;
明日阻力:=l+(gj-l)+(c-l);
明日支撑:=l+(c-gj);
今日阻力:=ref(明日阻力 , 1),linethick0;
今日支撑:=ref(明日支撑 , 1),linethick0;
年:ma(close,26),pointdot,colorred,linethick5;
if(年<ref(年,1),年,drawnull),pointdot,colorgreen,linethick5;
drawkline(high,open,low,close);
stickline(open>=close ,close ,open,2.8,0 ),colorffaa00;
stickline(close>open,close,open,2.8,0) ,color000099;
var9q:= (hhv(c,4) and ref(c,1)>=ref(c,2))
or ( hhv(c,4) and ref(c,1)>=ref(c,3))
or (ref(c,1)=hhv(c,4) and close>=ref(c,2))
or (ref(c,2)=hhv(c,4) and ref(c,3)=llv(c,4) and c>=ref(c,1))
or (ref(c,3)=hhv(c,4) and c>=ref(c,1) and c>=ref(c,2));
红持:=var9q,color0000ff,linethick0;
drawtext(islastbar and 红持,今日阻力,'——红持'),color0000dd;
stickline(var9q,c,(o+c)/2,2.8,0),color0000dd;
varaq:=c>=hhv(c,4) and (ref(c,1)=llv(c,4));
粉变:=varaq;
drawtext(islastbar and 粉变,今日阻力,'—— 粉变'),colorff66ff;
stickline(varaq,c,(o+c)/2,2.8,0),colorff66ff;
varbq:=c=llv(c,4) and (ref(c,1)<ref(c,2) or ref(c,1)<ref(c,3))
or ref(c,1)=llv(c,4) and c<ref(c,2)
or ref(c,2)=llv(c,4) and ref(c,1) != hhv(c,4) and c<ref(c,1)
or ref(c,3)=llv(c,4) and c<ref(c,1) and c<ref(c,2);
灰跌:=varbq;
drawtext(islastbar and 灰跌,今日支撑,'——灰跌'),coloraaaaaa;
stickline(varbq,c,(o+c)/2,2.8,0),coloraaaaaa;
varcq:=(ref(c,1)=llv(c,4) and c>=ref(c,2))
or (ref(c,2)=llv(c,4) and ref(c,1)<=ref(c,3) and ref(c,2)<ref(c,4) and c>=ref(c,1));
绿买:=varcq;
drawtext(islastbar and 绿买,今日支撑,'—— 绿买'),color008800;
stickline(varcq,o,(o+c)/2,2.8,0),color008800;
vardq:=ref(c,1)=hhv(c,4) and c<ref(c,2)
or (ref(c,2)=hhv(c,4) and ref(c,1)>ref(c,3)and ref(c,2)>=ref(c,4) and c<ref(c,1))
or (ref(c,3)=hhv(c,4) and ref(c,1)>ref(c,2)
and ref(c,2)>=ref(c,4) and c<ref(c,1));
蓝抛:=vardq;
drawtext(islastbar and 蓝抛,今日阻力,'—— 蓝抛'),color008800;
stickline(vardq,o,(o+c)/2,2.8,0),colorff6600;
stickline(c>0,o,c,0,0),colorffffff;
上一指标公式:成交副图指标公式详解 通达信成交
下一指标公式:百分线-主图指标公式详解 通达信源码
☉ 好公式网发布的指标公式主要用于软件技术面分析,仅供参考,勿用于实际操作,据此操作风险自负!
☉ 解压密码:www.goodgongshi.com 就是好公式网域名,希望大家看清楚,切勿输错。
☉ tnc和tni格式指标公式,仅可以用通达信软件引入使用,例如可以用通达信软件引入使用指标公式;
☉ tne格式指标公式,仅可以用通达信软件公式编辑器5.0版导入,高版本兼容低版本;
☉ fnc格式指标公式,可以用大智慧软件新一代高速行情分析系统股票软件使用,少部分可以用分析家软件引入使用;
☉ alg格式指标公式,仅仅可以用飞狐交易师软件引入使用;exp格式指标公式,仅可以用大智慧经典版软件引入使用;
☉ hxf格式指标公式,仅可以用同花顺软件引入使用。
☉ 如果您发现下载软件链接错误,请联系管理员报告错误。
☉ 好公式网欢迎各位网友帮忙宣传转发本站网址,有您的支持,我们会做得更好!
☉ 本文看色操作指标公式详解 通达信操作仅供学习研究。