通达信公式多空通道副图量化仓位控制附源码测试图指标
drawtext_fix(1,0.00,0.00,0,'【★★仓位控制的量化标准★★】'),colorff00ff;
drawtext_fix(1,0.00,0.05,0,'【★★1、粉+红=满,2、粉+绿=6,3、蓝+红=4,4、蓝+绿=空★★】'),color00ffff;
ahc1:=close*vol;
ahc2:=ema((expma(ahc1,3)/expma(vol,3)+expma(ahc1,6)/expma(vol,6)+expma(ahc1,12)/expma(vol,12)+expma(ahc1,24)/expma(vol,24))/4,13),pointdot,coloryellow;
ahc22:=ema((expma(ahc1,27)/expma(vol,27)+expma(ahc1,54)/expma(vol,54)+expma(ahc1,108)/expma(vol,108)+expma(ahc1,216)/expma(vol,216))/4,11),pointdot,colorwhite;
天线1:ahc2*1.01;
天线3:ahc2*0.97;
notext天线01:if(天线1>ref(天线1,1),天线1,drawnull),colorred;
notext天线11:if(天线1<ref(天线1,1),天线1,drawnull),colorgreen;
notext天线03:if(天线3>ref(天线3,1),天线3,drawnull),colorred;
notext天线13:if(天线3<ref(天线3,1),天线3,drawnull),colorgreen;
stickline(天线1>ref(天线1,1),天线1,天线3,0,0),colorred;
stickline(天线1<ref(天线1,1),天线1,天线3,0,0),colorgreen;
空:=ref(c,1)>ref(天线3,1) and c<天线3;
多:=ref(c,1)<ref(天线1,1) and c>天线1;
空1:=tfilter(多,空,2);
多1:=tfilter(多,空,1);
drawtext(空1,天线1*1.04,'空'),colorgreen;
drawtext(多1,天线3*0.96,'多'),colorred;
drawicon(空1,天线1*1.02,2);
drawicon(多1,天线3*0.98,1);
天线12:=ahc22;
天线32:=ahc22*0.97;
notext天线012:if(天线12>ref(天线12,1),天线12,drawnull),colormagenta;
notext天线112:if(天线12<ref(天线12,1),天线12,drawnull),colorblue;
notext天线032:if(天线32>ref(天线32,1),天线32,drawnull),colormagenta;
notext天线132:if(天线32<ref(天线32,1),天线32,drawnull),colorblue;
stickline(天线12>ref(天线12,1),天线12,天线32,0,0),colormagenta;
stickline(天线12<ref(天线12,1),天线12,天线32,0,0),colorblue;
drawkline(high,open,low,close);
a1:=c>ref(c,4);
nt:=barslastcount(a1);
tj11:=nt=9;
tj13:=islastbar and between(nt,5,8);
ay:=(backset(tj11>0,9) or backset(tj13>0,nt))*nt;
drawtext(ay>0,h,var2str(ay,0)),colorff00ff;
drawtext(nt=9,h,'s'),colorgreen;
drawtext(nt=9,max(h,ref(c,1)),'------阻力线-----'),colorwhite;
bf:=max(h,ref(c,1))+max(h-l,max(h-ref(c,1),ref(c,1)-l));
drawtext(nt=9,bf,'------纠错-----'),colorwhite;
b1:=c<ref(c,4);
nt0:=barslastcount(b1);
tj21:=nt0=9 ;
tj23:=islastbar and between(nt0,5,9);
ay1:=(backset(tj21>0,9) or backset(tj23>0,nt0))*nt0;
drawtext(ay1>0,l,var2str(ay1,0)),colorff00ff;
drawtext(nt0=9,l,'b'),colorgreen;
drawtext(nt0=9,min(l,ref(c,1)),'------支撑线-----'),colorwhite;
zs:=min(l,ref(c,1))-max(h-l,max(h-ref(c,1),ref(c,1)-l));
drawtext(nt0=9,zs,'------止损-----'),colorwhite;
上一指标公式:通达信公式卖股找我副图附测试效果图指标下载
下一指标公式:通达信KDJ合并主力进场副图附实测图指标下载
☉ 好公式网发布的指标公式主要用于软件技术面分析,仅供参考,勿用于实际操作,据此操作风险自负!
☉ 解压密码:www.goodgongshi.com 就是好公式网域名,希望大家看清楚,切勿输错。
☉ tnc和tni格式指标公式,仅可以用通达信软件引入使用,例如可以用通达信软件引入使用指标公式;
☉ tne格式指标公式,仅可以用通达信软件公式编辑器5.0版导入,高版本兼容低版本;
☉ fnc格式指标公式,可以用大智慧软件新一代高速行情分析系统股票软件使用,少部分可以用分析家软件引入使用;
☉ alg格式指标公式,仅仅可以用飞狐交易师软件引入使用;exp格式指标公式,仅可以用大智慧经典版软件引入使用;
☉ hxf格式指标公式,仅可以用同花顺软件引入使用。
☉ 如果您发现下载软件链接错误,请联系管理员报告错误。
☉ 好公式网欢迎各位网友帮忙宣传转发本站网址,有您的支持,我们会做得更好!
☉ 本文通达信公式多空通道副图量化仓位控制附源码测试图指标下载仅供学习研究。