好公式网用指标公式为投资注入科技力量!
您的位置:好公式网大智慧公式投机七剑公式下载 大智慧投机

投机七剑公式下载 大智慧投机

  • 指标公式类型:大智慧公式
  • 公式推荐星级:
  • 指标公式安全:已通过5款杀毒软件查杀,请放心下载!
  • 公式更新时间:2018-07-05 21:27:29
  • 指标公式标签:投机
  • 公式运行环境: WinXP/Win7/Win8/Win10/Win All
  • 指标公式语言:用简体中文编写

指标公式详细说明

好公式网(www.goodgongshi.com)告诉您:当前正要下载:投机七剑公式下载 大智慧投机

投机七剑

{七剑原码}
t1:100*(c-llv(l,5))/(hhv(c,5)-llv(l,5)),color0080ff;
t2:100*(c-llv(l,10))/(hhv(c,10)-llv(l,10)),color008000;
t3:100*(c-llv(l,20))/(hhv(c,20)-llv(l,20)),colorff8000;
t4:100*(c-llv(l,30))/(hhv(c,30)-llv(l,30)),color00ffff;

{白金} {白金星星点灯} {20t 10%100%}
aa1:=barslast(cross(30,t1))<2 and barslast(cross(t1,50))<2;
bb1:=barslast(cross(t4,t1))<2 and t1>t4;
ee1:=t1>60 and t4>70;
白金:aa1 and bb1 and ee1,linethick0,colorwhite;

{黄金} {黄金星星点灯} {20t 10% 94.05%}
aa2:=barslast(cross(50,t1))<3 and barslast(cross(t1,50))<3;
bb2:=barslast(cross(t4,t1))<2 and t1>t4;
黄金:aa2 and bb2,linethick0,coloryellow;

{天瀑} {启动金三角 (捉中线牛股起涨点)}
xg1:=barslast(cross(t4,t1))<5and t1>t4;
天瀑:count(xg1,3)=1 and xg1,linethick0,colorred;

{日月} {短线追涨 (高位横盘突破)}
a:=barslast(cross(97,t1))<=1 and barslast(cross(t1,85))<=1;
b:=barslast(cross(97,t2))<=1 and barslast(cross(t2,85))<=1;
a1:=a and b;
aa:=barslast(cross(97,t1))<=2 and barslast(cross(t1,85))<=1;
ba:=barslast(cross(97,t2))<=2 and barslast(cross(t2,85))<=1;
a2:=aa and ba ;
aaa:=barslast(cross(97,t1))<=3 and barslast(cross(t1,85))<=1;
baa:=barslast(cross(97,t2))<=3 and barslast(cross(t2,85))<=1;
a3:=aaa and baa ;
b1:=ref(a1,1);
b2:=ref(a2,1);
b3:=ref(a3,1);
d1:=t1=100 and t2=100and a1 ;
d2:=t1=100 and t2=100and a2 ;
d3:=t1=100 and t2=100and a3 ;
日月:d1 or d2 or d3,linethick0,colorcyan;

{青干}{蓝三角启动 (精确定位起涨第一日)}
aa3:=barslast(cross(95,t1))<=2;
bb3:=barslast(cross(95,t2))<=2;
ee3:= t4<t1 and t1<t2 and t1<t3;
ff3:=t2>50 and t3>50;
gg3:=t1=100 and t2=100;
tx:=count(gg3,2)=1;
青干:aa3 and bb3 and ee3 and ff3 and tx,linethick0,colorgreen;

{莫问} {银边启动 (波段启动前兆)}
aa4:=t3=100;
bb4:=t4<90;
莫问:count(a,2) = 2 and b ,linethick0,colorblue;

{竞星}{启动金三角 (捉中线牛股起涨点)}
aa5:=t1=t2 and t2=t3 and t1=100 and t4>96;
bb5:=count(aa5,2)=1;
dd5:=t1<t2 and t1<t3 and t1<t4 and t2<t3 and t4<95;
yh:=indexc/ref(indexc,1)*ref(c,1);
yh1:=ref(c,1)+c-indexc/ref(indexc,1)*ref(c,1);
x1:=ema(yh1,7);
x2:=ema(yh1,14);
x3:=ema(x1,14);
ee5:=x1>x2 and x2>x3;
竞星:bb5 and dd5 and ee5,linethick0,colormagenta;

{舍神} {阶段震仓启动点(黄金坑)}
aa6:=barslast(cross(t4,t1))>3 and barslast(cross(t1,t4))<3;
bb6:=barslast(cross(t4,t2));
dd6:=t3<t4 and t2<t4;
ee6:=barslast(cross(t4,t3))>3 and barslast(cross(t1,t4))<3;
ff6:=t2<t3 and t2<t4 and t2<t1 and t1=100;
舍神:aa6 and bb6 and dd6 and ee6 and ff6,linethick0,color0080ff;

{画剑}
stickline(白金=1,90,100,1,0),colorwhite;
stickline(黄金=1,80,90,1,0),coloryellow;
stickline(天瀑=1,70,80,1,0),colorred;
stickline(日月=1,60,70,1,0),colorcyan;
stickline(青干=1,50,60,1,0),colorgreen;
stickline(莫问=1,40,50,1,0),colorblue;
stickline(竞星=1,30,40,1,0),colormagenta;
stickline(舍神=1,20,30,1,0),color0080ff;
买入:t1<20 and t4<20,color0000ff;
stickline(买入=1,0,20,1,0),color0000ff;

{写字位置,高度,间距};x:=58;y:=50;z:=5;
drawtext(barscount(close)=x,y-z*0,'白金星星点灯'),colorwhite;
drawtext(barscount(close)=x,y-z*1,'黄金星星点灯'),coloryellow;
drawtext(barscount(close)=x,y-z*2,'莫问 银边启动 波段启动前兆'),colorff8000;
drawtext(barscount(close)=x,y-z*3,'天瀑 启动金三角 捉中线牛股起涨点'),colorred;
drawtext(barscount(close)=x,y-z*4,'竞星 启动金三角 捉中线牛股起涨点'),colormagenta;
drawtext(barscount(close)=x,y-z*5,'青干 蓝三角启动 精确定位起涨第一日'),colorgreen;
drawtext(barscount(close)=x,y-z*6,'舍神 黄金坑 阶段震仓启动点'),color0080ff;
drawtext(barscount(close)=x,y-z*7,'日月 短线追涨 高位横盘突破'),colorcyan;
drawtext(barscount(close)=x,y-z*8,'游龙 短线至尊 无剑胜有剑'),colorgray;

{投机七剑之七:由龙-短线至尊(无招胜有招)
前六剑你学会了,明白原理。并且稳健获利,游刃有余。就是第七剑了。
无招胜有招 只可意会 不可言传};
1382933_2009-08-18_232517.jpg


  >>>使用本站搜索工具可以找到更多投机七剑公式下载 大智慧投机

指标公式下载地址

点这下载软件
好公式网提供全网最全的指标公式软件,感谢您的支持!鼠标双击图片可看大图!
下载请点击右侧“立即下载”,如只有源码,请点击本页面右侧的导入方法按图导入!
本站指标基于网友分享,仅供研究自学,勿作他用,本站对下载使用不承担任何责任!

指标公式下载注意

    ☉ 好公式网发布的指标公式主要用于软件技术面分析,仅供参考,勿用于实际操作,据此操作风险自负!

    ☉ 解压密码:www.goodgongshi.com 就是好公式网域名,希望大家看清楚,切勿输错。

    ☉ tnc和tni格式指标公式,仅可以用通达信软件引入使用,例如可以用通达信软件引入使用指标公式;

    ☉ tne格式指标公式,仅可以用通达信软件公式编辑器5.0版导入,高版本兼容低版本;

    ☉ fnc格式指标公式,可以用大智慧软件新一代高速行情分析系统股票软件使用,少部分可以用分析家软件引入使用;

    ☉ alg格式指标公式,仅仅可以用飞狐交易师软件引入使用;exp格式指标公式,仅可以用大智慧经典版软件引入使用;

    ☉ hxf格式指标公式,仅可以用同花顺软件引入使用。

    ☉ 如果您发现下载软件链接错误,请联系管理员报告错误。

    ☉ 好公式网欢迎各位网友帮忙宣传转发本站网址,有您的支持,我们会做得更好!

    ☉ 本文投机七剑公式下载 大智慧投机仅供学习研究。

猜你喜欢

学了又学